owncloud-apps icon indicating copy to clipboard operation
owncloud-apps copied to clipboard

Bug après installation

Open grandbyblos opened this issue 7 years ago • 10 comments

Bonjour,

Un petit souci semble-t'il : une fois Reader installé, lorsque je reviens dans les fichiers, la liste est intégralement vide ...

Dès que je le désactive, tout fonctionne.

Une idée ?

Merci d'avance

grandbyblos avatar Feb 08 '18 10:02 grandbyblos

This resembles the problems solved by the last release, which version did you try to install and - equally important nowadays - on which version of which platform? Nextcloud or Owncloud?

Yetangitu avatar Feb 08 '18 13:02 Yetangitu

Sorry, as I saw pictures from Yoko Tsuno in french, I assumed you spoke french :-P

I installed Reader 1.2.1 from the Market, on ownCloud 10.0.5

grandbyblos avatar Feb 08 '18 16:02 grandbyblos

Je parle Français mais... it is better to keep GH-traffic 'en Anglais' so that everyone can read it.

Please install the latest version from the market, v1.2.2, it fixes the problem you had with files 'disappearing' (as in 'not shown') in the Files app.

Yetangitu avatar Feb 08 '18 16:02 Yetangitu

Understood ... but it seems that the latest version on the market is still 1.2.1 presently.

I think I will wait a few days and give a try, thanks.

grandbyblos avatar Feb 08 '18 17:02 grandbyblos

Try again, it should be v1.2.2, released the 2nd of February:

image

Yetangitu avatar Feb 09 '18 05:02 Yetangitu

Hi.

This morning, it is updated !

I just tested it and on 1st impression, it seems to work thanks !

Have a nice day

grandbyblos avatar Feb 09 '18 05:02 grandbyblos

It seems to be working, great.

Is there a way to store the actual page I'm reading on the server, to be able to resume reading on another computer without having to restart the book from the beginning ?

grandbyblos avatar Feb 09 '18 07:02 grandbyblos

It should store the current page on the server and resume from that page on any device, if it doesn't something doesn't work as intended for you. Which renderer (EPUB/PDF/CBx) does this occur with? Do you see anything in the log related to files_reader and the path /bookmark/cursor (see appinfo/routes.php for the paths used for different functions)?

Just for completeness' sake I should mention it only stores the current position when you're logged in, i.e. not when you access a preview through a share link without being logged in. In the former case - logged-in user - you should not see anything in the Nextcloud/Owncloud log plus a successful POST request per page in the web server log ( "POST /apps/files_reader/bookmark/cursor HTTP/2.0" 200 821 or similar), in the latter case you'd currently get some log spam in the NC/OC log about the current user not being logged in plus a 401 response in the web server log for every page.

Yetangitu avatar Feb 09 '18 16:02 Yetangitu

Sorry but I'm not really fluent for this ;-) The only thing I can see is, on my ownCloud 10 with Reader 1.2.2, when I start reading an epub file, everything is ok.

After closing the file (the little door icon on the right), if I clic another time on the file, it starts from the beginning, even on the same computer, juste some seconds after closing.

You can imagine that I can't use it like this ;-)

Is there anything I can do to help you find what's going on ?

Thanks

grandbyblos avatar Feb 19 '18 14:02 grandbyblos

After looking into /var/log/apache2/access.log, and after clicking on one epub file I can see

"POST /owncloud/apps/files_reader/preference/default HTTP/1.1" 404 7579 "https://my.domain/owncloud/index.php/apps/files_reader/?file=%2Fowncloud%2Fremote.php%2Fwebdav%2FBiblioth%25C3%25A8que%2520Calibre%2FMorgan%252CRichard%2FAnges%2520Dechus%2520(4501)%2FAnges%2520Dechus%2520-%2520Morgan%252CRichard.epub&type=application%2Fepub%2Bzip"

(I changed my domain name of course, it is not my.domain)

grandbyblos avatar Feb 19 '18 14:02 grandbyblos