Skip to content
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

parse error #59

Closed
testbughub opened this issue Apr 17, 2022 · 2 comments
Closed

parse error #59

testbughub opened this issue Apr 17, 2022 · 2 comments

Comments

@testbughub
Copy link

Just started getting this error today (was working yesterday):

parse error: Invalid literal at line 1, column 4

Also, I've previously posted an issue about the date error, but the script still worked so I didn't really care about it,
although I can add that the date error doesn't appear on the first line if I remove the old cookie.json before executing the script.

Example:
(no cookie.json)

$ ./animepahe-dl.sh -r "720" -a "world trigger"
[INFO] Wait a few seconds for fetching cookie...
date: invalid date ‘sön 17 apr 2022 16:38:17 CEST +120 minutes’
[INFO] Wait a few seconds for fetching cookie...
date: invalid date ‘sön 17 apr 2022 16:38:21 CEST +120 minutes’
[INFO] Wait a few seconds for fetching cookie...

(with cookie.json)

$ ./animepahe-dl.sh -r "720" -a "world trigger"
date: invalid date ‘sön 17 apr 2022 16:38:22 CEST +120 minutes’
[INFO] Wait a few seconds for fetching cookie...
date: invalid date ‘sön 17 apr 2022 16:38:47 CEST +120 minutes’
[INFO] Wait a few seconds for fetching cookie...
date: invalid date ‘sön 17 apr 2022 16:38:55 CEST +120 minutes’
[INFO] Wait a few seconds for fetching cookie...
@KevCui
Copy link
Owner

KevCui commented Apr 17, 2022

Hey @testbughub, apparently the cookies are no longer needed. I removed the usage in the latest commit. Please give it a try.

@testbughub
Copy link
Author

Yep, works perfectly now! Thanks a bunch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants