-
-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Branch
dev
Branch (if other)
No response
Version / Tag / Commit
Build (dev): 20260301-1-b62f6e4
Provider(s) Affected
No response
Deployment Method
Binary (exe/executable)
Operating System
Windows 11
Python Version (if running from source)
No response
Bug Description
{"timestamp": "2026-03-16T15:30:45.834108", "api_key_ending": "gemini_cli_oauth_7.json", "model": "gemini_cli/gemini-3-flash-preview", "attempt_number": 1, "error_type": "TypeError", "error_message": "can only concatenate str (not \"list\") to str", "raw_response": null, "request_headers": {"host": "127.0.0.1:8000", "connection": "keep-alive", "accept": "application/json", "x-stainless-retry-count": "0", "x-stainless-lang": "js", "x-stainless-package-version": "5.12.2", "x-stainless-os": "Windows", "x-stainless-arch": "x64", "x-stainless-runtime": "node", "x-stainless-runtime-version": "v22.22.0", "authorization": "Bearer VerysecretKey", "http-referer": "https://github.com/RooVetGit/Roo-Cline", "x-title": "Roo Code", "user-agent": "RooCode/3.51.1", "content-type": "application/json", "accept-language": "*", "sec-fetch-mode": "cors", "accept-encoding": "gzip, deflate", "content-length": "66074"}, "error_chain": null}
Steps to Reproduce
Not sure how you could reproduce this because all my accounts are showing this error.
Expected Behavior
It should just work and return valid response
Actual Behavior
Gives that "can only concatenate str (not "list") to str" error.
Error Logs / Messages
Pre-submission Checklist
- I have searched existing issues to ensure this is not a duplicate