Natarajan Muthu
Natarajan Muthu
I am also getting same error. Did you fixed the issue?@XiaochenCui @mardix It works fine when i run the app standalone .When i deploy the code in IIS Enviroment i...
@AndyMik90 I am also facing the same issue. Can you explain in brief how you overcome with this?
> > @AndyMik90 I am also facing the same issue. Can you explain in brief how you overcome with this? > > Check if you are using double quotes or...
I updated this code directly on docker still I am facing issue with the classification in the api logs it shows correct classification in the exception line number 81. However...
How do i create my own my python script?. In "Scripts Folder". I just created a script and compiled it .And also i enabled the script in package.json file.However I...
I just made it by removing the "repository" in package.json file.It works now. Thanks friend for the great script in python
It might be due the problem with the backuproot = "Backup" path. Try to provide explicit path where the encrypted backup file exist.
can you share the logs docker logs -f 'container_name'
I was also facing similar issue the only difference is i got the permission denied error. Bc i am running the application under "opendevin" user . it doesnt have privilage...
docker run \ --add-host host.docker.internal=host-gateway \ -e LLM_API_KEY="ollama" \ -e LLM_BASE_URL="http://host.docker.internal:11434" \ -e WORKSPACE_MOUNT_PATH=your path \ -v your volume:/opt/workspace_base \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 3000:3000 \ ghcr.io/opendevin/opendevin:main