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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: