Issue with fetching feeds. #2

Open
opened 2019-07-07 06:58:36 +00:00 by gl1tch · 1 comment

getting an error when I fire-off ./raccoon.exe update. 1) it returns only null for any of the feeds in the cloned project. I wasn't sure why so I set proofofwork.news for example to 0 instead of 1440 and that bombed out giving me this error.

Processing: privacy-international/feedinfo
Processing: proof-of-work/feedinfo

Fetching [https://proofofwork.news/feed/]
Feed Get https://proofofwork.news/feed/: socks connect tcp 192.168.xxx.xxx:9050->proofofwork.news:443: dial tcp 192.168.xXx.XxX:9050: connectex: No connection could be made because the target machine actively refused it.

Fetching [https://ocean.weather.gov/shtml/pyba01bw.gif]
Fetching [https://ocean.weather.gov/shtml/EVPN13.jpg]

Figuring I screwed something up I set it back to 1440 and there was no issue,

I then set it to 30 and then for every 10 minutes down to 2 and it works. If I set it to 1 or 0 it fails.

Still though, I get null for anything pulled from a feed. I am running Tor locally and have my IP set in main.go.

I've never worked in Go but I am digging this project. Any ideas to get me unblocked?

getting an error when I fire-off ./raccoon.exe update. 1) it returns only `null` for any of the feeds in the cloned project. I wasn't sure why so I set proofofwork.news for example to 0 instead of 1440 and that bombed out giving me this error. Processing: privacy-international/feedinfo Processing: proof-of-work/feedinfo Fetching [https://proofofwork.news/feed/] Feed <nil> Get https://proofofwork.news/feed/: socks connect tcp 192.168.xxx.xxx:9050->proofofwork.news:443: dial tcp 192.168.xXx.XxX:9050: connectex: No connection could be made because the target machine actively refused it. Fetching [https://ocean.weather.gov/shtml/pyba01bw.gif] Fetching [https://ocean.weather.gov/shtml/EVPN13.jpg] Figuring I screwed something up I set it back to 1440 and there was no issue, I then set it to 30 and then for every 10 minutes down to 2 and it works. If I set it to 1 or 0 it fails. Still though, I get `null` for anything pulled from a feed. I am running Tor locally and have my IP set in main.go. I've never worked in Go but I am digging this project. Any ideas to get me unblocked?
Owner

Thanks for checking it out, and reporting the issue.

No connection could be made because the target machine actively refused it.

Usually this means there is a firewall blocking the connection, or the remote machine is not listening on that port. Is your tor configured to listen on port 9050 on the IP address you are attempting to connect to?

i.e. something like this in the torrc:

SOCKSPort 192.168.XXX.XXX:9050

Thanks for checking it out, and reporting the issue. > No connection could be made because the target machine actively refused it. Usually this means there is a firewall blocking the connection, or the remote machine is not listening on that port. Is your tor configured to listen on port 9050 on the IP address you are attempting to connect to? i.e. something like this in the torrc: SOCKSPort 192.168.XXX.XXX:9050
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sarah/raccoon#2
No description provided.