theandychung / discord-weibo-bot

Transfers Weibo posts to Discord through Webhook
MIT License
7 stars 3 forks source link

Not working #5

Closed RoyZ-iwnl closed 4 years ago

RoyZ-iwnl commented 5 years ago

I followed her with Readme.md, configured and created the app, but no microblog was sent to Discord. Is there any heroku log available for querying so I can troubleshoot it?

theandychung commented 5 years ago

I use this command heroku logs --app <your app name> -t -n 15 but you need to install something from heroku.

RoyZ-iwnl commented 4 years ago

(Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response')) Ummm looks like proxy has some problem?

theandychung commented 4 years ago

I'm still using it lol

theandychung commented 4 years ago

There is a possibility that all the ip on page one of https://www.sslproxies.org/ has been used, and none of them work. In that case you won't be able to use any IP because I didn't tell it to flip the page : P

Let me know if this is the issue.

RoyZ-iwnl commented 4 years ago

https://github.com/theandychung/discord-weibo-bot/issues/4 same problem but after add heroku python buildpack and git push heroku once it's working now thank you