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
Exception in thread Thread-39 (execute):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/media/kayhan/Volume/StreaMonitor-master/streamonitor/downloaders/fmp4s_wss.py", line 47, in execute
outfile.write(conn.recv())
TypeError: a bytes-like object is required, not 'str'
is there a way to fix this?
im using 3.12.3
and have installed all requirements
everything works fine this just happens sometimes and i dont know why it happens or how i can fix it
The text was updated successfully, but these errors were encountered:
is there a way to fix this?
im using 3.12.3
and have installed all requirements
everything works fine this just happens sometimes and i dont know why it happens or how i can fix it
The text was updated successfully, but these errors were encountered: