Open akaspeh1 opened 9 months ago
@akaspeh1 Thanks for the report, and sorry you're seeing such an egregious bug. It's something I'd seen before, but was solved for the previous person with this line of code. I've unfortunately not had any luck reproducing now, even trying on Windows 11 with Rider. I'm wondering whether this same error happens in any other JetBrains IDEs, or if it is specific to Rider?
Having the exact same issue. Installed in Both intellij
and goland
. Both of which are running 2023.3.3. My OS is macOS 14.1.2
I'm happy to try to provide more info if needed. I was really looking forward to trying this out.
Same problem here, seen on current versions (2023.3.3, 2023.3.4) of webstorm and rubymine on macOS. Also the settings panel is blank. No errors in idea.log. I've tried the tools with jetbrains' "New UI" as well as "Classic UI", same result for both.
Same problem with CLion and PyCharm on Debian 12.
Edit: I had an old version of continue installed, the most recent 0.0.33 does not throw exceptions. The error still persists, though.
Thanks everyone for adding details here. Going to take another crack at this. I was excited to see that everyone is on 2023.3.3, but today someone had the same issue with a 2024 version, and I tried 2023.3.3 myself without problem
Any additional information that seems relevant may be helpful. I'll share soon if I have any updates
Hi, @sestinj I looked into gathering more data for you. I upgraded to newer version Continue 0.0.69 but still doesnt work and shows only HTML source.
Managed to get JCEF DevTools to look into the request and the MIME type that is returned. And it is text/javascript as Response header Content-Type.
When reloaded using the dev console as text/html document.open('text/html'); document.write(`<!doctype html> ..... ") document.close();
The tool page loads correctly.
I hope this helps you with narrowing down the issue and releasing permanent fix. :)
Thanks @akaspeh1, your instructions helped me work around the problem as well (WebStorm 2024.2.4, Continue 0.0.80).
Before submitting your bug report
Relevant environment info
Description
Continue tab is displaying just raw HTML. Does not work. No logs to be found. Even when triggered trough Actions this opens
To reproduce
No response
Log output
No response