[GH-ISSUE #68] mergre #63

Closed
opened 2026-02-25 20:34:34 +03:00 by kerem · 3 comments
Owner

Originally created by @anoureldin on GitHub (Oct 9, 2020).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/68

Hello
i tried to merge two databases but i get

 __      __.__                                               
/  \    /  \  |__ _____    _____   ___________  ____   ____  
\   \/\/   /  |  \\__  \  /     \_/ __ \_  __ \/ ___\_/ __ \ 
 \        /|   Y  \/ __ \|  Y Y  \  ___/|  | \/ /_/  >  ___/ 
  \__/\  / |___|  (____  /__|_|  /\___  >__|  \___  / \___  >
       \/       \/     \/      \/     \/     /_____/      \/ 
------------------- Whatsapp Merger v1.0 -----------------

[e] No databases to merge

i added two databases backup in one folder and i chosed this folder as path

Originally created by @anoureldin on GitHub (Oct 9, 2020). Original GitHub issue: https://github.com/B16f00t/whapa/issues/68 Hello i tried to merge two databases but i get __ __.__ / \ / \ |__ _____ _____ ___________ ____ ____ \ \/\/ / | \\__ \ / \_/ __ \_ __ \/ ___\_/ __ \ \ /| Y \/ __ \| Y Y \ ___/| | \/ /_/ > ___/ \__/\ / |___| (____ /__|_| /\___ >__| \___ / \___ > \/ \/ \/ \/ \/ /_____/ \/ ------------------- Whatsapp Merger v1.0 ----------------- [e] No databases to merge i added two databases backup in one folder and i chosed this folder as path
kerem closed this issue 2026-02-25 20:34:34 +03:00
Author
Owner

@AboTyim commented on GitHub (Oct 14, 2020):

Hello

No databases to merge
message error:

Traceback (most recent call last):
  File "./libs/whamerge.py", line 428, in <module>
    merge(args.path, args.output)
  File "./libs/whamerge.py", line 186, in merge
    elements_chatlist_cursor = cursor_read.execute("SELECT " + str_chatlist_cols + " FROM chat_list WHERE _id IN (" + str_id_chatlist_cols + ");")
sqlite3.OperationalError: no such column: deleted_message_id
<!-- gh-comment-id:708314290 --> @AboTyim commented on GitHub (Oct 14, 2020): Hello No databases to merge message error: ``` Traceback (most recent call last): File "./libs/whamerge.py", line 428, in <module> merge(args.path, args.output) File "./libs/whamerge.py", line 186, in merge elements_chatlist_cursor = cursor_read.execute("SELECT " + str_chatlist_cols + " FROM chat_list WHERE _id IN (" + str_id_chatlist_cols + ");") sqlite3.OperationalError: no such column: deleted_message_id ```
Author
Owner

@B16f00t commented on GitHub (Oct 23, 2020):

Hello
i tried to merge two databases but i get

 __      __.__                                               
/  \    /  \  |__ _____    _____   ___________  ____   ____  
\   \/\/   /  |  \\__  \  /     \_/ __ \_  __ \/ ___\_/ __ \ 
 \        /|   Y  \/ __ \|  Y Y  \  ___/|  | \/ /_/  >  ___/ 
  \__/\  / |___|  (____  /__|_|  /\___  >__|  \___  / \___  >
       \/       \/     \/      \/     \/     /_____/      \/ 
------------------- Whatsapp Merger v1.0 -----------------

[e] No databases to merge

i added two databases backup in one folder and i chosed this folder as path

the databases have to be unencrypted, in order to merge.

<!-- gh-comment-id:715364250 --> @B16f00t commented on GitHub (Oct 23, 2020): > > > Hello > i tried to merge two databases but i get > > ``` > __ __.__ > / \ / \ |__ _____ _____ ___________ ____ ____ > \ \/\/ / | \\__ \ / \_/ __ \_ __ \/ ___\_/ __ \ > \ /| Y \/ __ \| Y Y \ ___/| | \/ /_/ > ___/ > \__/\ / |___| (____ /__|_| /\___ >__| \___ / \___ > > \/ \/ \/ \/ \/ /_____/ \/ > ------------------- Whatsapp Merger v1.0 ----------------- > ``` > > [e] No databases to merge > > i added two databases backup in one folder and i chosed this folder as path the databases have to be unencrypted, in order to merge.
Author
Owner

@B16f00t commented on GitHub (Oct 23, 2020):

Hello

No databases to merge
message error:

Traceback (most recent call last):
  File "./libs/whamerge.py", line 428, in <module>
    merge(args.path, args.output)
  File "./libs/whamerge.py", line 186, in merge
    elements_chatlist_cursor = cursor_read.execute("SELECT " + str_chatlist_cols + " FROM chat_list WHERE _id IN (" + str_id_chatlist_cols + ");")
sqlite3.OperationalError: no such column: deleted_message_id

If you are merging old databases, you probably don't have the deleted_message_id column.
You can add it with sqlitebrowser, or change the whamerge code a bit.

<!-- gh-comment-id:715365402 --> @B16f00t commented on GitHub (Oct 23, 2020): > > > Hello > > No databases to merge > message error: > > ``` > Traceback (most recent call last): > File "./libs/whamerge.py", line 428, in <module> > merge(args.path, args.output) > File "./libs/whamerge.py", line 186, in merge > elements_chatlist_cursor = cursor_read.execute("SELECT " + str_chatlist_cols + " FROM chat_list WHERE _id IN (" + str_id_chatlist_cols + ");") > sqlite3.OperationalError: no such column: deleted_message_id > ``` If you are merging old databases, you probably don't have the deleted_message_id column. You can add it with sqlitebrowser, or change the whamerge code a bit.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#63
No description provided.