Open iamjai-dev opened 3 years ago
Hi, @iamjai-dev can you confirm what URL are you passing in the function?
it should be: https://platform.iotright.com
and not https://platform.iotright.com/api/v/1/user/auth
I have tried with this URL https://platform.iotright.com as you mentioned, and facing the same issue?
@iamjai-dev You are connecting as a user, do you know if your user's role has the right permissions for the message topic you are subscribing to? I tried to work with another system on the same instance (platform.iotright.com) and I am not able to replicate it. If the problem persists let me know. We can potentially schedule a call.
@yashjain28 Ya the user I am connecting with has a role admin. But the problem persists, let me know when you are free we can schedule a call. Thanks.
I can talk now or we can schedule a call for 11:30 am central time tomorrow. If you can confirm, share your work email so that I'll share a zoom link.
@yashjain28, For your information I have solved the issue by using the Paho-MQTT client library and it's connecting to ClearBlade now without any issue.
I have attached script which is used to get messaging service from ClearBlade, when I try to establish the connection the following error occurs. May I know what the source of this error is?
We have a portal that is build with react and its seems the below URL is working fine and it accepting the request and logging successfully but when I try to connect the same URL using Python-SDK.
Error
CB Error: Connection error. Check that https://platform.iotright.com/api/v/1/user/auth is up and accepting requests.