-
Notifications
You must be signed in to change notification settings - Fork 11
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
Can't see messages I've sent, only messages received #9
Comments
You're the 2nd user to report this bug, I haven't been able to reproduce it. Would you be able to run test builds with debug traces in them to help me pinpoint the issue ? |
Happy to help, just unsure what you need me to do exactly, don’t have any experience, but I’m sure I can follow instructions 😊 |
Do you have Xcode installed and can you build from source ? |
@raraararar any news ? |
Hey there, I had actually recently deleted Xcode cos I needed more space, I tried to reinstall it and it was unsuccessful |
Ok, thanks 😊. Good luck on your exams 👍 . |
Hi Guillaume, |
Hi @plbecker , great |
I get an error message when trying to run the cloned repository: "Apple Development: ambiguous matches" in my keychain (which I don't get for any of my other Xcode projects). I'll try to fix this issue and will get back to you! |
Hi so the issue seems to be that the messages that were sent by me are misplaces / not in the same chat timeline. By logging them, I did actually end up seeing what I sent myself, but not in the same chat. I'll try to find a workaround. For a slightly different purpose, I don't need the UI from your app, just the fetching / iMessage reading part (otherwise I'd just do a PR) |
@plbecker wow, thanks a lot, I didn't expect you'd investigate the issue 👍 . If you're looking at just fetching the messages, take a look at the scripts I've used to extract the messages from the chat.db. They are linked from the app's About panel : Initial Messages DB info from and Noah Slater : https://gist.github.com/nslater/b3cbc894ad2c2516dd02 |
Perfect, thank you very much! I'll look into those codebases. If I find the issue that prevents my messages from being shown too, I'll let you know! |
Can you post some logs that could point me to the issue, without showing any personal info from your messages db ? |
Yes of course, I'll send you a private email with this information |
Thanks a lot :) You can send it to the email address in my github profile. |
Hi @plbecker, any updates ? |
Hey, I sent you an email! Sorry for the delay |
Got it, thanks a lot. I'll take a look at my code and see if I can work something from there. |
I'm having the same issue. |
@glaurent Yes I can do that. I might need some pointers what to look for though. Swift isn't my home turf ;) |
@ulope great, let me push a few build fixes quickly (I haven't had time to maintain this code in a while), and get back to you. |
@ulope if you can add some traces (using print() or NSLog()) in ChatsDatabase:collectMessagesForChat, specifically around l264
so I can see if the messages from yourself are not returned because they're not in the SQL query or because of some other issue. |
@glaurent I'm having a bit of trouble getting it to compile. I did run Do you have an idea what I might be doing wrong? |
After (sorry, you're getting a crash course in macOS development because of this 😕. Thanks for taking the time to work on it) |
Ok that helped, thanks. However I neither see I'm sure I must be missing something obvious...
Nah, don't worry about it. It's good for the ego to feel like a dummy again every once in a while :D |
Have you tried re-importing your messages DB ? The other methods won't be called otherwise. |
I've used this about 3 years ago and everything worked really well. I've come back to create an updated pdf however, I can only see what my contacts have sent me, not what I've sent them. I have gone through my message archives on both my Mac and iPhone and everything seems to be there, it's just not picking up on it. Is there a setting I have to fiddle around with?
The text was updated successfully, but these errors were encountered: