@aimaim wrote:
Yesterday I dist-upgraded my raspbian followed by updating flexget (pip install --upgrade flexget). Afterwards I had to follow gazpachoking's advice from this thread in order to get rid of an issue with the guessit plugin. Then flexget ran again. Yet today I noticed, that my one task wasn't working anymore:
tasks: directdownload: rss: url: https://directdownload.tv/rss/**** other_fields: ['description'] verify_ssl_certificates: no accept_all: yes manipulate: - description: replace: regexp: '<br />' format: ' ' - description: replace: regexp: '\n' format: ' ' - title: replace: regexp: 'br/' format: '' exec: - echo text="{{description}}" >> "/home/pi/shares/nas/stuff/folderwatch/{{title}}.crawljob" schedules: - tasks: directdownload interval: minutes: 30 web_server: yes
The log shows this error whenever the task is run:
Unable to download the RSS for task directdownload (https://directdownload.tv/rss/****): HTTPSConnectionPool(host='directdownload.tv', port=443): Max retries exceeded with url: /rss/2924 (Caused by SSLError(SSLError("bad handshake: Error([('', 'osrandom_rand_bytes', 'getrandom() initialization failed.')],)",),))
The solution I found here and here was to install rng-tools, in order to use the raspberry pis hardware random number generator. This did unfortunately not work for me. Also adding "HRNGDEVICE=/dev/hwrng" to /etc/default/rng-tools (as described here) did not bring any success.
I'm not sure what else to try. Any help is appreciated.
Posts: 2
Participants: 1