TheAxeDude / ZiniGo

Utility to backup magazines from the Zinio service as PDF, bypassing/Removing their DRM.
MIT License
49 stars 9 forks source link

Application terminates without downloading anything #26

Open BlackB846 opened 2 years ago

BlackB846 commented 2 years ago

Hi,

up until recently, the program worked fine. I tried to download the newest issues today and the app terminated without doing anything ("Terminating the application...").

Any idea if Zinio changed their web service?

Thanks

BlackB846 commented 2 years ago

Seems to be working again - no idea if it was an issue on their web site.

jmskuo commented 2 years ago

Hi, I had same problem when i run the app terminated without doing anything.

Config file loaded Username taken from config file password taken from config file chromepath taken from config file Terminating the application...

BlackB846 commented 2 years ago

I can confirm @jmskuo - the problem is back. I've tried for several days but the app terminates without downloading anything nor displaying the list of downloaded magazines.

SR-G commented 2 years ago

Same problem here... Indeed, one month ago everything was working fine...

It seems it's a "login" issue :

But i'm not able to go further / i don't know where the ZINIO API is described.

hieronymousch commented 2 years ago

Can confirm same issue on both API endpoints

SR-G commented 2 years ago

If i add a "device" entry in the AUTH JSON token, i then get a "Invalud value: newsstand = undefined" error (instead of the error about "device").

But then i'm not able to add a "newsstand" (= something) value, i always get a "Incorrect JSON structure" error (if i remember correctly) (maybe it's a whole object that is expected and not a value).

Anyway not able to progress further + it seems these login API are not used by the official web client itself

TheBanana926 commented 2 years ago

I am still having this issue / haven't been able to get the software started yet on my Windows 11 PC- the best I have been able to do is have the console run when opening Ziniogo exe... and then it randomly closes. Have found the readme confusing slightly. Any help?

elton667 commented 2 years ago

I had the same problem.....

OnoBeachBum commented 2 years ago

Any updates on this, I have the same problem?

TheAxeDude commented 2 years ago

I'll try take a look into these issues - it seems they've added a few new fields into their API.

hieronymousch commented 2 years ago

Thanks for you time and happy to support with some coffee or patreon!

TheAxeDude commented 2 years ago

Hi all, newly built binaries here: https://github.com/TheAxeDude/ZiniGo/tree/master/built - please let me know if they work okay? I havent been able to test on any platform except windows.

SR-G commented 2 years ago

Tested just righ now on linux (archlinux), hence "Linux_AMD64" binary : everything is working fine now.

Thanks for this update !

hieronymousch commented 2 years ago

Same here, thanks a lot for this!!

OnoBeachBum commented 2 years ago

Works great for me, Thanks!

BlackB846 commented 2 years ago

Download works great using the 64bit Windows version on a Windows 11 machine.

I'm getting a sort of degub dump on the screen when the app starts up - possibly a list of data it retrieves incl. a "Fetching page: xxx" every now and then. Once that dump is over, the remaining output is the same as before.

elton667 commented 2 years ago

windows 11 OK Thanks for this update !

OnoBeachBum commented 2 years ago

I tried the x64 version on both Windows 10(21H2) and Windows 11 (22H2) and it works fine. No problems.

From: James Kuo @.> Sent: Saturday, October 22, 2022 10:02 AM To: TheAxeDude/ZiniGo @.> Cc: OnoBeachBum @.>; Comment @.> Subject: Re: [TheAxeDude/ZiniGo] Application terminates without downloading anything (Issue #26)

I still got {"status":false,"error":{"message":"Invalid Json Web Token in AsyncMiddleware","internal_code":"INVALID_TOKEN"}} error message on windows 11.

— Reply to this email directly, view it on GitHub https://github.com/TheAxeDude/ZiniGo/issues/26#issuecomment-1287818879 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AXGMBRAAWVUPKFIX432AFLTWEP6XXANCNFSM56ZNIIWA . You are receiving this because you commented. https://github.com/notifications/beacon/AXGMBRFTM27TA3UPFHJX5FLWEP6XXA5CNFSM56ZNIIWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJTBI47Y.gif Message ID: @. @.> >

gabag30 commented 2 years ago

seems to be working pretty well in Apple M1. Thanks a lot cheers

lvthunder commented 1 year ago

I'm getting this.

GettingLogin GotLogin Fetching Library Fetching page:1 {"status":false,"error":{"message":"Invalid Json Web Token in AsyncMiddleware","internal_code":"INVALID_TOKEN"}} Terminating the application...

Neon22 commented 1 year ago

Getting same response: GettingLogin GotLogin Fetching Library Fetching page:1 {"status":false,"error":{"message":"Invalid Json Web Token in AsyncMiddleware","internal_code":"INVALID_TOKEN"}} Terminating the application...

TheAxeDude commented 1 year ago

Are you still getting this issue? Just tried it on my side with no issue. Also, did it work before?

lvthunder commented 1 year ago

Yes, I'm still getting it. When I posted was the first time I've tried using this.

Neon22 commented 1 year ago

Interestingly I get the same output if I deliberately use a wrong password. Its possible some other thing is wrong with my input (using the config file) that the feedback is indicating is right but is wrong.. Hmmm.

jessienab commented 1 year ago

Two possible solutions if you still get this:

  1. Go to zinio.com, login, go to Account, Manage Devices. Log out any of the Chrome sessions that may correspond to ZiniGo
  2. Remove your Chrome (or Chromium) config folder; move or delete it.

Doing both and I have not seen the issue return.