Closed jimbo831 closed 1 month ago
That looks like it didn't pick up your actual auth.json
file and was using the default instead. Can you post your docker run
command and the complete path to your config files? (Feel free to replace your username with USERNAME if you want to redact that.)
You were correct. There was a typo in the config path, but I didn't realize it because the log said my config file was detected. I didn't realize it was using a default config file. Thanks for your help!
When running this on a Mac in a Docker container, I get an exception leading to the auth to fail. I have used the browser extension to build the auth.json file just to be sure. Here is a redacted version of my auth file with some info randomized:
{ "USER_ID": "567895664", "USER_AGENT": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36", "X_BC": "5d6f4a6df7498da7f8ea4984", "COOKIE": "sess=56df4da654f6d5f; auth_id=567895664;" }
Here is the exception stack trace I see in Docker: