You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant.components.onedrive.config_flow
Bron: components/onedrive/config_flow.py:48
integratie: OneDrive (documentatie, problemen)
Eerst voorgekomen: 19:04:59 (4 gebeurtenissen)
Laatst gelogd: 19:09:50
Unknown error
Traceback (most recent call last):
File "<string>", line 23, in __mashumaro_from_dict__
File "<string>", line 7, in __mashumaro_from_dict__
mashumaro.exceptions.MissingField: Field "id" of type str is missing in ItemParentReference instance
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/onedrive/config_flow.py", line 48, in async_oauth_create_entry
approot = await graph_client.get_approot()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/onedrive_personal_sdk/clients/client.py", line 41, in get_approot
return AppRoot.from_dict(result)
~~~~~~~~~~~~~~~~~^^^^^^^^
File "<string>", line 25, in __mashumaro_from_dict__
mashumaro.exceptions.InvalidFieldValue: Field "parent_reference" of type ItemParentReference in AppRoot has invalid value {'driveId': '22d5fb09eaf3a2c0', 'driveType': 'personal'}
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hey there @zweckj, mind taking a look at this issue as it has been labeled with an integration (onedrive) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of onedrive can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign onedrive Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
When upgrading from beta r7 to r8 I can no longer authenticate to Onedrive. the Dialog says unknown error. The logs show an exception.
Removing the integration and adding it again does not work. Therefore also no diagnostics, just the exception.
What version of Home Assistant Core has the issue?
core-2025.02.0b8
What was the last working version of Home Assistant Core?
core-2025.02.0b7
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Onedrive
Link to integration documentation on our website
https://rc.home-assistant.io/integrations/onedrive/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: