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
If I'm remembering right this error is harmless. It should be trying to insert the super user into the database, but if you've run the bot previously that user should already exist resulting in the error. I was pretty sure I accounted for this in the code, but I might have made a mistake somewhere.
i am getting this log error:
I don't know the cause of this error since when I check the sqlite database manually with
select name from users;
there are no duplicates.The text was updated successfully, but these errors were encountered: