beeb / pancaketrade

Limit orders for PancakeSwap
GNU General Public License v3.0
200 stars 92 forks source link

connection failed #64

Closed wq0828 closed 2 years ago

wq0828 commented 2 years ago

I'm in a country that doesn't support telegrams, so I use a proxy to surf the Internet, but the python library can't be connected. What should I do 1637925983(1)

beeb commented 2 years ago

Try not using windows?

osatien commented 2 years ago

Perhaps setting the proxy could help. In windows should be set HTTP_PROXY="http://Ip:port"

osatien commented 2 years ago

https://github.com/python-telegram-bot/python-telegram-bot/wiki/Working-Behind-a-Proxy

It should work with https_proxy

beeb commented 2 years ago

Stale