streetmerchant: Email and Text notification's not working. error :: connect ECONNREFUSED
I’m able to get a discord message and everything else works, but it won’t send a text message or email when running npm run test:notification or when a card actually becomes available.
`> nvidia-snatcher@1.4.0 test:notification /Users/administrator/nvidia-snatcher
npm run build && node build/test/notification-test.js
nvidia-snatcher@1.4.0 build /Users/administrator/nvidia-snatcher rimraf ./build && tsc
[12:13:21 PM] info :: Searching for sound player… [12:13:21 PM] info :: Sound player found: afplay [12:13:21 PM] error :: connect ECONNREFUSED 172.xxx.xxx.xxx:465 [12:13:21 PM] error :: connect ECONNREFUSED 172.xxx.xxx.xxx:465 [12:13:21 PM] info :: ↗ discord message sent: http://example.com/`
If i attempt to ping the IP it says 'cannot resolve 172.xxx.xxx.xxx:465: Unknown host.
Any other logs I can look at to see where it’s failing to connect?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (9 by maintainers)
@geman220 I believe that’s incorrect. AFAIK, only
192.168.0.0/16is reserved for private networks,192.82.0.0/16should be valid public IP addresses. I could be wrong though 😦192.xxx.xxx.xxxis not your public IP. That address space isn’t registered publicly, it can only exist behind a router on a private network. It sounds like you have some network configuration problems, anti-virus, something that is causing these issues.Edit: I’m dumb, ignore me but I’ll leave this as proof of my stupidity.
Your public IP is not
192.xxx.xxx.xxxthat is a private address (probably something like 192.168.1.xxx). Anyway, go to https://whatismyip.com/ and is that IP the same as the172.xxx.xxx.xxx? If they are not the same what is the172.xxx.xxx.xxxaddress?