-
Notifications
You must be signed in to change notification settings - Fork 37
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
Failed to Get profiles of Camera Device that have been successfully deployed on EdgexFoudary ! 404 Error! #434
Comments
@find-think-solve
and, can you find the device named |
Thank you for your attention, you are so kind😊. Before that I reinstalled the virtual machine system and the problem no longer occurred😅. My guess is that I accidentally changed the network configuration of the VM or docker. |
Thank you for your suggestion sincerely |
It's your picture that I just quote it. |
Okay, I'll study the tutorial carefully. If there is any latest progress, I will give a feedback as soon as possible. |
Exciting news : I have successfully established the app according to your suggestion, and started the relevant container.😊 |
@jiekechoo |
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
curl -s http://0.0.0.0:59882/api/v3/device/name/Pangu/MediaProfiles | jq -r '"profileToken: " + '.event.readings[].objectValue.Profiles[].Token''
jq: error (at :1): Cannot iterate over null (null)
🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑
I have successfully deployed the Pangu device, and tried the core command in the UI as follows:
However, when i try to get the profiles of Pangu, it turned to be an error. And i discard the requirement of token, i returned with an 404 error.
| curl -s http://0.0.0.0:59882/api/v3/device/name/Pangu/MediaProfiles | jq .
{
"apiVersion": "v3",
"message": "request failed, status code: 404, err: {"apiVersion":"v3","message":"fail to query device by name Pangu","statusCode":404}\n",
"statusCode": 404
}
I have tried to restart docker and reconfig internet, but get no result.
This issue has been bothering me for a long time,help and support are expected. I express my sincere gratitude for any possible solutions.
The text was updated successfully, but these errors were encountered: