-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello,
I had trouble running the script, but I finally found why after some debugging.
I followed the readme and copied my cookie like it was asked. But I kept running in the error Oops!, looks like you have a problem with your cookie..
After some debugging, the error is because the API does not use the last cookie given. It does not use it because the regex is looking for a semi-colon, and the last cookie does not have a semi-colon.
In my case it was a problem because the last cookie is the most important one:

I fixed my problem by adding a final semi-colon in the config, but I think other users might run into this problem too.
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels