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

Suddenly stopped working entirely w/ no system changes/updates? Decoder/json err? #180

Closed
vulcanjedi opened this issue Jul 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@vulcanjedi
Copy link

Before opening an issue make sure that there are no duplicates and that you are on the latest version.
suddenly spontaneously stopped working entirely.
Main TV physical broke....while waiting for replacment to be delivered, migrated Chromecast dongle downstairs. Delivery took excessive time, then when new tv arrived, connected to new tv and everything continued work no problem then yesterday evening just stopped. Reviewed container and realized errors

Expected behavior
A clear and concise description of what you expected to happen.
None of the default expectant behvaiour works. Autoskipping...etc

Screenshots
If applicable, add screenshots to help explain your problem.

iSponsorBlockTV server (please complete the following information):
docker on linux/ubuntu v2.1.0

Apple TV (please complete the following information):
Chromecast 4k dongle

Additional context
#ssss

ch
Filter...
Lines
100
Actions

File "./iSponsorBlockTV/helpers.py", line 150, in app_start
File "./iSponsorBlockTV/helpers.py", line 45, in init
File "./iSponsorBlockTV/helpers.py", line 77, in __load
File "/usr/local/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 8 column 5 (char 160)
Traceback (most recent call last):
File "./main.py", line 3, in
File "./iSponsorBlockTV/helpers.py", line 150, in app_start
File "./iSponsorBlockTV/helpers.py", line 45, in init
File "./iSponsorBlockTV/helpers.py", line 77, in __load
File "/usr/local/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 8 column 5 (char 160)
Traceback (most recent call last):
File "./main.py", line 3, in
File "./iSponsorBlockTV/helpers.py", line 150, in app_start
File "./iSponsorBlockTV/helpers.py", line 45, in init
File "./iSponsorBlockTV/helpers.py", line 77, in __load
File "/usr/local/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 8 column 5 (char 160)
Traceback (most recent call last):
File "./main.py", line 3, in
File "./iSponsorBlockTV/helpers.py", line 150, in app_start
File "./iSponsorBlockTV/helpers.py", line 45, in init
File "./iSponsorBlockTV/helpers.py", line 77, in __load
File "/usr/local/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 8 column 5 (char 160)
Traceback (most recent call last):
File "./main.py", line 3, in
File "./iSponsorBlockTV/helpers.py", line 150, in app_start
File "./iSponsorBlockTV/helpers.py", line 45, in init
File "./iSponsorBlockTV/helpers.py", line 77, in __load
File "/usr/local/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 8 column 5 (char 160)
Traceback (most recent call last):
File "./main.py", line 3, in
File "./iSponsorBlockTV/helpers.py", line 150, in app_start
File "./iSponsorBlockTV/helpers.py", line 45, in init
File "./iSponsorBlockTV/helpers.py", line 77, in __load
File "/usr/local/lib/python3.11/json/init.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 8 column 5 (char 160)

@vulcanjedi vulcanjedi added the bug Something isn't working label Jul 26, 2024
@dmunozv04
Copy link
Owner

Hi @vulcanjedi please check that your config.json file is valid json. If you want, you can post it, censoring the sensitive data like the YouTube api key and the screen ids

@vulcanjedi
Copy link
Author

vulcanjedi commented Jul 26, 2024 via email

@vulcanjedi
Copy link
Author

{ "devices": [ { "screen_id": "xxxxxxxxxxxxxxxxxxxxxxxx", "name": "YouTube on TV", "offset": 0 }, ], "apikey": "", "skip_categories": [ "sponsor", "selfpromo", "intro", "music_offtopic" ], "channel_whitelist": [], "skip_count_tracking": true, "mute_ads": true, "skip_ads": true }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants