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.36k stars 2.38k forks source link

netlify deploy error #474

Open darrassi1 opened 5 months ago

darrassi1 commented 5 months ago

File "C:\Users\pc\Desktop\latest1\atlas\src\agents\agent.py", line 216, in subsequent_execute deploy_metadata = Netlify().deploy(project_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\pc\Desktop\latest1\atlas\src\services\netlify.py", line 15, in deploy site = self.netlify.site.create_site() ^^^^^^^^^^^^^^^^^ AttributeError: 'NetlifyPy' object has no attribute 'site'. Did you mean: 'sites'?

amjiddader commented 5 months ago

480 Here is the fix.