mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #145] Error: no such table: chat_list #132
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jorgeortizfuentes on GitHub (Nov 23, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/145
Hello! WhaPa gives me the following error.
Error: no such table: chat_list
I have read in some places that the files may be corrupted. I passed my files using adb pull.
What could have happened?
@jorgeortizfuentes commented on GitHub (Nov 23, 2021):
I was checking the database and discovered that chat_list no longer exists. I don't know if it was renamed or deleted.
@Whinegum commented on GitHub (Nov 23, 2021):
Seems like the database has been renamed. The developers of "whatsapp viewer" have already fixed it:
https://github.com/andreas-mausch/whatsapp-viewer/issues/127#issuecomment-900255460
@jorgeortizfuentes commented on GitHub (Nov 23, 2021):
Thanks! I solved it by changing the table and column name in the Python code.
@B16f00t commented on GitHub (Nov 24, 2021):
Ok thanks I'll review the tables
@tupini07 commented on GitHub (Dec 14, 2021):
This issue can probably be closed since #148 was merged.
@B16f00t commented on GitHub (Dec 14, 2021):
Fixed in v1.57, Thanks to @tupini07