Azure-docs: Failed to invoke method 'SetTelemetryInterval': Not found

Created on 27 Feb 2019  Â·  9Comments  Â·  Source: MicrosoftDocs/azure-docs

My back end application keeps having this error. Any way to fix it?


Document details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 cxp in-progress iot-husvc product-issue triaged

Most helpful comment

I had this error too. Make sure

var deviceId = 'MyNodeDevice';

in BackEndApplication.js matches the name of the device you are trying to control.

All 9 comments

@BrandonPoach Thanks for the feedback! Can you provide more details about the issue? When are you getting this error message?

I got the same error after entering the "node BackEndApplication.js" command in the Call the direct method section.

@BrandonPoach

I fixed this problem by ensuring that the Simulated Device is running before invoking the BackEnd Application.

@JimacoMS3 That seemed to fix the problem. Thanks.

Glad to hear that issue is resolved!

I had this error too. Make sure

var deviceId = 'MyNodeDevice';

in BackEndApplication.js matches the name of the device you are trying to control.

@mjb484 comment worked for me.

use simaulated-device_2 istead of simualted-device app.
SetTelemetryInterval method defined in that app.

@navidarry -- Just checking, this is already explained in the article. Correct?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jamesgallagher-ie picture jamesgallagher-ie  Â·  3Comments

Favna picture Favna  Â·  3Comments

paulmarshall picture paulmarshall  Â·  3Comments

ianpowell2017 picture ianpowell2017  Â·  3Comments

varma31 picture varma31  Â·  3Comments