Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JetBrain Rider Continue plugin does not work #768

Closed
3 tasks done
Tracked by #1009
akaspeh1 opened this issue Jan 20, 2024 · 11 comments · Fixed by #4489
Closed
3 tasks done
Tracked by #1009

JetBrain Rider Continue plugin does not work #768

akaspeh1 opened this issue Jan 20, 2024 · 11 comments · Fixed by #4489
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior stale

Comments

@akaspeh1
Copy link

akaspeh1 commented Jan 20, 2024

Before submitting your bug report

Relevant environment info

- OS: Win 11
- Continue: com.github.continuedev.continueintellijextension (0.0.27)
JetBrains Rider 2023.3.2
Build #RD-233.13135.100, built on December 19, 2023
Runtime version: 17.0.9+7-b1087.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
.NET Core v7.0.10 x64 (Server GC)
GC: G1 Young Generation, G1 Old Generation
Memory: 10000M
Cores: 32
Registry:
  editor.config.csharp.support=true
Non-Bundled Plugins:
  com.github.continuedev.continueintellijextension (0.0.27)
  zielu.gittoolbox (500.1.4+222)

Description

Continue tab is displaying just raw HTML. Does not work.
No logs to be found.
Even when triggered trough Actions this opens

image

To reproduce

No response

Log output

No response

@akaspeh1 akaspeh1 added the bug label Jan 20, 2024
@sestinj
Copy link
Contributor

sestinj commented Jan 24, 2024

@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?

@jsco2t
Copy link

jsco2t commented Feb 8, 2024

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

@jsco2t
Copy link

jsco2t commented Feb 8, 2024

I'm happy to try to provide more info if needed. I was really looking forward to trying this out.

@jost
Copy link

jost commented Feb 22, 2024

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.

@JustusSchwan
Copy link

JustusSchwan commented Mar 4, 2024

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.

@sestinj
Copy link
Contributor

sestinj commented May 15, 2024

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

@dosubot dosubot bot added kind:bug Indicates an unexpected problem or unintended behavior ide:jetbrains Relates specifically to JetBrains extension and removed bug labels Jul 8, 2024
@akaspeh1
Copy link
Author

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.

image
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.
image

I hope this helps you with narrowing down the issue and releasing permanent fix. :)

@jost
Copy link

jost commented Nov 1, 2024

Thanks @akaspeh1, your instructions helped me work around the problem as well (WebStorm 2024.2.4, Continue 0.0.80).

Copy link

github-actions bot commented Mar 3, 2025

This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.

@github-actions github-actions bot added the stale label Mar 3, 2025
@akaspeh1
Copy link
Author

akaspeh1 commented Mar 4, 2025

Continue 1.0.2 still has this issue in Rider 2024.1.7

@jost
Copy link

jost commented Mar 4, 2025

It's also still broken for me: v1.0.2, webstorm 2024.3.4, mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants