-
Notifications
You must be signed in to change notification settings - Fork 10
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
Index out of range #18
Comments
I get the same error. I only have one magazine in Zinio.
|
Code is looking for a JWT (auth token) in the HTML which isn’t there anymore. Looks like Zinio has changed their login process. Somebody will have to wire capture the latest Zinio desktop app to find the new URL they’re using. |
Hi there, I will try take a look at this ASAP, hopefully they havent changed too much :) |
I took a quick look, they've changed quite a bit - I'll try get a new working version ASAP. |
Hi there, I've published an updated version, using their new login mechanisms. https://github.com/TheAxeDude/ZiniGo/tree/master/built Please let me know if you have any issues? |
New version works for me on Linux/amd64. Can I also say thank you for your work on this program. It really is awesome. |
Unlike the previous versions, this one will not launch under Windows 10 |
@BlackB846 I've rebuilt the windows exe (and tested). Sorry about that! |
Thank you very much - works perfectly under current Win 10 |
Works fine, thanks! |
Surprinsigly i can't launch the latest binary under Linux :
and indeed when opening it with an HEX editor, he header does not contain the expected ELF first bytes ... In fact i think both files are MAC versions :
edit : hopefully a local compilation from "master" branch (which seems to include all these latest modifications) is easy (for reference, if anyone needs it ...) : go mod init zinigo
go mod tidy
go build but then i had to change the fileExists() method, it was generating a "panic: runtime error: invalid memory address or nil pointer dereference" error line 343 (return !info.IsDir()) After that, i confirm that it's everything is working fine, thanks ! |
Hi,
I just came across the following error:
Starting the application...
panic: runtime error: index out of range [2] with length 0
goroutine 1 [running]:
main.GetInitialToken(0x945980, 0xc0000ce008, 0xc0000cb3e8, 0x1)
C:/projects/ZiniGo/Grabazine.go:247 +0x267
main.main()
C:/projects/ZiniGo/Grabazine.go:72 +0x3af
I currently have 531 magazines in my library - is there a limitation?
Thanks.
The text was updated successfully, but these errors were encountered: