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

unable to get this to run #72

Open
Fespinoza831 opened this issue Nov 26, 2024 · 1 comment
Open

unable to get this to run #72

Fespinoza831 opened this issue Nov 26, 2024 · 1 comment

Comments

@Fespinoza831
Copy link

2024-11-25 23:19:35,041 - sonarr_youtubedl - INFO - Initial run
2024-11-25 23:19:35,042 - sonarr_youtubedl - CRITICAL - Configuration file not found.
2024-11-25 23:19:35,048 - sonarr_youtubedl - CRITICAL - Create a config.yml using config.yml.template as an example.
2024-11-25 23:25:52,774 - sonarr_youtubedl - INFO - Initial run
2024-11-25 23:25:52,774 - sonarr_youtubedl - INFO - Configuration Found. Loading file.
2024-11-25 23:25:52,776 - sonarr_youtubedl - INFO - Scan interval set to every 1 minutes by config.yml
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.9/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)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/app/sonarr_youtubedl.py", line 441, in
main()
File "/app/sonarr_youtubedl.py", line 433, in main
series = client.filterseries()
File "/app/sonarr_youtubedl.py", line 183, in filterseries
series = self.get_series()
File "/app/sonarr_youtubedl.py", line 118, in get_series
return res.json()
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
2024-11-25 23:30:23,808 - sonarr_youtubedl - INFO - Initial run
2024-11-25 23:30:23,808 - sonarr_youtubedl - INFO - Configuration Found. Loading file.
2024-11-25 23:30:23,810 - sonarr_youtubedl - INFO - Scan interval set to every 1 minutes by config.yml
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.9/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)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/app/sonarr_youtubedl.py", line 441, in
main()
File "/app/sonarr_youtubedl.py", line 433, in main
series = client.filterseries()
File "/app/sonarr_youtubedl.py", line 183, in filterseries
series = self.get_series()
File "/app/sonarr_youtubedl.py", line 118, in get_series
return res.json()
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
2024-11-25 23:39:28,586 - sonarr_youtubedl - INFO - Initial run
2024-11-25 23:39:28,587 - sonarr_youtubedl - INFO - Configuration Found. Loading file.
2024-11-25 23:39:28,589 - sonarr_youtubedl - INFO - Scan interval set to every 1 minutes by config.yml
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.9/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)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/app/sonarr_youtubedl.py", line 441, in
main()
File "/app/sonarr_youtubedl.py", line 433, in main
series = client.filterseries()
File "/app/sonarr_youtubedl.py", line 183, in filterseries
series = self.get_series()
File "/app/sonarr_youtubedl.py", line 118, in get_series
return res.json()
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

** Press ANY KEY to close this window **

@jaredcat
Copy link
Contributor

2024-11-25 23:19:35,042 - sonarr_youtubedl - CRITICAL - Configuration file not found.
I'm going to guess that you never configured it to talk to Sonarr

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

No branches or pull requests

2 participants