-
Notifications
You must be signed in to change notification settings - Fork 73
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
[BUG] Unexpected end of JSON - CD Message #598
Comments
Created a c# Console app as per https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-csharp-csharp-c2d#get-the-iot-hub-connection-string. It works OK with no errors. Have added some ack code to device upon reception of a CD Message and when Console app is set to DeliveryAcknowledgement.Full or PostiveOnly console app comes back with Success! |
I am also having this issue |
I have the exact same problem! It works in VSCode, but not in Azure IoT Explorer. Please fix it. It's a wonderful tool - except the bug. |
Sorry for the delay of the release. The fix is now out: https://github.com/Azure/azure-iot-explorer/releases/tag/v0.15.5 |
Thanks,
Yes all OK now.
I was looking at building it myself an hour ago but this saves me.
Yes is does work ,
David Jones
Microsoft WinHEC/IoT/Embedded/App Development MVP
Sportronics
Australia
***@***.******@***.***>
https://davidjones.sportronics.com.au
GitHub: djaus2<https://github.com/djaus2>
https://mvp.microsoft.com/en-us/PublicProfile/5000301?fullName=David%20%20Jones
http://embedded101.com/Blogs/David-Jones
@iotmaestro<https://twitter.com/IOTMaestro>
From: YingXue ***@***.***>
Sent: Tuesday, 24 January 2023 11:10 AM
To: Azure/azure-iot-explorer ***@***.***>
Cc: David Jones (MVP) ***@***.***>; Author ***@***.***>
Subject: Re: [Azure/azure-iot-explorer] [BUG] Unexpected end of JSON - CD Message (Issue #598)
Sorry for the delay of the release. The fix is now out: https://github.com/Azure/azure-iot-explorer/releases/tag/v0.15.5
—
Reply to this email directly, view it on GitHub<#598 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7U2EOERP23UP2YBUAHGD3WT4MUXANCNFSM6AAAAAATUMZBEM>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Updated package was posted just now and it does work!
From: Egon C. Rasmussen ***@***.***>
Sent: Sunday, 22 January 2023 2:41 AM
To: Azure/azure-iot-explorer ***@***.***>
Cc: David Jones (MVP) ***@***.***>; Author ***@***.***>
Subject: Re: [Azure/azure-iot-explorer] [BUG] Unexpected end of JSON - CD Message (Issue #598)
I have the exact same problem! It works in VSCode, but not in Azure IoT Explorer. Please fix it. It's a wonderful tool - except the bug.
—
Reply to this email directly, view it on GitHub<#598 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7U2EIO5GWYT3XQ6DWQSE3WTP7RDANCNFSM6AAAAAATUMZBEM>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Describe the bug
When sending CD message get "Unexpected end of JSON input"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get an OK message.
FYI an OK Method message:
but with CD Message got:
NB: Message is received OK on the device, Also no such error displayed when sendt form VS Code.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: