-
Notifications
You must be signed in to change notification settings - Fork 12
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
Invalid Json Web Token #34
Comments
Same issue here |
I also received this error. |
I received the same error. In my case, it was apparently caused by my config.json file, which was created in Notepad and contained smart quotation marks. The solution in my case was to replace the smart quotation marks with standard ones. (Still getting unrelated errors though.) |
I think Zinio is enforcing now a limit of maximum devices per account (maximum of 5). If the script shows up as a different device every time it does something, it might lead to this. So for example, this shouldn't change this often, because it's user device ID, it should be generated only once: https://github.com/TheAxeDude/ZiniGo/blob/master/ZiniGo/main.go#L493-L500 |
I had missed the comms around the device limits. I'll see if I can recreate this on my side, and find a long-term workaround. |
Same problem, not a device limit issue (one 1/5 used for me). |
(everyting worked fine until last week). |
Same issue here, i also don't think it's a device limit issue :
And i haven't encountered this issue until this month.
|
I'm having the exact same issue. I hope there's a fix for it soon.
|
Me as well... Missing reading on my remarkable in stead of the horrible Zinio app. I'm willing to contribute a number of coffees to get this going ;) |
Just pushed some updates! I haven't had a chance to test them on a non-Apple Silicon device, so please let me know if there are issues! |
Hey, hey.
And so it creates a blank .PDF - however, all the previously downloaded issues are correctly detected and skipped (per the library being correctly retrieved) I did a "go mod tidy", so my go.mod is :
(but even after taking the github version, it's the same - i think it's the same content / versions anyway) Otherwise in the logs i have
|
@SR-G please check the latest commit? |
Thanks. It's again way, way better. But i now have another error at a later step :
And indeed, while this script is running, all the temporary .PDF (inside the issue/ folder) have a password (if i try to open one with evince : i can't). The resulting / final PDF in the end is sadly empty (0 bytes). My config file is just :
|
Once i run the executable using ./zinigo I am retured wtih the following error.
{"status":false,"error":{"message":"Invalid Json Web Token in AsyncMiddleware","internal_code":"INVALID_TOKEN"}}
The text was updated successfully, but these errors were encountered: