GithubHelp home page GithubHelp logo

Comments (8)

arturl avatar arturl commented on June 9, 2024

Hi @mtheolog,

There is nothing wrong with your code. The error is most likely caused by a wrong connection string or a network connectivity error.

Here are some tips:

  1. Try to copy-paste the connection string from the Azure portal verbatim.
  2. Try running it on the device that has stable network connectivity -- for example your dev machine (does not have to be an IoT device like Raspberry Pi).
  3. Try changing the transport type in CreateFromConnectionString from Http1 to Amqp or Mqtt. This will not solve the problem but might give a different error message that can give us a clue of what's going on.

from azure-iot-sdk-csharp.

tameraw avatar tameraw commented on June 9, 2024

@mtheolog - We assume the issue is solved. If that's no the case, please feel free to reopen. Thanks.

from azure-iot-sdk-csharp.

Shubhamjain112 avatar Shubhamjain112 commented on June 9, 2024

Same problem, Almost same code.
Not able to solve the problem through the way suggested.

from azure-iot-sdk-csharp.

CIPop avatar CIPop commented on June 9, 2024

@mtheolog please add more information: what Windows SDK version are you using?
Could you please provide network logs following instructions here: https://github.com/dotnet/corefx/blob/master/Documentation/debugging/windows-instructions.md#traces (easiest way is to use the scripts at https://github.com/dotnet/corefx/tree/master/src/Common/tests/Scripts/Tools). Also having a Wireshark trace taken at the same time with the ETW traces would enable us to look at network-level information.

For transient errors you can try the new retry policy: 42b32b5

from azure-iot-sdk-csharp.

mtheolog avatar mtheolog commented on June 9, 2024

Thank you for the quick response. I am working on a dragonboard 410c (windows 10 iot core). I enabled the Realtime ETW tracing providing the GUID of the application and caused a deliberate transient error with the scenario I described in my previous post. I did not get any events in the ETW tracing. Logman is not available in windows 10 iot core and I am not sure if I used correctly the ETW tracing.
I will have a look at the new retry policy you suggested.

from azure-iot-sdk-csharp.

CIPop avatar CIPop commented on June 9, 2024

You could be hitting https://github.com/dotnet/corefx/issues/20470.
Did you run the UWP application without compiling it using ILC? (Using the F5 / Debug option from Visual Studio instead of using Ctrl+F5 or building a Release version?)

Also, Windows IoT seems to have the xperf tool available: https://docs.microsoft.com/en-us/windows/iot-core/manage-your-device/eventtracing

from azure-iot-sdk-csharp.

mtheolog avatar mtheolog commented on June 9, 2024

OK thanks. I will try it.

from azure-iot-sdk-csharp.

tameraw avatar tameraw commented on June 9, 2024

Please reopen if still having issues.

from azure-iot-sdk-csharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.