ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

EBookDroid does not open DJVU documents from Google Docs #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Locate a djvu document in Google Docs app
2. Open the document

What is the expected output?

Show the document.

What do you see instead?

EBookDroid starts loading the document (getting page size M/N), but then stops 
and disapperars.

What version of the product are you using?

1.3.2

On what operating system?

Android 4.0.3

What device are you using?

Asus TF201

Please provide any additional information below.

Original issue reported on code.google.com by a.dar...@gmail.com on 15 Mar 2012 at 12:29

GoogleCodeExporter commented 9 years ago
Try the latest version. The 1.3 branch has been died.

Original comment by Alexander.V.Kasatkin@gmail.com on 15 Mar 2012 at 1:51

GoogleCodeExporter commented 9 years ago
1.3.2 is the latest stable version, as far as I understand.

Original comment by a.dar...@gmail.com on 15 Mar 2012 at 1:54

GoogleCodeExporter commented 9 years ago
There is the difference between "try" and "use", isn't it?

Original comment by Alexander.V.Kasatkin@gmail.com on 15 Mar 2012 at 2:18

GoogleCodeExporter commented 9 years ago
Already tried. The same problem.

Original comment by a.dar...@gmail.com on 15 Mar 2012 at 2:21

GoogleCodeExporter commented 9 years ago
Ok. Logs, stack-traces, etc?

Original comment by Alexander.V.Kasatkin@gmail.com on 15 Mar 2012 at 3:01

GoogleCodeExporter commented 9 years ago
Which logs?
Could not find any logs produced by EBookDroid on my device.
May be you could tell me the path to the logs.

Original comment by a.dar...@gmail.com on 15 Mar 2012 at 3:05

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/ebookdroid/wiki/FAQ?wl=en

also pls search for new .stacktrace files in the /sdcard/.org.ebookdroid/ folder

Original comment by Alexander.V.Kasatkin@gmail.com on 15 Mar 2012 at 5:15

GoogleCodeExporter commented 9 years ago
/sdcard/.org.ebookdroid/ folder is empty.

Original comment by a.dar...@gmail.com on 15 Mar 2012 at 6:07

GoogleCodeExporter commented 9 years ago
Cannot attach a log file to this comment...

Original comment by a.dar...@gmail.com on 15 Mar 2012 at 6:08

GoogleCodeExporter commented 9 years ago
Some parts of the log file:

I/System.out(20747): DecodeServiceBase.getPageCount(1091588856): 
org.ebookdroid.droids.djvu.codec.DjvuDocument@411407d0
D/DjvuDroidNativeCodec(20747): GException::GException(): cause= EOF 

E/EBookDroid.Djvu(20747): Codec error
E/EBookDroid.Djvu(20747): java.lang.RuntimeException: 
E/EBookDroid.Djvu(20747):   at 
org.ebookdroid.droids.djvu.codec.DjvuContext.handleMessage(Native Method)
E/EBookDroid.Djvu(20747):   at 
org.ebookdroid.droids.djvu.codec.DjvuContext.run(DjvuContext.java:43)
E/EBookDroid.Djvu(20747):   at java.lang.Thread.run(Thread.java:856)

Note that the same file opens perfectly from sdcard, i.e. EOF is not due to the 
file being corrupt.

Original comment by a.dar...@gmail.com on 15 Mar 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Which application do you use to locate the document in Google Docs:
browser or specific client?

Original comment by Alexander.V.Kasatkin@gmail.com on 17 Mar 2012 at 8:43

GoogleCodeExporter commented 9 years ago
I've tried to add djvu document to my docs and it successfully has been 
downloaded and shown.

Original comment by Alexander.V.Kasatkin@gmail.com on 17 Mar 2012 at 9:25

GoogleCodeExporter commented 9 years ago
I use the official Google Docs client.

The document I try to open is 9Mb in size and 400 pages long. Could size be the 
issue? Page counting on the screen stop roughly after 300 pages.

Original comment by a.dar...@gmail.com on 18 Mar 2012 at 12:39

GoogleCodeExporter commented 9 years ago
can you temporary share this doc for me? my account is the same as here

Original comment by Alexander.V.Kasatkin@gmail.com on 18 Mar 2012 at 9:21

GoogleCodeExporter commented 9 years ago
Ok. We will investigate this case. Maybe it is somehow related to streaming 
from google docs.

Original comment by Andrei.K...@gmail.com on 18 Mar 2012 at 9:23

GoogleCodeExporter commented 9 years ago
Test document shared with Alexander.V.Kasatkin@gmail.com.

Original comment by a.dar...@gmail.com on 18 Mar 2012 at 11:08

GoogleCodeExporter commented 9 years ago
Bug in attachment/stream content processing.
Fixed in r1064

Original comment by Alexander.V.Kasatkin@gmail.com on 18 Mar 2012 at 1:34