-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
AttributeError: 'PipelineResponse' object has no attribute 'get' #24589
Comments
Label prediction was below confidence level |
Thanks @SiberianTiger01 You can find more information on the |
the hosting vm is Azure VM using SLES 15 image. Python2.7.18 and Python 3.6.15 are installed. vm-psapapp04:/home/azureuser # rpm -qa |grep fence-agents After installation, client tried to start the service rsc_st_azure by below command: fence_azure_arm -l 'ceb2620c-xxxx-xxxx' -p '9C58Q
|
The STONITH device uses a service principal to authorize against Microsoft Azure. Client use an Azure fence agent, which restarts a failed node via the Azure APIs. |
Thanks @SiberianTiger01
However from this alone it's still hard to tell where the error is occurring. This could be an issue in the framework/agent that's calling into the SDK, rather than the SDK itself. It could also be worth reaching out to the authors of the guide to see if they can provide more details. |
2022-05-25 12:34:34,516 INFO: 'User-Agent': 'azsdk-python-identity/1.5.0 Python/3.6.15 (Linux-4.12.14-197.83-default-x86_64-with-glibc2.3.4)' |
Thanks - I'll tentatively tag this as |
From the log, I found: and 2022-05-19 18:30:51,084 INFO: Request URL: 'https://management.azure.com/subscriptions/f2124a35-xxx-xxx/resourceGroups/RG-LPMAUSAPPROD-AE-APP-01/providers/Microsoft.Compute/virtualMachines?api-version=REDACTED' especially: @msyyc can you take a look? |
yes, CX login successfully. but came across this error, "ERROR: Failed: Unable to deserialize to object: type, AttributeError: 'PipelineResponse' object has no attribute 'get'" |
Hi @SiberianTiger01, thanks for your feedback, I used the same package version, but did not reproduce your results. Could you please run the following demo script and tell us your results?
|
Hi @SiberianTiger01. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @SiberianTiger01. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @SiberianTiger01, since you haven’t asked that we “ |
hello Azure SDK for Python team,
my client set up Pacemaker on SUSE Linux Enterprise Server in Azure, came across the Error "ERROR: Failed: Unable to deserialize to object: type, AttributeError: 'PipelineResponse' object has no attribute 'get'". As a Azure support engineer, I have tried many times but failed to fix this error. As I traced the origin of PipelineResponse class, https://docs.microsoft.com/en-us/python/api/azure-core/azure.core.pipeline.pipelinerequest?view=azure-python, I found PipelineResponse class is one part of Azure SDK for Python.
Accordingly, I am asking for help from the team which is the contributor for PipelineResponse class. I need some documentation about PipelineResponse class which I cannot find online. Also, May I have some debugging hints about this error.
Thank you very much for your help
Treynor Cui Na
email: [email protected]
The text was updated successfully, but these errors were encountered: