-
Notifications
You must be signed in to change notification settings - Fork 20
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
Usernames issue (not updating on import causing duplicated userID entries) #26
Comments
So it is totally normal to have multiple entries in the The error at the bottom is because the dataframe has duplicate indices. I will have to investigate closer and see what the index is supposed to be there, but I don't seem to be able to reproduce this issue with freshly dumped chat logs on my end. |
What data or any other help do you need from me to investigate the issue? |
A database dump would probably be the most helpful, if you can make one that reproduces this issue. Knowing how your server is running would be good to know as well, particularly the install method (source using poetry, pip, docker). |
I am running bot in docker. Config is almost like default one in repo but has persistant volumes for DB and bot (for importing, experiments). Chat is private so full DB dump will not be possible. |
Hello @mkdryden
After importing the chat history the usernames are not updated by UserID accordingly, causing the stats to show not correctly (i.e. with empty fields).
When the user appears in chat, and writes some messages the username gets updated (by UserID), but this action is leading to user record duplication
Here is stdout in container when running /stats corr
The text was updated successfully, but these errors were encountered: