machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
345 stars 32 forks source link

MemGator is started quickly and repeatedly on Windows #546

Closed machawk1 closed 2 years ago

machawk1 commented 2 years ago

Latest main branch 199bd1b

This required first installing an alpha wheel (4.1.1aX) of wxPython due to an incompatibility between Python 3.10 and wxPython 4.1.1.

Windows 11.

machawk1 commented 2 years ago

More sanely replicable by running the WAIL Python script and watching the terminal repeatedly check for the MemGator service accessibility, fail, and rapidly repeat.

machawk1 commented 2 years ago

https://github.com/machawk1/wail/blob/199bd1bfbd5d1126f83b113ce5261c3312a7b9ef/bundledApps/WAIL.py#L504-L505

machawk1 commented 2 years ago

This is partially attributed to 0.0.0.0 not binding on Windows 11. Changing this to localhost fixes the issues...for now.