You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Sometimes when I'm using Lynx Hub with different AI (not only Comfy) I have an issue when lt doesn't free socket address. It happens in different ways, and I can't reproduce it. Sometimes, it happens when I close Lynx Hub with launched AI, but sometimes, even when I relaunch AI from Lynx Hub. Restarting doesn't free the socket so in this case I need to restart my PC or use the next commands in CMD: ```
netstat -ano | findstr :8188
taskkill /PID 3652 /F
The text was updated successfully, but these errors were encountered:
Hi, All AIs should run as child processes of LynxHub, so when LynxHub is closed, it should terminate all child processes. I’ll also add code to ensure any open terminals and AI processes are closed before the app shuts down or restarts.
When restarting or closing an AI within the app, LynxHub will kill the terminal and any child processes.
If this happens again, please try these steps:
Terminate any running AI in the app.
Check the Task Manager for any Python or terminal processes.
Expand the LynxHub tree to view any child processes.
If you still see any terminal or Python processes running, please let me know so I work on a fix.
If you don’t see anything, then the issue might be something outside of LynxHub.
Hi! Sometimes when I'm using Lynx Hub with different AI (not only Comfy) I have an issue when lt doesn't free socket address. It happens in different ways, and I can't reproduce it. Sometimes, it happens when I close Lynx Hub with launched AI, but sometimes, even when I relaunch AI from Lynx Hub. Restarting doesn't free the socket so in this case I need to restart my PC or use the next commands in CMD: ```
netstat -ano | findstr :8188
taskkill /PID 3652 /F
The text was updated successfully, but these errors were encountered: