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

I have a issue with obplayer_check on VSCode in Bash and Python and I don't know how to get on web interface in OpenBroadcaster #136

Open
iueasnick23 opened this issue Jan 6, 2025 · 3 comments

Comments

@iueasnick23
Copy link

Here is the problem is code is showing this:

$ bash obplayer_check -d
[Jan 06 2025 22:34:30 UTC] [module] loading module player
[Jan 06 2025 22:34:30 UTC] [module] loading module httpadmin
[Jan 06 2025 22:34:30 UTC] [debug] starting thread <HTTPAdminThread>
[Jan 06 2025 22:34:30 UTC] [module] loading module testsignal
[Jan 06 2025 22:34:30 UTC] [module] loading module fallback
[Jan 06 2025 22:34:30 UTC] [debug] starting thread <PlayerThread>
[Jan 06 2025 22:34:30 UTC] [debug] shutting down player...
[Jan 06 2025 22:34:30 UTC] [debug] stopping thread <PlayerThread>
Traceback (most recent call last):
  File "/workspaces/obplayer/obplayer.py", line 25, in <module>
[Jan 06 2025 22:34:30 UTC] [admin] serving http(s) on port 23233
    obplayer.main()
  File "/workspaces/obplayer/obplayer/__init__.py", line 39, in main
    ObMainApp().start()
    ^^^^^^^^^^^
  File "/workspaces/obplayer/obplayer/main.py", line 156, in __init__
    self.application_shutdown()
  File "/workspaces/obplayer/obplayer/main.py", line 165, in application_shutdown
    obplayer.ObThread.stop_all()
  File "/workspaces/obplayer/obplayer/task.py", line 54, in stop_all
    t.stop()
  File "/workspaces/obplayer/obplayer/httpadmin/__init__.py", line 34, in stop
    if obplayer.HTTPAdmin:
       ^^^^^^^^^^^^^^^^^^
AttributeError: module 'obplayer' has no attribute 'HTTPAdmin'. Did you mean: 'httpadmin'?
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53836)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53840)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53854)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53864)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53872)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53886)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53900)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53916)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53924)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 53934)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 47944)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 47958)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 47964)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 47978)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 47988)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 47996)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 48010)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 48022)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 48028)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 48032)
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/home/codespace/.python/current/lib/python3.12/socketserver.py", line 706, in process_request
    t.start()
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 992, in start
    _start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
----------------------------------------
^CException ignored in: <module 'threading' from '/home/codespace/.python/current/lib/python3.12/threading.py'>
Traceback (most recent call last):
  File "/home/codespace/.python/current/lib/python3.12/threading.py", line 1623, in _shutdown
    lock.acquire()
KeyboardInterrupt:
 
From:
iueasnick23@obplayer.
@iueasnick23
Copy link
Author

Chat to me guys come on now!

@btelliot
Copy link

btelliot commented Jan 7, 2025 via email

@iueasnick23
Copy link
Author

I already did with my GitHub codespaces on Visual Studio Code.

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

No branches or pull requests

2 participants