-
Notifications
You must be signed in to change notification settings - Fork 93
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
Auth failed even when using the Chrome plugin #712
Comments
Just to try one more thing, I also downloaded Firefox and tried the browser extension there and still go "Auth failed". |
I am pretty sure you'll need to include more info for anyone to of any help. I had some auth failure issues too at first. If you have a log file, screenshot of the error message when it fails, and maybe a screen of your auth.json format with the personal info redacted that might help. |
I would have included these but they didn't seem to have any helpful information. Just in case, here is the error I get:
And here is my log:
|
This is the same thing it was telling me when I knew I had copied the correct info because I just used it in scraper successfully. I would suggest editing the auth.json directly to make sure all the quotations and semi colons are where they should be according to the official guide at Pay close attention to the formatting of the last line, that's where my issue was. It's "COOKIE": "auth_id=xxxxxxxxx; sess=xxxxxxxxxxxxxxxxxxxxxxxxx;" } all in the same quotations except for the closing script bracket at the end. And equals signs after the designator with semi colons separating and ending them. The second example on the guide is what I used then it worked fine. |
I'll check on this and update the thread. I have previously just been copying from the plugin without any issue until it suddenly stopped working. |
Everything looks right to me. I'll post my auth.json file with some info redacted: { |
I also manually verified all the values coming from the plugin by looking through the dev tools as well and the values match. |
Hmm. You could try making sure you're using the updated version of the app since it did warn about that in the post. Also I don't know why it would matter but you could try switching the auth_id and sess so that auth_id and it's value is to the left of the sess and it's value so it matches what the wiki shows. That's how my json looks with auth_id listed first. |
I use the Chrome plugin to quickly copy my updated auth.json info every time I reload the website. Suddenly this time it is giving auth failed. I even tried looking the info up manually in both Chrome and Safari, logging out and logging back into OF, and restarting my browsers, but nothing is working. I only get "Auth failed" and the logs don't show any more details. I'm not sure where to go from here as I am very sure all of the info in the auth.json file is correct including the USER_AGENT string.
The text was updated successfully, but these errors were encountered: