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
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Debug mode: on
Exception in thread Thread-11 (streamer):
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "e:\spotifybots\MjolnirAiO-main\mjolnir.py", line 761, in streamer
self.threaded_streamer(combo[i], ports[i], self.like, self.max)
File "e:\spotifybots\MjolnirAiO-main\mjolnir.py", line 835, in threaded_streamer
if int(requests.get(url).text.split(" songs")[0].split()[-1]) < self.pos - 1 or "episode" in url or "track" in url:
ValueError: invalid literal for int() with base 10: 'src="https://open.spotifycdn.com/cdn/build/mobile-web-player/vendor~mobile-web-player.71c0dc9a.js"></script>'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PS E:\spotifybots\MjolnirAiO-main> e:; cd 'e:\spotifybots\MjolnirAiO-main'; & 'C:\Users\MatiM\AppData\Local\Microsoft\WindowsApps\python3.10.exe' 'c:\Users\MatiM.vscode\extensions\ms-python.python-2022.20.1\pythonFiles\lib\python\debugpy\adapter/../..\debugpy\launcher' '62938' '--' 'e:\spotifybots\MjolnirAiO-main\mjolnir.py'
Exception in thread Thread-11 (streamer):
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "e:\spotifybots\MjolnirAiO-main\mjolnir.py", line 761, in streamer
self.threaded_streamer(combo[i], ports[i], self.like, self.max)
File "e:\spotifybots\MjolnirAiO-main\mjolnir.py", line 835, in threaded_streamer
if int(requests.get(url).text.split(" songs")[0].split()[-1]) < self.pos - 1 or "episode" in url or "track" in url:
ValueError: invalid literal for int() with base 10: 'src="https://open.spotifycdn.com/cdn/build/mobile-web-player/vendor~mobile-web-player.71c0dc9a.js"></script>'
The text was updated successfully, but these errors were encountered: