Exception ignored in: <async_generator object HTTP11ConnectionByteStream.__aiter__ at 0x710e8552d0c0>
Traceback (most recent call last):
File "httpcore/_async/http11.py", line 340, in __aiter__
File "httpcore/_synchronization.py", line 203, in __init__
File "httpcore/_synchronization.py", line 30, in current_async_library
File "sniffio/_impl.py", line 93, in current_async_library
sniffio._impl.AsyncLibraryNotFoundError: unknown async library, or not in async context
Hello @David Lewis ,
Welcome to Atlassian Community!
Can you please report this on https://community.atlassian.com/forums/Rovo-for-Software-Teams-Beta/gh-p/rovo-dev-ai-agents ?
Thanks!
Sorry for being 'out of context', I have filed a bug via the correct channel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Josh Devenny is posting articles on that channel-- I'll start referring CLI questions there. @David Lewis no apology needed, there are so many resources sometimes we need 'context changes' ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey David and welcome to the community — that error means the Rovo Dev CLI is trying to run an async task (like a file write or API call) outside the correct async context. It’s usually triggered during context switches or when certain commands (like create_file
) run too early or after a failed task. This is likely an issue with the underlying async libraries used in the CLI.
For now, try restarting the CLI and avoiding rapid-fire commands may help. And don’t forget to report it via the thumbs-down button—it helps Atlassian improve the tool.
Some other points of interest might be the Rovo Developer Community and the upcoming Ask Me Anything for Admins session!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.