You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise RuntimeError('This event loop is already running')
RuntimeError: This event loop is already running
sys:1: RuntimeWarning: coroutine 'AsyncChatbot.create' was never awaited
Other issue when running bots:
AttributeError: 'Login' object has no attribute 'saveCookies'. Did you mean: 'saveCookiesToDir'?
The text was updated successfully, but these errors were encountered:
neekohuncho
changed the title
Login has No attribute Savecookies?
Couple Issues
Jul 8, 2023
When running bots:
raise RuntimeError('This event loop is already running')
RuntimeError: This event loop is already running
sys:1: RuntimeWarning: coroutine 'AsyncChatbot.create' was never awaited
Other issue when running bots:
AttributeError: 'Login' object has no attribute 'saveCookies'. Did you mean: 'saveCookiesToDir'?
The text was updated successfully, but these errors were encountered: