-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Shared links sometimes generate attachment with message #183
Comments
Any idea if this always happens or only w/ a specific type of attachment? |
Ignore what I previously wrote, I imagined it. Do you know if this worked with a different bridge control + bridge combo? Or when we weren't running bridges and it was all in the cloud? I'm looking for any clues that a happy path might already exist and if not then it needs a parser. I collected raw data to get a sense of what a proper preview should look like so there's progress. |
Looks like there might be a flag in either the client or server code called |
Is there any benefit to supporting rich links? Doesn't the Beeper/Element client make them look pretty anyway by loading them up on the clients themselves? |
dltacube, how far have you looked into this? It also seems that the BB connector never implemented it, there's a "TODO Richlinks" in api.go |
Whatever I'm thinking about in terms of these features will need to be fleshed out on our end. I've dug deep into bbb's output using web sockets and honestly if you point to the problematic ones I'll tell you how they behave. |
Do you know what the UID values mean in the JSON for the payloadData object? Here's an example message: Parsing this is a mess and the BB app implementation looks nothing like this is way simpiler but I have no idea how to get this JSON instead of what the server sent above:
|
@joshuafhiggins Did you ever get an answer to this or a fix for the issue? If not I'd be interested seeing where it left off, it's the one thing that's killin me with Beeper and iMessage |
Hey @austinrheald, I haven't been able to find time to pick up work on this. I still have the branch open on my fork of the repo here. I'd recommend reaching out on the BlueBubbles Discord server for an explanation for how the BB client parses the response from the server. If you can search for my messages about it you can try following up, they're very nice and were willing to explain it but I never reached out after. |
Links sent or received via iMessage using the BlueBubbles connector sometimes generate an attachment (see attached file) that contains the following message:
{"status":500,"message":"The server has encountered an error","error":{"type":"Server Error","message":"Attachment does not exist in disk!"}}
Note, that I added the .txt file extension so I could upload it.
42359206-E37B-4F29-8A48-2AF37E48522D.pluginPayloadAttachment.txt
The text was updated successfully, but these errors were encountered: