Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

French translation: Wallabag menu incorrectly translated as Marque-Page in 2023.05.1 → 2023.06 update #10650

Closed
Merinorus opened this issue Jul 6, 2023 · 12 comments
Labels
Milestone

Comments

@Merinorus
Copy link

Merinorus commented Jul 6, 2023

  • KOReader version: 2023.06
  • Device: Kobo Libra H2O

Issue

Hello!
The Wallabag menu seems to have disappeared on Koreader since the last update. It seems it was there on the 2023.05.1 update.

Steps to reproduce

  • have a previous version and check that the Wallabag menu exists
  • update to the 2023.06 (main channel): the menu disappeared

The latest dev channel version didn't fix the problem and a manual update to the 2023.05.1 version put Koreader in a bootloop:

./luajit: frontend/ui/widget/filechooser.lua:222: attempt to compare two nil values
stack traceback:
	frontend/ui/widget/filechooser.lua:222: in function <frontend/ui/widget/filechooser.lua:219>
	[C]: in function 'sort'
	frontend/ui/widget/filechooser.lua:257: in function 'genItemTableFromPath'
	frontend/ui/widget/filechooser.lua:100: in function 'init'
	frontend/ui/widget/widget.lua:46: in function 'new'
	frontend/apps/filemanager/filemanager.lua:133: in function 'setupLayout'
	frontend/apps/filemanager/filemanager.lua:413: in function 'init'
	frontend/ui/widget/widget.lua:46: in function 'new'
	frontend/apps/filemanager/filemanager.lua:1140: in function 'showFiles'
	./reader.lua:300: in main chunk
	[C]: at 0x000140bd
!!!!
Uh oh, something went awry... (Crash n°1: 07/06/23 @ 08:09:18)
Running FW 4.37.21582 on Linux 4.1.15-00417-g0c800cffe1f9 (#102 SMP PREEMPT Mon Mar 29 09:24:11 CST 2021)
```

Unfortunately, I'm unable to reproduce the bug since I cannot start Koreader anymore.
@Frenzie
Copy link
Member

Frenzie commented Jul 6, 2023

The crash.log would be extremely relevant ;)

Edit: there now

pinging @hius07

@Merinorus Merinorus changed the title Lost Wallabag menu since 2023.05.1 -> 2023.06 update Wallabag menu disappeared since 2023.05.1 -> 2023.06 update Jul 6, 2023
@hius07
Copy link
Member

hius07 commented Jul 6, 2023

Two different issues, I think.
Looks like you have file browser setting Sort by "date", not supported in 2023.05.1.
To start version 2023.05.1 please manually change ["collate"] = "date" to ["collate"] = "strcoll" in settings.reader.lua.
Or just update back to the latest nightly build.

To investigate the wallabag issue: is the plugin enabled in More tools menu?
If yes and doesn't show up, look into the crash.log.

@Merinorus
Copy link
Author

Indeed the crash was related to the version rollback. Modifying the .adds/koreader/settings.reader.lua file fixed the boot loop issue. Thank you!

So let's return to the 2023.05.1 version: the "Wallabag" menu is there and I can tick/untick it in the plugin menu.
After the 2023.06 update: the "Wallabag" disappears from both the main menu and the plugin menu.

So... the issue is confirmed from the 2023.06 version!

@hius07
Copy link
Member

hius07 commented Jul 6, 2023

Does the crash.log show anything related to wallabag plugin loading?

@Merinorus
Copy link
Author

Merinorus commented Jul 6, 2023

There are some UI error codes but I'm not sure... I did the following:

  • Boot on 2023.05.1
  • Update to 2023.06
  • Exit to Kobo firmware to manually rollback to 2023.05.1 (USB mass storage mode)
  • Boot on 2023.05.1 again

Here is the crash.log extract:
2023-07-06-crash.log

Exit codes:

  • 85: quit to update Koreader
  • 86: quit to enter USB mass storage mode
  • 88: ?

I didn't find anything specifically related to Wallabag.

@Frenzie
Copy link
Member

Frenzie commented Jul 6, 2023

The Wallabag plugin hasn't changed since #10147 btw.

But yeah, I don't see anything mentioning Wallabag in those logs. For reference, if it crashed it'd look something like this:

07/06/23-18:23:16 WARN  Error when loading plugins/wallabag.koplugin/main.lua plugins/wallabag.koplugin/main.lua:5: '=' expected near 'local'

@NiLuJe
Copy link
Member

NiLuJe commented Jul 6, 2023

You can enable debug logging, that'll tell us whether we actually even attempt to load the plugin at all. And, since you'll be near the Tools menu for that, do check that it actually is enabled in the plugin management ;).

@Frenzie
Copy link
Member

Frenzie commented Jul 6, 2023

Warnings aren't logged without going verbose? That seems unwise if so.

Edit: oh right, I see what you're saying. Never mind. But the debug log only says loaded I think, i.e.:

07/06/23-21:33:55 DEBUG FM loaded plugin wallabag at plugins/wallabag.koplugin

Unless it's a warning that it didn't load.

@NiLuJe
Copy link
Member

NiLuJe commented Jul 6, 2023

Yeah, but that would be a hint if we don't see that line that either the file is missing/unreadable, or the plugin is actually disabled ;).

Or, conversely, that the plugin has actually loaded and the menu just went... somewhere ;D.

@Risike
Copy link

Risike commented Jul 10, 2023

Same issue here. No Wallabag menu appear... And no wallabag relative text in the crash.log.

@supersarma
Copy link

supersarma commented Jul 16, 2023

Hi there. Same issue here but I was able to find something...
I am using the app in French and seems something went wrong with translation.

Solution : Set the app on English :

  • Menu
  • Languages
  • Select Englsh

You well be able to see the Wallabag as usually.
In French, Wallabag is in the same place but instead of Wallabag, it show "Marque-Pages" which means "Bookmark".
I tried to find something here but can't see this change.

If you are not able to see the Wallabag menu in your language, follow these steps (translete it in your language) :

  1. Open KOreader
  2. Click somewhere in order to open KOReader Toolbar (top on the screen)
  3. Click on the "hamburger" menu (right up corner)
  4. Click on "Help"
  5. "Menu Search"
  6. Search for Wallabag
    It will show you where is the Wallabag menu.

@Frenzie
Copy link
Member

Frenzie commented Jul 16, 2023

Perhaps we should include language in the issue template?

Anyway, this seems to have been fixed recently already.

image

@Frenzie Frenzie changed the title Wallabag menu disappeared since 2023.05.1 -> 2023.06 update Wallabag menu incorrectly translated as Marque-Page in 2023.05.1 -> 2023.06 update Jul 16, 2023
@Frenzie Frenzie added the i18n label Jul 16, 2023
@Frenzie Frenzie added this to the 2023.07 milestone Jul 16, 2023
@Frenzie Frenzie changed the title Wallabag menu incorrectly translated as Marque-Page in 2023.05.1 -> 2023.06 update French translation: Wallabag menu incorrectly translated as Marque-Page in 2023.05.1 → 2023.06 update Jul 16, 2023
@Frenzie Frenzie closed this as completed Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants