andyp05

Results 28 comments of andyp05

Updated to HA 2022.7 and WebRTC 2.3.1. Cameras work fine with full-screen option on iPhone until I set ui: true Mute on/off does not work even if I press for...

try adding `stdin=subprocess.DEVNULL` to the POpen() call that generated the exception. File "C:\Users\DeletedName\AppData\Local\Programs\Python\Python37\lib\site-packages\plotly\io_orca.py", line 1146, in validate_executable executable_list + ["--help"], stdout=subprocess.PIPE, stderr=subprocess.PIPE this may be related to the issue I...

2.1.9 does not fix the issue. If I set 'data' the 'initCompleted' fires with the DOM updated. If I set 'url', 'initCompleted' fires with no DOM for the orgchart. Therefore...

Forgot to add the exception: ValueError("Either user_delegation_key or account_key must be provided.")

It seems once I switched to DefaultAzureCredential() and disabled Access Tokens in Azure, tag use of {{ imgfield.url }} stopped working and threw an exception. The workaround was to create...

1. Yes. I am using a managed identity in production and an App in development. Both use DefaultAzureCredential() to authenticate. I am having the same issues in prod and development....

I do have that role. Storing images to an ImageField works. The problem is when I try to view the image in a template using a form, the `````` throws...

In a sample template to allow user upload of an image, using the following: ```{{ form.logo }}``` I see the input widget and if I add a file, it will...

I think I found the issue. I am using a custom domain and have AZURE_CUSTOM_DOMAIN set in settings.py. If I remove this setting, the full url is created with the...

I found the existing issues opened on this. I had not put together the custom domain and the exception when I first reported the problem. As a workaround of the...