-
Notifications
You must be signed in to change notification settings - Fork 19
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
ED Scout stays blank, but remote connection works #145
Comments
Now that is interesting. EDScout uses this module to launch the chrome instance: https://pypi.org/project/flaskwebgui/ The line in question is here: https://github.com/ClimenteA/flaskwebgui/blob/34a1e2d47eef6f9283f7f440db8b106315f0ee4c/src/flaskwebgui.py#L201
i.e.
Some questions for you;
|
Could be related to #105 |
That is probably the issue here. My "normal" Chrome does not allow many external scripts, especially none from 127.0.0.1. It would be preferable if you could launch
I was not able to make it show any kind of data
Nothing in particular, but plenty of messages regarding ad-blocking
I am not seeing any errors |
Gotcha. I'll give that a try and make a proposal to the maintainer of flaskwebgui. I've submitted quite a few alterations in the development of EDScout 😉 Might get you to try a beta to check this fix solves it for you if you're okay with that? |
sure! |
I am having the same issue. It seems to work, then I logout for the night, but leave edscout running, come back and it will not update, despite closing and opening it. Replotting route doesn't help either. |
When I am starting EDscout by
./EDScout.exe
, the screen pops up and is empty:But when I am opening the remote connection in a browser tab in parallel, it looks good:
http://localhost:5000/
Is it possible that the auto-launched chrome window is not using its own profile, like a guest profile?
Maybe some of my browser extensions are interfering with the main window.
The text was updated successfully, but these errors were encountered: