Closed davidebonavita closed 3 years ago
If the coin is not listed the set-up would lose its efficiency as it’s quite time sensitive to place a buy once the announcement lands, but I agree that it should be handled in any case.
I made a quick temporary fix for this by adding LAZIO to the list of exclusions. new_listings_scraper.py Line 18 changed to: exclusions = ['Futures', 'Margin', 'adds', 'Adds', 'LAZIO']
Also delete file new_listing.json. (or remove "LAZIO" from it)
I think it would be better to add 'Launchpad' to exclusions, better than 'LAZIO' because it will happen in any Launchpad coin announcement. But it would be much better to fix the error, of course.
I think it would be better to add 'Launchpad' to exclusions, better than 'LAZIO' because it will happen in any Launchpad coin announcement. But it would be much better to fix the error, of course.
Thanks for the idea. Should be added to the upcoming upgrade of the bot
It seems that this exception is not handled. Shouldn't it try in a few minutes/hours again if the coin is not listed?