-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem on start. #124
Comments
i got round it i think by: found_coin = re.findall('(([^)]+)', latest_announcement)
|
2021-12-21 12:58:35,748 INFO: started working... |
Same problem as ghostnetrn |
Same problem here |
if 'Will List' not in latest_announcement or found_coin[0] == globals.latest_listing or |
'Will List' in binance latest annoucement title('Binance Futures Will List....'),but no index in found_coin,so use the 'Binance Will List' to match the title |
Hi, I need help to solve this problem: 2022-06-17 15:39:14,346 INFO: Getting the list of supported currencies from gate io C:\Users\Kaioken04\Desktop\gateio-crypto-trading-bot-binance-announcements-new-coins-master> |
C:\0000\binann>main.py
2021-12-21 10:16:20,636 INFO: Getting the list of supported currencies from gate io
2021-12-21 10:16:23,886 INFO: List of gate io currencies saved to currencies.json. Waiting 5 minutes before refreshing list...
2021-12-21 10:16:23,901 INFO: new-coin-bot online
2021-12-21 10:16:23,901 INFO: working...
2021-12-21 10:16:24,917 INFO: Kucoin announcements enabled, look for new Kucoin coins...
Traceback (most recent call last):
File "C:\0000\binann\main.py", line 468, in
main()
File "C:\0000\binann\main.py", line 427, in main
latest_coin = get_last_coin()
File "C:\0000\binann\new_listings_scraper.py", line 104, in get_last_coin
if 'Will List' not in latest_announcement or found_coin[0] == globals.latest_listing or
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: