Rovo-Agent failing to create files and write code to file, everything else works

[{‘type’: ‘json_invalid’, ‘loc’: (), ‘msg’: ‘Invalid JSON: EOF while parsing an object at line 1 column 36’, 'inp…

Excited to use my first CLI Coding Agent! However I am struggling to get any code written/files created. Have enabled tools when prompted and all other functionality seems to work (asking about the repo, file grepping, etc.) but code writing is failing every time. I get the above error as well as "╭─ Error ──────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Failed to generate an LLM response. "

Others I know who are using Rovo are having no issues (I know Anthropic had service issues earlier today, but those seem to have since been resolved), but I’m not able to replicate this on my system. On Windows 11 if that matters at all–thank you sincerely in advance for any help/advice that might help me resolve this issue!

1 Like

hi @eurosalt ,

Are you still having this issue? If so, can you please log the steps you are performing, the result you expect and the result you observe.

Regards,
Dugald

I have same issue. Attached screenshot.

I used wezterm terminal, but I also tried PowerShell with same results, so it’s not terminal related for sure. I’m on Windows 10. I can upload logs and all settings, but new users not allowed to attach files. Also, please, allow attaching zip, because there is no other ways that I can dump logs and settings…

I can even share my context files, but only in PM.

1 Like

Also, when I test it on smaller files, there is no errors. Looks like errors with files with complex structure, probably JSON parsing issue (my .MD markdown contain JSON snippets, so JSON inside of JSON can cause troubles for parser for sure)

Most likely some escaping characters, etc.

1 Like

Yes , the same to me

1 Like

I used a prompt to specify that JSON format is not allowed, and only pure Markdown or code blocks must be used.

1 Like

It works

The key point is that it must be written step by step, and it is not allowed to write all at once in the end.

1 Like