Conversation
Replace the deprecated `async_get_registry` to the new `async_get` method! You cannot await `async_get` so it was removed. If there's a valid reason it should wait on a promise, let me know and I'm we can figure something out. Let me know if this closes this long-standing issue for you 👍🏼
|
Hey guys, what i have to do to solve this problem? Have i to modify the init.py as mentioned above? |
|
Any chance, that this will be merged in the master? |
|
AFAIK the pull hasn't been approved; perhaps the dev is taking an extended vacation 🤷🏽♂️? I haven't heard anything from StryaHem about this; I've used this fix in my environment and do not have any problems. Copy/paste the contents of my file over your own |
Replace the deprecated
async_get_registryto the newasync_getmethod! You cannot awaitasync_getso it was removed. If there's a valid reason it should wait on a promise, let me know and I'm we can figure something out. Let me know if this closes this long-standing issue for you 👍🏼