Tim van der Molen

Results 62 comments of Tim van der Molen

Please try again with the latest sigtop.exe. If you still have attachments without extension, please paste the remaining `no filename extension for content type` warnings. I'm still looking into the...

I've looked at the attachment data from your mail and I would like to know if you are able to save the attachment in Signal Desktop. Please run the command...

> Just ran the query but I didn't find that conversation on my chat list Is the conversation exported by the `export-messages` command? If so, can you find the attachment...

Additionally, could you paste the output of the following two commands? ``` sigtop query "select count(*) from messages, json_each(messages.json, '$.attachments') where coalesce(json_each.value ->> 'path', '') = ''" sigtop query "select...

> While executing the second command an error shows > `sigtop.exe: cannot execute SQL statement: bad JSON path: '$.'` Ah, right. Please try this one instead: ``` sigtop query "select...

1\. > ``` > sigtop.exe: invalid mention (index: 0, body: 4 12, placeholders: 3, mentions: 0:5,1) > [...] > ``` This is a different problem, but an interesting one nonetheless....

It seems that PowerShell messed up the encoding of `out.txt`. Could you please download the latest sigtop.exe, run the command below and mail me the new `out.txt` (if you're still...

@neroxyr @jsutlovic Sorry for the delayed response. If you are still interested in debugging this, let me know. @neroxyr Thanks for the out.txt file. It helped me fix a long-standing...

Thanks for reporting this and for the PR. I've pushed a commit that should fix your issue in a different way. Could you give it a try?

Thanks for working on this! Very promising! Please don't forget to escape HTML in the input; use [`html.EscapeString`](https://pkg.go.dev/html#EscapeString) for that. (It would be even better to use the [html/template](https://pkg.go.dev/html/template) package,...