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
I am trying to use some of the example scripts in the repo and am getting an error with 3.12.7 that the DroidConnection object does not support the asynchronous context manager protocol. The logs show that the errors occurs with the async with droid as d line. Not sure if this is an issue with python 3.12 but figured I would bring it up since it does stop the scripts from working.
The text was updated successfully, but these errors were encountered:
s0r3-glitch
changed the title
DroidConnection does not suppor tthe asynchronus context manager protocol
DroidConnection does not support the asynchronus context manager protocol
Dec 20, 2024
I am trying to use some of the example scripts in the repo and am getting an error with 3.12.7 that the DroidConnection object does not support the asynchronous context manager protocol. The logs show that the errors occurs with the
async with droid as d
line. Not sure if this is an issue with python 3.12 but figured I would bring it up since it does stop the scripts from working.The text was updated successfully, but these errors were encountered: