Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 07-30-2022, 05:02 PM   #1
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,499
Karma: 26425959
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
KOReader v2022.06 PB Era crash

I'm getting a crash report frequently after I run the app. As v2022.06 does not support the Era (PB700), the only change I've made is to update the PocketBook device.lua with the current version on GitHub.

The error is:
Quote:
...
WARN Terminal: can not open /dev/ptmx: Permission denied
WART Error when loading plugins/terminal.koplugin/main.lua
Functionally, there doesn't seem to be any impact, but it is annoying to have to clean up afterwards.

Also, I have been unable to download any dictionaries. Even when WiFi is already on, I get asked if I want to turn it on, and then it either fails to proceed, or warns that Dictionary filesize is %1 (nil bytes). If I proceed with download it creates a zero byte file (the name of the uncompressed archive file).

For now, I've been going to dictionaries.lua and using those urls to download to my computer, unpacking, and copying them over manually.

As this is my first experience with KOReader, I don't know how many of these issues are shared by other users.
tomsem is offline   Reply With Quote
Old 07-30-2022, 05:24 PM   #2
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,278
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
That's not an error.

The terminal plugin does a runtime check and fails on all pocketbooks. Then it disables itself and thus is not available for you to use.

You can disable that specific plugin if you want to get rid of those specific lines on your crash.log.

Which leads me to the next implicit Q/A:

"crash.log" is a file that's ALWAYS created by KO. It can contain crashes or not, but the name is what it is. I assume you enabled "all file associations" in KO. That includes log files and that's why you get a new document on your home after each KO run. That's not going to change unless you disable the association of log files. Please do that.

About wifi issues. Please try to reproduce on last nightly. Stable releases are just frozen nightlies at a point of time where no big code changes happened recently. You're safe installing a nightly on your device.

If you can reproduce on latest nightly please open a bug on github following the bug template. There's a contributor there doing an awesome job maintaining the PB platform. We can ping him there easily and keep track of the ticket, so other users can follow up and/or help resolving.

Last edited by pazos; 07-30-2022 at 05:27 PM.
pazos is offline   Reply With Quote
Advert
Old 07-30-2022, 07:28 PM   #3
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,499
Karma: 26425959
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by pazos View Post
That's not an error.

The terminal plugin does a runtime check and fails on all pocketbooks. Then it disables itself and thus is not available for you to use.

You can disable that specific plugin if you want to get rid of those specific lines on your crash.log.

Which leads me to the next implicit Q/A:

"crash.log" is a file that's ALWAYS created by KO. It can contain crashes or not, but the name is what it is. I assume you enabled "all file associations" in KO. That includes log files and that's why you get a new document on your home after each KO run. That's not going to change unless you disable the association of log files. Please do that.

About wifi issues. Please try to reproduce on last nightly. Stable releases are just frozen nightlies at a point of time where no big code changes happened recently. You're safe installing a nightly on your device.

If you can reproduce on latest nightly please open a bug on github following the bug template. There's a contributor there doing an awesome job maintaining the PB platform. We can ping him there easily and keep track of the ticket, so other users can follow up and/or help resolving.
Thanks.

As for terminal plugin, it is not listed as such in Plugin management. Apart from that, I don't see a way to disable it.

FWIW, it is not a good first impression. Why not have terminal plugin disabled by default for PB, since evidently it's expected that it will not work, and likewise, don't associate log files on PB unless user explicitly does so.

I've already worked around my dict issue, but I'll try again with the next release (which should be soon, right?).
tomsem is offline   Reply With Quote
Old 07-31-2022, 02:18 AM   #4
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,278
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
You're welcome

Quote:
Originally Posted by tomsem View Post
As for terminal plugin, it is not listed as such in Plugin management. Apart from that, I don't see a way to disable it.
Ups . Makes sense.

Quote:
Originally Posted by tomsem View Post
FWIW, it is not a good first impression.
¯\_(ツ )_/¯

Quote:
Originally Posted by tomsem View Post
don't associate log files on PB unless user explicitly does so.
It is already that way. Improvements on the install instructions are welcome.

https://github.com/koreader/koreader...etBook-devices

Last improvement related to your issue was: https://github.com/koreader/koreader...841b0ffc7f5815, that cames after the ticket https://github.com/koreader/koreader/issues/9030

Quote:
Originally Posted by tomsem View Post
Why not have terminal plugin disabled by default for PB, since evidently it's expected that it will not work.
Nobody cares about two lines on a log file, I guess. Patches welcome, I think.
pazos is offline   Reply With Quote
Old 07-31-2022, 03:33 AM   #5
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,073
Karma: 4234828
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
PB Era initial support has been added into nightlies around a week ago. Install currenlt nightly from here: http://build.koreader.rocks/download...07_2022-07-28/

It should behave better with the screen and lights, as far as I understood: https://github.com/koreader/koreader/discussions/9347
mergen3107 is offline   Reply With Quote
Advert
Old 07-31-2022, 04:38 PM   #6
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,499
Karma: 26425959
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
I fixed the file associations so that crash.log no longer shows up in the PB UI.

I updated to 2022.07. I tried dictionary download, and again got the 'nil bytes' issue 2 or 3 times. I started to create an Issue on GitHub, but when I reviewed the steps one more time on my Era, it worked as expected. I didn't see anything in crash.log that had any details for the failures.
tomsem is offline   Reply With Quote
Old 07-31-2022, 05:09 PM   #7
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,499
Karma: 26425959
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by pazos View Post
Y

It is already that way. Improvements on the install instructions are welcome.

https://github.com/koreader/koreader...etBook-devices
Yes, but the Note is several lines down, and pretty meaningless on first encounter. I think it should be step iv., so it would be harder to miss. And the step and/or Note would be unnecessary if Enable all function (at least for PocketBook) did not enable SVG and LOG in the first place.

(I did fix a typo there, 'associate' was mis-spelled)

Thanks
tomsem is offline   Reply With Quote
Old 08-01-2022, 05:34 AM   #8
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,278
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by tomsem View Post
Yes, but the Note is several lines down, and pretty meaningless on first encounter. I think it should be step iv., so it would be harder to miss. And the step and/or Note would be unnecessary if Enable all function (at least for PocketBook) did not enable SVG and LOG in the first place.

(I did fix a typo there, 'associate' was mis-spelled)

Thanks
Feel free to edit install instructions the way you see them fit. Actually step 4 is no longer needed since https://github.com/koreader/koreader...91bb993ec93bee

I agree: probably svg and log files are not very useful to be opened in KO, but that's kind of offtopic here. The real issue (as mentioned in the ticket linked in my previous comment) is that platform instructions recommend to "enable all" when it is pointless. Users should enable only the file extensions they really want to open in KO.
pazos is offline   Reply With Quote
Old 08-01-2022, 04:11 PM   #9
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,499
Karma: 26425959
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by pazos View Post
Feel free to edit install instructions the way you see them fit. Actually step 4 is no longer needed since https://github.com/koreader/koreader...91bb993ec93bee

I agree: probably svg and log files are not very useful to be opened in KO, but that's kind of offtopic here. The real issue (as mentioned in the ticket linked in my previous comment) is that platform instructions recommend to "enable all" when it is pointless. Users should enable only the file extensions they really want to open in KO.
Good suggestions. So 2.iii. becomes 'Device->Associate file extensions, choose file extensions you want to open in KOReader', 2.iv. and the Note can go away.

Another thing that's missing: how to 'Run koreader app', exactly, so you can enable file extensions?

I knew enough to look on the Apps screen, but was only guessing that tapping on @koreader would do the trick. I'm not sure how I discovered that (once in KOReader Home) you have to tap on KOReader to get to the menus with the gear icon. For some reason, for me, tapping @koreader lands me in Folder shortcuts rather than KOReader Home. And this is happening after clean Exit, clearing cache, etc. Surely that's not as designed?

[... why is there also @_koreader (tapping on that just returns to Home Screen) and the ungrammatical USER'S section heading (I am guessing the latter is PB's fault)?]

And it seems Step 3. is not needed, as dictionaries are just a wireless download, and besides, it doesn't bother to say where to get them from.

Last edited by tomsem; 08-01-2022 at 04:26 PM.
tomsem is offline   Reply With Quote
Old 08-02-2022, 10:43 AM   #10
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,278
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
Ufffs. Lots of noise.

I've ended editing the instructions. Please review they're still correct and understandable: https://github.com/koreader/koreader...etBook-devices

Thanks!

Quote:
Originally Posted by tomsem View Post
Another thing that's missing: how to 'Run koreader app'
Not really, this is not computers 101. Let's assume that people that install the app on platforms where apps are expected to be installed are able to figure out this by themselves.

Quote:
Originally Posted by tomsem View Post
For some reason, for me, tapping @koreader lands me in Folder shortcuts rather than KOReader Home. And this is happening after clean Exit, clearing cache, etc. Surely that's not as designed?
PEBKAC. You enabled that yourself in FM settings -> start with. Defaults is start with file manager.

Quote:
Originally Posted by tomsem View Post
[... why is there also @_koreader (tapping on that just returns to Home Screen) and the ungrammatical USER'S section heading (I am guessing the latter is PB's fault)?]
I have no idea what you're talking about
But I barely touched a Pocketbook. I will try to answer the best I can:

We have no control over app name, app icon, app placement inside PB menus and frankly almost everything that happens outside KO beyond file associations.
pazos is offline   Reply With Quote
Old 08-02-2022, 02:29 PM   #11
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,499
Karma: 26425959
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Much better, thanks. Less is more, and compared to the Kobo and Kindle instructions, even elegant.

At the risk of belaboring my point, look at these screen captures.

Yes, it is probably obvious that you're supposed to tap on one of those items to launch KOReader. But it looks pretty weird, yes? It would be reassuring to say 'Tap on @koreader to launch KOReader'.

You can only get to KOReader settings by opening the menu somehow. But where is the visual cue that KOReader is actually a button? There isn't one.

On my first look at this, I tapped the Home icon, which does nothing (why is it even there?). I don't know who designed this UI, and I'm not a UX person, but I would propose changing that Home icon to a 'hamburger' menu icon, and have that open the menus.

In lieu of this, it might be helpful to say 'Tap on KOReader to open the menus'.
Attached Thumbnails
Click image for larger version

Name:	scr0004.png
Views:	141
Size:	14.6 KB
ID:	195563   Click image for larger version

Name:	scr0005.png
Views:	103
Size:	11.3 KB
ID:	195564  

Last edited by tomsem; 08-02-2022 at 02:33 PM.
tomsem is offline   Reply With Quote
Old 08-02-2022, 03:04 PM   #12
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,278
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
RTFM: https://koreader.rocks/koreader-user-guide.pdf

Also the ._koreader icon looks like another PEBKAC. You should have only one unless something very very fishy was introduced in a FW update
pazos is offline   Reply With Quote
Old 08-02-2022, 03:35 PM   #13
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 74,484
Karma: 129668758
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by pazos View Post
RTFM: https://koreader.rocks/koreader-user-guide.pdf

Also the ._koreader icon looks like another PEBKAC. You should have only one unless something very very fishy was introduced in a FW update
That is a very nice looking manual.
JSWolf is online now   Reply With Quote
Old 08-02-2022, 03:49 PM   #14
Uncle Robin
Diligent dilettante
Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.Uncle Robin ought to be getting tired of karma fortunes by now.
 
Uncle Robin's Avatar
 
Posts: 3,417
Karma: 48736498
Join Date: Sep 2019
Location: in my mind
Device: Kobo Sage; Kobo Libra H2O
Quote:
Originally Posted by tomsem View Post
the ungrammatical USER'S section heading (I am guessing the latter is PB's fault)?].

Since the additional app(s) is/are installed by the user's choice and at the user's discretion because it/they suit(s) the user's needs, apps in that section are of and from the user, so there is nothing ungrammatical at all about the use of the possessive apostrophe as shown.

Last edited by Uncle Robin; 08-02-2022 at 04:01 PM.
Uncle Robin is offline   Reply With Quote
Old 08-02-2022, 05:58 PM   #15
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,480
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Quote:
Originally Posted by pazos View Post
Also the ._koreader icon looks like another PEBKAC. You should have only one unless something very very fishy was introduced in a FW update
That looks like a mac resource fork.

(i.e., that drive was mounted from a macOS device, and the icon was transferred from said system, and the system got its grubby little hands on it ;p).

(And, of course, they're not filtered out by PB's software).
NiLuJe is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PocketBook Era Sonnenfee PocketBook 20 02-14-2023 11:57 AM
Pocketbook Era first look maydocsach PocketBook 147 08-06-2022 10:44 AM
Koreader crash on screen saver folder? PeopleHunnting KOReader 10 06-11-2022 01:19 PM
Crash on Kobo Glo using Koreader 2021.1.1 tlc630 KOReader 5 02-11-2021 08:37 AM
KOReader settings deleted on crash. tesseractcat KOReader 5 03-15-2019 03:40 PM


All times are GMT -4. The time now is 12:25 PM.


MobileRead.com is a privately owned, operated and funded community.