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

can't create new thread at interpreter shutdown #142

Open
CantSamboAmigoD8 opened this issue Mar 28, 2024 · 2 comments
Open

can't create new thread at interpreter shutdown #142

CantSamboAmigoD8 opened this issue Mar 28, 2024 · 2 comments

Comments

@CantSamboAmigoD8
Copy link

This is the issue i get. I am new to this any help would be appreciated.

Exception in thread Thread-3:
Traceback (most recent call last):
File "C:\Users[REDACTED]\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Users[REDACTED][REDACTED]\StreaMonitor\streamonitor\managers\climanager.py", line 22, in run
reply = self.execCmd(line)
^^^^^^^^^^^^^^^^^^
File "C:\Users[REDACTED][REDACTED]\StreaMonitor\streamonitor\manager.py", line 30, in execCmd
return command(streamer, username, site)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users[REDACTED][REDACTED]\StreaMonitor\streamonitor\manager.py", line 87, in do_start
streamer.start()
File "C:\Users[REDACTED][REDACTED]\Local\Programs\Python\Python312\Lib\threading.py", line 992, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown

@DerBunteBall
Copy link

Looks like a CPython regression see this.

Codebase of StreaMonitor isn't compatible with 3.12.x try with 3.11.5

@CantSamboAmigoD8
Copy link
Author

@DerBunteBall I saw that as well and havent tried it yet but i got it running in docker which is probable better for me. thnx for response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants