└── Calling create_file: {"file_path": "main.py"⣷
ctrl+c to interrupt
╭─ Network connection issue ───────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Network connectivity issue detected, trying fallback model. │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ An unexpected error occurred, exiting. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Exception ignored in: <async_generator object HTTP11ConnectionByteStream.__aiter__ at 0x11a84c040>
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
Tried at least a dozen of times and and different times of the day and night.
MacOS 15.5 M3
Another resource for ya'll https://community.atlassian.com/forums/Rovo-for-Software-Teams-Beta/gh-p/rovo-dev-ai-agents
Funny thing is that I can talk with Rovo all the time, we can brainstorm and I can ask him to use MCP servers but when it comes to creating files? No matter if it's 50 lines or 500 lines It simply crashes.
Rovo won't even crash when reading 3k lines file - it reads it in chunks (line_ranges). Writing is problematic.
Also running with `--verbose` gives no extra info
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Antoni Pierniczek — thanks for the detailed heads-up!
This looks like this may be a known issue in the Rovo Dev CLI where file creation sometimes fails due to async errors or network handling issues, especially on macOS. Reading large files works fine since it streams in chunks, but writing seems to hit a snag.
Glad you tried --verbose
. Keep the feedback coming via thumbs-down in the CLI, and consider joining the Rovo Developer Community for updates. And check out the upcoming Ask Me Anything for Admins—perfect chance to raise this with the team directly!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I experience the same problem. If anyone know a solution pls help us lost souls.
If it helps: I use windows and and the error usually pops up, when it is trying to create a file..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Taner — that extra context helps! And yes, solidarity to all of us lost souls wandering the CLI wilderness... May our files someday be created without error.
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.