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
i've got the following issue:
python3 example.py
Traceback (most recent call last):
File "/Users/walid/kick-stream-downloader/example.py", line 10, in
downloader.download(
File "/Users/walid/kick-stream-downloader/kick_downloader/kick.py", line 58, in download
source_url = self._get_source_url(url)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/walid/kick-stream-downloader/kick_downloader/kick.py", line 53, in _get_source_url
data = self._get_data(video_id)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/walid/kick-stream-downloader/kick_downloader/kick.py", line 47, in _get_data
parsed_json = json.loads(json_data)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
i've got the following issue:
python3 example.py
Traceback (most recent call last):
File "/Users/walid/kick-stream-downloader/example.py", line 10, in
downloader.download(
File "/Users/walid/kick-stream-downloader/kick_downloader/kick.py", line 58, in download
source_url = self._get_source_url(url)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/walid/kick-stream-downloader/kick_downloader/kick.py", line 53, in _get_source_url
data = self._get_data(video_id)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/walid/kick-stream-downloader/kick_downloader/kick.py", line 47, in _get_data
parsed_json = json.loads(json_data)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: