continue
continue copied to clipboard
Chat hangs in PyCharm on first prompt
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:macOS 14.3 (23D56)
- Continue: 0.0.39
- IDE: PyCharm 2023.3.4 (CE)
- Tried with a few LLMs
Description
I installed Continue today through the plugin marketplace in PyCharm but haven't been able to successfully execute a first prompt yet following the instructions in continue_tutorial.py
. The log seems to indicate that I don't have the most up-to-date version of Continue, but I do have 0.0.39, which seems to be the latest release. I tried to toggle the GitHub Copilot plugin on/off, in case that was interfering, but observed no change. I chatted with Tyler at the Austin Data Council conference and he wasn't able to quickly diagnose, so I am submitting a full issue ticket. Thanks for your assistance!
To reproduce
Here's the chat hanging:
and a confirmation of my Continue version:
Log output
(edited with full log file)
[info] Starting Continue core...
[info] Starting Continue core...
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_complete
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_complete
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
[info] Exiting Continue core...
[info] Starting Continue core...
[info] Starting Continue core...
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "command/run": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
{"message":"Please upgrade to the latest version of Continue to continue using the free trial."}
Error running handler for "llm/streamChat": Error: HTTP 400 Bad Request from https://node-proxy-server-blue-l6vsfbzhba-uw.a.run.app/stream_chat
@icct-galvarez Just fixed, thank you for pointing this out! It should just work now without changing anything
Great, this does work on my end now! Thanks for the speedy assistance and looking forward to exploring this exciting tool.
I have the latest version installed 0.0.39 in PhpStorm and my chat hangs with any of these models:
I would like to provide the logs but have not found out where they might be.