-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not insert media #72
Comments
Could you check for me whether 23e5c59 (master) fixed the issue? I found a bug in the de-duplication handling which could have caused this. Otherwise, please share a bit more of the log messages, and if not already done, activate debug logging (CMake: -DOPENMITTSU_DEBUG=On). |
this changes it's behaviour to
There is nothing after "Query error:" I will add more debug in a moment |
Weird, I pushed a new change that should make it behave, even though I still don't totally understand what is wrong. |
Hmm, strange - copied media to a new media table with
Even with Debug no more details. Sending of images works fine. |
Is that with my fix in ff1115f? |
yes, it had |
starts in an neverending loop of something like this
|
The root cause was that for newly created databases, the media table was not created correctly. That this was not discovered earlier is a really, really bad sign... Well, it is fixed now. Opening your database with the new version should automatically fix it (uid is not UNIQUE anymore and the PK is over both columns). Please report back :) |
yepp, this works. It changes media table by itself. No more errors in receiving pictures. |
That is actually a different problem - Threema most recently switched to sending images as "files" (like, the internal IDs and techniques used for sending were switched), and openMittsu is not (yet) ready to detect images in files, so it only says: heres a file. |
I see, it seems threema itself is in progress. Does openMittu benefit of there strategy to distribute client software as open source development? |
Not really, no. |
I thought also about comparing reverse engineered to disclosed code.
That's fine - it is working flawless now. Only in groupchat there is no message about new media at all. |
Why oh why do you find every bug there is - not that I am complaining, it's good. |
Amazing, you are unbelievable fast in fixing - I didn't planned to be bug reporter, but like to use messenger services on desktop. |
No, please keep reporting, this is what keeps the project alive. It was more of a "either nobody bothers to report this issues, or nobody is actually using it" kind of realization. |
I see. At the moment I have more feature requests - like showing replies
|
when receiving an image it crashed with
I have started with an new ID Backup without contents. Where are the duplicates from?
The text was updated successfully, but these errors were encountered: