I am trying to publish the following 2 feeds using nostrss:
- https://corbettreport.com/feed/
- https://www.corbettreport.com/newrss.xml
They are of different format though from the same website.
I have used nostrss in dry run and standard template as per .env file.
For the feed 1., nostrss hangs indefinitely without publishing anything.
For the feed 2., it throws this error:
thread 'tokio-runtime-worker' panicked at nostrss-core/src/template/template.rs:78:37: index out of bounds: the len is 0 but the index is 0
Can you please advise?
I am trying to publish the following 2 feeds using nostrss:
They are of different format though from the same website.
I have used nostrss in dry run and standard template as per .env file.
For the feed 1., nostrss hangs indefinitely without publishing anything.
For the feed 2., it throws this error:
thread 'tokio-runtime-worker' panicked at nostrss-core/src/template/template.rs:78:37: index out of bounds: the len is 0 but the index is 0Can you please advise?