You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an issue with npm and installing the Javascript dependencies. The Javascript part of the code is used to store your account cookies after you login so that your session id can be used to upload whenever you run the code.
Here is a manual way to store your cookies so you won't need to run the Javascript and can avoid this error:
Click on the extension and export your cookies as .json
Save your cookies file in the same directory you run the code in and save it as TK_cookies_{accountname}.json where accountname is the same as string you input in the accountname parameter of the function
You only need to do these steps once.
Now whenever you upload with that same accountname the code with use this cookie .json file to upload to the account. If you wish to upload to a new account, repeat these steps with that account.
The text was updated successfully, but these errors were encountered: