Skip to content

The last cookie in the config is not used by the script #5

@na-ji

Description

@na-ji

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:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions