-
Notifications
You must be signed in to change notification settings - Fork 24
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
TypeError: this.mqttprovider.connect is not a function #23
Comments
Hi Daniel, |
I've seen the same issue with 0.4.0 |
After 1 month of trying to find the issue I still have no luck in determining. So far I just reset node-red and everything works, but I don't think that this should be the way to do it. |
I'm seeing the same problem. My suspicion is that the module is attempting to reconnect after the SAS token is nearing or has expired. For me it appears to fail after 45 minutes. Attached is a flow that has a 100% failure for me. It will need the device id, key, hub name, etc added in order to run it. Here is my console log:
I started this flow at 10:12 so you can see that it failed at almost exactly 45 minutes. By the way, the easy circumvention to this is to switch to AMQP. I've not had any problems using that protocol. [Edit] I have confirmed that, in my instance anyway, it crashes exactly 45 minutes after the connection was made.
Mark Radbourne MSFT |
Having the same issue here. In my case it is around 1 hour.
|
I seem to be having this issues as well, any resolution other than switching to AMQP as mentioned? |
Hello guys, I'm facing the same problem. Do you have any suggestion? Regards. |
Any Suggestion? |
Hello Ladies and Gentlemen,
i updated my node from version 0.3.0 to 0.4.0. Now after a period of time nearly from 30 mintes to one our i get this error: TypeError: this.mqttprovider.connect is not a function.
After this error Node-Rred reboots and the node shows me the status error. After that i can´t send no messages to Azure. I have to delete the node, add a new one and configure the node.
After the deploy it is possible to send new messages.
I tested different internet-connections and different devices. On both systems the same problem with the new version.
Iam using Node Red version 0.18 and node.js v8.9.4.
Has someone else the same Problem?
Thank you for your answer.
Best regards
Daniel
The text was updated successfully, but these errors were encountered: