Hi! I love the concept. I am able to log in, but I am getting this error:
2020-09-06 18:18:31,538 - kickbase_bot - DEBUG - Connection succeeded
2020-09-06 18:18:31,548 - kickbase_bot - DEBUG - Login using username <email>
2020-09-06 18:18:31,920 - kickbase_bot - DEBUG - Login succeeded
2020-09-06 18:18:31,923 - kickbase_bot - DEBUG - Starting threads...
2020-09-06 18:18:31,942 - kickbase_bot - DEBUG - Feed update interval was set to 5 seconds
2020-09-06 18:18:31,958 - kickbase_bot - DEBUG - Fetching feed items, start: 0
2020-09-06 18:18:31,959 - kickbase_bot - DEBUG - Chat update interval was set to 5 seconds
2020-09-06 18:18:31,975 - kickbase_bot - ERROR - Something went wrong fetching feed items: league must be either type of str or LeagueData
I am not giving it any arguments, because then I am getting this error:
2020-09-06 18:22:08,958 - kickbase_bot - DEBUG - Connection succeeded
2020-09-06 18:22:08,963 - kickbase_bot - DEBUG - Login using username <email>
2020-09-06 18:22:09,168 - kickbase_bot - DEBUG - Login succeeded
Traceback (most recent call last):
File "/Users/me/Desktop/kickbase/kickbase_api/main.py", line 39, in <module>
kkbs_bot.run("GERMAN LEAGUE") #
TypeError: run() takes 1 positional argument but 2 were given
Do you know how to fix this? I am using the newest release.
Thanks!
Hi! I love the concept. I am able to log in, but I am getting this error:
I am not giving it any arguments, because then I am getting this error:
Do you know how to fix this? I am using the newest release.
Thanks!