Skip to content

How do I view the archived chats? #117

Closed Answered by vitormarcal
auer1329 asked this question in Q&A
Discussion options

You must be logged in to vote

You only need to expose port 8080 for this. It's likely that the app saved the files but couldn't parse each line of messages in the chat file. You can confirm this by querying the database; the messages haven't been saved.

What is the name of your chat message file? Is it _chat.txt? If so, your generated file is different from mine, and I need to apply a fix because the regex used to identify a chat file is:

private val possiblyWhatsappTalk = Regex(".*WhatsApp.*\\.txt$")

Renaming the file to something that matches this regex should work.

Update: I just fi…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@auer1329
Comment options

@vitormarcal
Comment options

@auer1329
Comment options

Answer selected by vitormarcal
Comment options

You must be logged in to vote
1 reply
@vitormarcal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants