Getting Unable to parse entity error when trying to send message #395
Unanswered
celproject
asked this question in
Q&A
Replies: 2 comments
-
Do you notice any patterns? Does it happen with a particular JSON payload? If you retry a failed attempt, does it work then? Which mode (normal, native, json-rpc) do you use? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi it did it in native, we are testing now in json-rpc and looks ok for now
Automotive Import / Export
USA AND CANADA
Tsvetan Mitev
+359887676214
…________________________________
From: Bernhard B. ***@***.***>
Sent: August 22, 2023 13:34
To: bbernhard/signal-cli-rest-api ***@***.***>
Cc: celproject ***@***.***>; Author ***@***.***>
Subject: Re: [bbernhard/signal-cli-rest-api] Getting Unable to parse entity error when trying to send message (Discussion #395)
Do you notice any patterns? Does it happen with a particular JSON payload? If you retry a failed attempt, does it work then? Which mode (normal, native, json-rpc) do you use?
—
Reply to this email directly, view it on GitHub<#395 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A5QK7BC2HMIYSCVGHKK6KZ3XWSDLXANCNFSM6AAAAAA3YZLVZY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to send message via signal API. Initially I am able to send a message first time, but after that it throws an error :
POST https://signal.autosrealm.com/v2/send
Payload : {
"message": "Vehicle 2018 MERCEDES-BENZ GLC-Class - WDC0J6EB0JF411174 was updated.\n Check out more at: https://autosrealm.com/#/search-vehicle/WDC0J6EB0JF411174",
"number": "+359887676214",
"recipients": ["+359878101410"]
}
Error:
{
"error": "INFO AccountHelper - The Signal protocol expects that incoming messages are regularly received.\nWARN SendHelper - Failed to send message due to IO exception: Unable to parse entity\nFailed to send message\n"
}
Beta Was this translation helpful? Give feedback.
All reactions