|
2010-05-07
, 22:41
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#102
|
|
2010-05-08
, 02:47
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#103
|
|
2010-05-08
, 04:00
|
|
Posts: 369 |
Thanked: 167 times |
Joined on Mar 2010
|
#104
|
Traceback (most recent call last):
File "/opt/Nqa-Audiobook-player/nqaap.py", line 26, in <module>
nqaap_gtk.run()
File "/home/opt/Nqa-Audiobook-player/nqaap_gtk.py", line 25, in run
gui.load_settings()
File "/home/opt/Nqa-Audiobook-player/Gui.py", line 229, in load_settings
self._load_settings(config)
File "/home/opt/Nqa-Audiobook-player/Gui.py", line 260, in _load_settings
self.controller.load_books_path(booksPath)
File "/home/opt/Nqa-Audiobook-player/Player.py", line 55, in load_books_path
self.set_book(bookPath)
File "/home/opt/Nqa-Audiobook-player/Player.py", line 89, in set_book
chapter_title = self.audiobook.chapters[chapter_num]
IndexError: list index out of range
|
2010-05-08
, 06:02
|
|
Posts: 1,359 |
Thanked: 717 times |
Joined on May 2009
@ ...standing right behind you...
|
#105
|
|
2010-05-08
, 12:57
|
Posts: 180 |
Thanked: 41 times |
Joined on Mar 2007
@ Maine
|
#106
|
|
2010-05-08
, 18:05
|
|
Posts: 147 |
Thanked: 67 times |
Joined on Dec 2009
@ Stockholm, Sweden
|
#107
|
|
2010-05-08
, 19:58
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#108
|
That's the result when I attempt to start from the command line. I of course don't get any of it. Any ideas onwhat else I could try? It worked before.
Latest Diablo version still has the same dependency issue mentioned earlier.
Pengman/ePage-
Just downloaded 0.8.0-3 (Maemo 5 version) and everything seems to be working. There is one minor inconsistency but probably not worth dealing with: on the menu where you can select the chapter, the wrong number is displayed. I am not sure where that comes from anyway.
Cheers,
Fred
I have sent the proper version of the logo to pengman by mail, but can see that it's not in use yet. just so you all know it's not supposed to look like it does now! It is actually transparent...
The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-05-08
, 20:33
|
|
Posts: 147 |
Thanked: 67 times |
Joined on Dec 2009
@ Stockholm, Sweden
|
#109
|
I added some protection against this issue but didn't realize it was not complete enough. I'm adding more protection.
Before you mentioned gst as a dependency issue. I just checked on the package page and it looks correct, no dependency on gst:
http://maemo.org/packages/package_in...nqaap/0.8.0-3/
My guess is its acting 0-indexed which I use so often that I forget that it looks odd to other people
I was wondering about that? Have you posted the corrected version in a previous post in this thread or just email? Could you send it to me, I could try and get it in real quick (busy day though)
|
2010-05-08
, 21:27
|
|
Posts: 1,359 |
Thanked: 717 times |
Joined on May 2009
@ ...standing right behind you...
|
#110
|
Before you mentioned gst as a dependency issue. I just checked on the package page and it looks correct, no dependency on gst:
http://maemo.org/packages/package_in...nqaap/0.8.0-3/
Thanks again for working on this.
Fred