fishrss
fishrss copied to clipboard
failing check_config
APIs are configured and working correctly with other scripts. I have tried full access API as well as torrent only. Do the options in the config file require " around them like the example? I have tried both ways and neither work. I am working with the config.py.en.example file. thanks. what other info should I provide to help debug?
Thanks
~/fishrss$ python3 check_config.py
2022-01-08 13:21:57,915 - WARNING - dic is not configured
2022-01-08 13:21:57,915 - WARNING - red fail to login
2022-01-08 13:21:57,915 - INFO - Traceback (most recent call last):
File "check_config.py", line 26, in
2022-01-08 13:21:57,915 - WARNING - ops fail to login
2022-01-08 13:21:57,915 - INFO - Traceback (most recent call last):
File "check_config.py", line 26, in
2022-01-08 13:21:57,915 - WARNING - snake is not configured 2022-01-08 13:21:57,916 - INFO - can't connect to deluge
As said in the readme: "Make sure all files and directories in config have been already created by yourself.“
create the following two folders for yourself:
~/.cache/fishrss/red
and
~/.cache/fishrss/ops
or edit CONFIG["red"]["api_cache_dir"]
and CONFIG["ops"]["api_cache_dir"]
to somewhere you want