Skip to content
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

Sometimes address goes busy #22

Open
WanderFox opened this issue Nov 2, 2024 · 2 comments
Open

Sometimes address goes busy #22

WanderFox opened this issue Nov 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@WanderFox
Copy link

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

@WanderFox WanderFox added the bug Something isn't working label Nov 2, 2024
@KindaBrazy
Copy link
Owner

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:

  1. Terminate any running AI in the app.
  2. 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.

@WanderFox
Copy link
Author

Still have this issue
Now Lynx Hub is closed but processes are still active
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants