-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Unable to log in using the webinterface when PiFinder is running on a local machine #253
Comments
Hi Wim, I am running into the same problem. Well, there's been provisions for that: There once was a |
you are correct, the code is in utils.py and should be used to import sys_utils. Since you can reproduce the issue, could you create a PR removing the exception catching in sys_utils?
|
Can do. |
Hi Wim, can you check my PR #267 ? |
Fixed with #267. @brickbots can you close? |
Absolutely! Thank you @jscheidtmann 👍 |
When running the webinterface on my local machine (so not the PiFinder itself), I can not log in anymore... I get the error
This can be fixed easily by adding the following 2 lines at line 290 of sys_utils.py:
The text was updated successfully, but these errors were encountered: