Alin Climente

Results 31 comments of Alin Climente

Same for me to.. I don't understand why.. I put all the functions in one file and still get weird errors UPDATE Manage to solve the circular imports after a...

Yes, not sure why this issue appears... the `--window-size` flag is ignored, there may be the case of sistem defaults which I mentioned here: https://github.com/ClimenteA/flaskwebgui/issues/23, I saw this is [an...

- Delete flaskwebgui folder from `temp` folder [src](https://github.com/ClimenteA/flaskwebgui/blob/master/src/flaskwebgui.py#L235), that's where chrome settings are saved; - If port `5000` is occupied another port will be used (that's way you see 5001);...

Does it work if you set `app_mode=False`?

One of these conditions evaluate to True see [here](https://github.com/ClimenteA/flaskwebgui/blob/9e298c0450811efbac521a88ed958995515b4b88/src/flaskwebgui.py#L311). Some chrome flags are experimental, not sure if they are turned off on edge or other chromium based browsers. Does it...

If gui_running is true, server should NOT close, if it's false (you closed chrome window) then while loop ends and server is closed. Chrome window/gui is closed manually by the...

Start flaskwebgui without wsl, use the simple windows cmd.

That is a [psutil issue](https://github.com/ClimenteA/flaskwebgui/blob/9e298c0450811efbac521a88ed958995515b4b88/src/flaskwebgui.py#L307), remove the try/except block and see where it fails (it may be a permission error). It's weird that the window doesn't close when you click...

It 'hangs' on line 304? Code bellow line 304 isn't executed anymore?

Try an old version and see if this works better for you: https://pypi.org/project/flaskwebgui/0.1.13/ I had no issues on ubuntu. Will try to test on windows when I have some time....