-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Application Error #1434
Comments
Hey Tim, I am glad to have a chance to commit your issues. I think this issue is causing from misconfiguring docker images. At first please check the python is already installed in docker container. You can check it out with running following commands.
And then let's jump in the issues step by step. James |
Thanks for sharing screenshot. As you can see, it is only installed Python3 on docker container, not installed Python. Before you run docker image, please check the which python version is required on your project. You can check requirements.txt file. Thank you |
Is it working? |
This was a issue with the python lang being not included in the diffView, which i believe i fixed in one of our most recent commits make sure your local is up to date with the repo. |
I think there is not relevant about python. I tried install but the error same. Also I upgrade nodejs to latest lts. At the end I tried 0.0.6 version and it's working |
how did you end up getting it working? im getting the exact same issue. i tried using bolt without docker, with docker, updating my local node.js to 22.14, python installed, python3 installed. and im up to date with todays current version |
@SpartanTech are you getting the same error as above ? Can you give me the steps to reproduce. |
I did. I just solved it -_- I updated my branch to the main away from stable and its working now. I installed fresh but was using stable. Re-installed 3 times to try to fix it. The updated code has a commit that fixes this issue and is ahead of stable release |
Yeah i pushed this fix to main a couple days ago. glad you got it fixed. |
@thecodacus we should cherry pick this fix to the stable branch (langs missing in diffView) b018742 |
Describe the bug
I try to run Bolt v0.0.7 via Docker.
I installed and started everything strictly according to the instructions.
Bolt also starts normally and I can enter my API key.
When I then create a task in the chat and execute it, I get the following error message:
Application Error
ShikiError: Language
python
not found, you may need to load it firstat Object.getLanguage (http://localhost:5173/node_modules/.vite/deps/shiki.js?v=8d9e0b9f:11809:13)
at codeToTokensBase (http://localhost:5173/node_modules/.vite/deps/shiki.js?v=8d9e0b9f:10880:29)
at codeToTokens (http://localhost:5173/node_modules/.vite/deps/shiki.js?v=8d9e0b9f:11201:14)
at codeToHast (http://localhost:5173/node_modules/.vite/deps/shiki.js?v=8d9e0b9f:11264:7)
at codeToHtml (http://localhost:5173/node_modules/.vite/deps/shiki.js?v=8d9e0b9f:11493:23)
at Object.codeToHtml (http://localhost:5173/node_modules/.vite/deps/shiki.js?v=8d9e0b9f:11917:37)
at http://localhost:5173/app/components/workbench/DiffView.tsx:495:59
at Array.map ()
at renderContent (http://localhost:5173/app/components/workbench/DiffView.tsx:493:35)
at _c7 (http://localhost:5173/app/components/workbench/DiffView.tsx:548:17)
Is there a ay to fix this error?
Link to the Bolt URL that caused the error
https://github.com/stackblitz-labs/bolt.diy/
Steps to reproduce
Install and run Bold.diy via Docker on a Mac
Expected behavior
Run a comand or task
Screen Recording / Screenshot
Platform
Provider Used
No response
Model Used
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: