Skip to content
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

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 632: ordinal not in range(128) #83

Closed
nicholasmhughes opened this issue May 30, 2020 · 0 comments · Fixed by #84
Assignees
Labels
Bug Something isn't working
Projects

Comments

@nicholasmhughes
Copy link
Member

  File "/home/nmhughes/dev/idem-azurerm/idem_azurerm/exec/azurerm/compute/virtual_machine.py", line 773, in create_or_update
    await hub.exec.utils.azurerm.log_cloud_error("compute", str(exc), **kwargs)
  File "/home/nmhughes/dev/idem-azurerm/env/lib/python3.6/site-packages/msrestazure/azure_exceptions.py", line 193, in __str__
    return str(self.error)
  File "/home/nmhughes/dev/idem-azurerm/env/lib/python3.6/site-packages/msrestazure/azure_exceptions.py", line 120, in __str__
    return error_bytes.decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 632: ordinal not in range(128)
@nicholasmhughes nicholasmhughes created this issue from a note in Release 2.3 (To do) May 30, 2020
@nicholasmhughes nicholasmhughes added the Bug Something isn't working label May 30, 2020
nicholasmhughes added a commit that referenced this issue May 30, 2020
@nicholasmhughes nicholasmhughes moved this from To do to In progress in Release 2.3 May 30, 2020
@nicholasmhughes nicholasmhughes self-assigned this May 30, 2020
Release 2.3 automation moved this from In progress to Done May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
No open projects
Release 2.3
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant