black-roland / homeassistant-microsoft-todo

The integration allows you to create tasks in Microsoft To Do from Home Assistant.
MIT License
110 stars 8 forks source link

No list with the name xxx. #84

Closed genem2 closed 2 years ago

genem2 commented 2 years ago

For weeks I've been needing to investigate why I'm no longer seeing any calendar entities from this component. HA Core 2022.6.7 and now 2022.7. I removed and readded this component. No entities are being hidden. Not sure where to continue looking. Is this just me?

2022-07-08 11:39:12 ERROR (SyncWorker_4) [custom_components.microsoft_todo.calendar] No list with the name Tasks.

Edit: Adding: (BTW: HA no longer wants base_url specified in the config.)

After reading #45 I recreated my Azure app using:

Eventually received the new configuration request in notifications, completed that: (Microsoft To Do has been successfully authorized! You can close this window now!), but could not close that OK button. Restarted HA. No errors in the log until I call microsoft_todo: new_task

2022-07-08 13:19:21 ERROR (SyncWorker_15) [custom_components.microsoft_todo.calendar] No list with the name Tasks. 
2022-07-08 13:19:21 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback _chain_future.<locals>._set_state(<Future pendi...ask_wakeup()]>, <Future at 0x...StopIteration>) at /usr/local/lib/python3.10/asyncio/futures.py:378

guess we have a python 3 issue, too, with 2022.7.

genem2 commented 2 years ago

Closing this out. It's clearly not an issue with this component: I added the Microsoft To-Do service into IFTTT, and no lists are being listed there, either.

Was just curious as why I wasn't seeing more chatter about this.