stitionai / devika

Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective. Devika aims to be a competitive open-source alternative to Devin by Cognition AI.
MIT License
18.38k stars 2.38k forks source link

[ISSUE] #626

Open iilln opened 2 months ago

iilln commented 2 months ago

I have this problem below left

Screenshot 2024-07-15 043421

sevaroy commented 2 months ago

same issue

proxolo1 commented 2 months ago

that's a CORS error. Change the origin to your frontend URL in devika.py

iilln commented 2 months ago

that's a CORS error. Change the origin to your frontend URL in devika.py

Can you explain the method or a passage explaining the method?

proxolo1 commented 2 months ago

Copy the URL of the front end and paste it into devika.py on line 31.

mims1234 commented 2 months ago

CryptographyDeprecationWarning: ARC4 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.ARC4 and will be removed from this module in 48.0.0. from cryptography.hazmat.primitives.ciphers.algorithms import AES, ARC4

ModuleNotFoundError: No module named 'bidi.algorithm'

Got errors something like this when python devika.py was executed