You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing the code. Im trying to run it as is without any change but its been a struggle to get it to do anything right. Here are the steps I followed:
1- Download the repository as a zip package
2- Unzip
3- install the required packages
4- Open the code in VisualCode
5- I opened new terminal and typed the following command:
python cli.py --computer local-playwright
6- In the input prompt I typed the following task:
"go to cnn.com, find the main headline then summarize and print"
7- Chrome session was open to the Bing.com
8- The agent typed cnn.com in the search bar
9 - The page went to cnn.com - so far so good.
10- The agent seems to go off track where multiple browser sessions opened for cnn.com.
11- The loop seem to get stuck on different actions and repeat.
12- After few minutes of waiting and repeating, the code existed with the following error:
raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.TimeoutError: Page.screenshot: Timeout 30000ms exceeded.
Call log:
- taking page screenshot
- - waiting for fonts to load...
- - fonts loaded
Here is the full action taken by the agent as appeared in the terminal:
Hi,
Thanks for providing the code. Im trying to run it as is without any change but its been a struggle to get it to do anything right. Here are the steps I followed:
1- Download the repository as a zip package
2- Unzip
3- install the required packages
4- Open the code in VisualCode
5- I opened new terminal and typed the following command:
python cli.py --computer local-playwright
6- In the input prompt I typed the following task:
"go to cnn.com, find the main headline then summarize and print"
7- Chrome session was open to the Bing.com
8- The agent typed cnn.com in the search bar
9 - The page went to cnn.com - so far so good.
10- The agent seems to go off track where multiple browser sessions opened for cnn.com.
11- The loop seem to get stuck on different actions and repeat.
12- After few minutes of waiting and repeating, the code existed with the following error:
Here is the full action taken by the agent as appeared in the terminal:
Total time between start to finish 10-15 minutes.
Not sure what I'm doing wrong. I appreciate your feedback and guidance.
Thanks
The text was updated successfully, but these errors were encountered: