-
Notifications
You must be signed in to change notification settings - Fork 258
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
20150715 login error #88
Comments
It seems to be a badly handled authentication error. I got mine working by deleting the 'cookie' item in the authentication section of config.ini. The script will recreate it. |
Deleting the numbers in the 'cookie' line and saving the the config.ini file seemed to work. Thanks. I'm not sure what caused this to happen though, it happened in an older version also, so I got this new version and it happened again. |
I'm not so sure why it failed to log in. As for ``'res_url' is not defined` is programming error, I forgot to initialize the variable before use. |
The 20150725-beta1 seems to have fixed the issue, I no longer see that error and I can login just fine now. Thank you. |
On your blog you requested that I create a ticket here:
I’m getting this error in the 20150715 version:
Error at doLogin(): (< type 'exceptions.NameError' >, NameError("global name 'res_url' is not defined",), < traceback object at 0x02C4CDF0 >)
edit: I had to put spaces between < and > because it would not display it in my ticket.
The text was updated successfully, but these errors were encountered: