devika icon indicating copy to clipboard operation
devika copied to clipboard

Devika stuck at duckduckgo search

Open vdsasi opened this issue 1 year ago • 8 comments

Devika getting stuck at duckduckgo search. it is not showing any results that is pulled from the browser. instead it just showing that it is researching but it is not pulling any info from browser. here i am using claude api and i entered and setup perfectly it is working fine but browsing results are not being fetched.

image

vdsasi avatar Mar 30 '24 07:03 vdsasi

I just installed Devika and have exactly the same issue.

jonny7737 avatar Mar 30 '24 14:03 jonny7737

I just installed Devika and have the same issue.

essamgoda avatar Mar 30 '24 22:03 essamgoda

it worked after installing "playwright" as mentioned in quick-start

essamgoda avatar Mar 31 '24 00:03 essamgoda

it worked but never continued to write code it stops at the below point

I'm currently analyzing the project prompt and identifying the key components of the plan.

essamgoda avatar Mar 31 '24 02:03 essamgoda

it worked after installing "playwright" as mentioned in quick-start

i installed playwright and all other dependencies that are required for this project. Even then it is not working

vdsasi avatar Mar 31 '24 02:03 vdsasi

it worked after installing "playwright" as mentioned in quick-start

i installed playwright and all other dependencies that are required for this project. Even then it is not working

It worked once then every time sent a step-by-step plan then stuck in searching step

essamgoda avatar Mar 31 '24 09:03 essamgoda

I found it was stuck with me in this line and I added this then it proceeded to the next steps if ask_user != "" and ask_user is not None:

but never complete the code it sends task is completed but generated code is one file contain comments only

essamgoda avatar Mar 31 '24 14:03 essamgoda

Seeing the same. Doesn't search the internet. Just confirms development is finished with commented file showing.

TaylorBechard avatar Apr 01 '24 13:04 TaylorBechard

fetch the latest changes. already fixed

ARajgor avatar Apr 03 '24 19:04 ARajgor