Linus045
Linus045
Is this still a problem? Is this PR still relevant?
Well that's something you need to discuss with @Swastyy I don't mind if you work on it together.
I agree, I would remove it altogether and prioritize error logging.
It seems as though Binance has changed their api and now returns a 403-Forbidden Error when trying to access www.binancezh.com . Changing the domain to binance.com fixes the issue. Though...
#140 (develop branch) causes the bot to report an error to the console instead of crashing. This is not the best solution but it fixes the crash for now and...
> Temporary fix: Line 44 of new_listings_scraper.py > > Make sure the URL is: [binance.com](https://www.binance.com) not binancezh.com or whatever Regarding this, #144 got merged into develop as well, which will...
> Is anybody getting 405 responses? I get the following error on the page (when translating from Chinese) > > 405 response: Sorry, your access is blocked because the URL...
To fix the fstring error update to python 3.8+, see #114
The method `list_trades()` should return the current market trades. see. https://github.com/gateio/gateapi-python/blob/master/docs/SpotApi.md#list_trades It seems though, that none were available for the given pair, which caused the exception. This is a problem...
Is this still a problem?