-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading PDF files freeze the agent #1346
Comments
In order to reproduce it, create a page with lots of links to PDF files and tasks Skyvern to click all of them. |
Btw. we also need to download PDFs (and access them later #1347) instead of just viewing them. |
Was also trying to see how downloading invoices is currently implemented https://docs.skyvern.com/getting-started/skyvern-in-action#log-into-a-portal-and-download-invoices |
I assume implementation is:
Place to change: skyvern/skyvern/webeye/actions/handler.py Line 390 in 92d9495
|
We actually have this implemented in Skyvern cloud similar to what you did here: https://github.com/Skyvern-AI/skyvern/pull/1349/files but I think we forgot to bring it to the open source repo @LawyZheng can you please review https://github.com/Skyvern-AI/skyvern/pull/1349/files and make any augmentations? We should open source our PDF handling logic |
i just left some comments a few minutes ago. |
@LawyZheng let's get our closed source changes for PDFs ported over to the open source version |
Fixed in #1363 |
When the agent clicks a PDF file link to download it, it opens PDF in a new tab (due to Chromium's default PDF viewer capability), this makes the agent losing the initial page (where there are other links to click) and not coming back. And then it just hangs on that PDF page forever.
The text was updated successfully, but these errors were encountered: