View Single Post
Old 01-08-2021, 07:14 PM   #3228
mirage
Zealot
mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.
 
Posts: 141
Karma: 2382428
Join Date: Feb 2013
Location: California
Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O
Quote:
Originally Posted by Frenzie View Post
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, })

Last edited by mirage; 01-09-2021 at 12:58 PM.
mirage is offline   Reply With Quote