Quote:
Originally Posted by Frenzie
I'm not sure why that one doesn't include the error code.
https://github.com/koreader/koreader.../main.lua#L591
You could try quickly replacing that line with this so we know what the server's saying:
[code] text = "Response code: "..code, })
Given your other message, it'll probably be something like 401 unauthorized though.
Could you double check the wallabag settings in a text editor on your PC? That's in /mnt/onboard/.adds/koreader/settings/wallabag.lua.
|
The wallabag.lua settings are as they should be. Interestingly, there's a URL in the download queue representing the most recent page I saved to Wallabag a few days ago. So there's some sort of connection being made. I don't think I've ever seen anything in the download queue there before.
EDIT: I had a typo related to copying and pasting the code you provided into main.lua. I fixed it in the KOReader editor and now Wallabag is still present in the menu. But I get the same error messages I was getting to begin with. I'm not getting the toast that I'd have anticipated with
Code:
text = "Response code: "..code, })