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
Describe the bug
With the "--split" command-line option, the program splits up larger chats. In ALL the generated chats, including ones that are NOT split up, the final message is missing.
To Reproduce
Steps to reproduce the behavior:
run wtsexporter without "--split"
open an HTML chat file and scroll down to see the final message (either from "You" or the contact).
run wtsexporter with "--split"
open the very same chat in the new output folder. Scroll down to see the final message and you will see the last message is not there. This affects ALL output files, not just the ones that were split up.
The issue is in create_html() under the "if maximum_size is not None" section, but I can't seem to figure out what the problem is.
The text was updated successfully, but these errors were encountered:
I tested this, and it seems to work perfectly now -- thanks! I tested with, and without, the --split option, and for non-split files, their hashes were identical. And on the the split files, from the chats that I at least recognized, seems to also work.
The issue should be fixed in e268484. You can try the dev branch to see if the problem persists or if other problems come out.
Describe the bug
With the "--split" command-line option, the program splits up larger chats. In ALL the generated chats, including ones that are NOT split up, the final message is missing.
To Reproduce
Steps to reproduce the behavior:
The issue is in create_html() under the "if maximum_size is not None" section, but I can't seem to figure out what the problem is.
The text was updated successfully, but these errors were encountered: