theandychung/discord-weibo-bot

Not working

RoyZ-iwnl opened this issue · 5 comments

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?

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

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

I'm still using it lol

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.

#4
same problem but after add heroku python buildpack and git push heroku once
it's working now thank you