Daanoz / ha-google-photos

Home Assistant Google Photos integration
MIT License
84 stars 5 forks source link

fails on selecting album #26

Closed realjax closed 1 year ago

realjax commented 1 year ago

gives an error when trying to select an album no list is shown

2023-06-12 16:54:08.633 DEBUG (MainThread) [custom_components.google_photos.config_flow] async_albumselect_confirm called with user_input: None
2023-06-12 16:54:08.642 INFO (SyncWorker_15) [googleapiclient.discovery_cache] file_cache is only supported with oauth2client<4.0.0
2023-06-12 16:54:08.642 DEBUG (SyncWorker_15) [googleapiclient.discovery] URL being requested: GET https://www.googleapis.com/discovery/v1/apis/photoslibrary/v1/rest
2023-06-12 16:54:08.961 DEBUG (SyncWorker_15) [googleapiclient.discovery] URL being requested: GET https://photoslibrary.googleapis.com/v1/albums?pageSize=50&fields=albums%28id%2Ctitle%2CmediaItemsCount%29%2CnextPageToken&alt=json
2023-06-12 16:54:09.548 DEBUG (SyncWorker_15) [googleapiclient.discovery] Next page request URL: list_next https://photoslibrary.googleapis.com/v1/albums?pageSize=50&fields=albums%28id%2Ctitle%2CmediaItemsCount%29%2CnextPageToken&alt=json&pageToken=CkQKPnR5cGUuZ29vZ2xlYXBpcy5jb20vZ29vZ2xlLnBob3Rvcy5saWJyYXJ5LnYxLkxpc3RBbGJ1bXNSZXF1ZXN0EgIIMhLMAUFIX3VRNDNELXdhSmNBUzZDTUlJd0VHanRxSEJfQWlSUHQ1R0pQTkpNWkJtdHRJdGJfUWJxSnlzV1d1ZnU1NkM2N1FUSVkyZ3l3ZkhGSmNHbGl5MnRkNEl2T3h1NGhxRzNYMUpBc29rb1hqaERWaEZaWjc0b2N4UjJqdVNMcmNGSVQzM0hHeC1XMTUybVNPYzlEeFl5X0czZWxlQUwtUXllakZ5djc5a29WVTUzZmRGT2E1a00zTklMUUJNQkp6NER1T05i
Daanoz commented 1 year ago

What's the error you are seeing? The logging looks fine.

realjax commented 1 year ago

I got just a popup that said 'error' and nothing else. But... I removed the integration and then reinstalled it and that time it worked. So no idea what went wrong the first time..

Daanoz commented 1 year ago

Hmm, ok, lets hope it doesn't come back. Feel free to reopen if it does.