Skyvern-AI/skyvern

Skyvern is stuck on page

Closed this issue · 2 comments

Skyvern running locally has an issue wherein the agent gets stuck. That is, the reasoning and steps continue, but the agent itself does not continue (the page freezes, and there is no scrolling). This issue occurs on the latest version of Skyvern as well.

This issue was reproduced on Mac and Linux (Ubuntu 24)

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04 LTS
Release:	24.04
Codename:	noble

Here are some example payloads which have the failure:
@suchintan Here are some payloads skyvern fails on:

{
    "title": "null",
    "url": "https://adoreme.com",
    "webhook_callback_url": "http://localhost:5000/webhook",
    "navigation_goal": "For adoreme.com, View the Amelie Plus collection",
    "data_extraction_goal": null,
    "navigation_payload": "User details needed to navigate to Amelie Plus collection on the specified website",
    "error_code_mapping": {},
    "proxy_location": "NONE",
    "extracted_information_schema": "null"
}
{
    "title": "null",
    "url": "https://afremov.com",
    "webhook_callback_url": "http://localhost:5000/webhook",
    "navigation_goal": "For afremov.com, Explore the gallery to view different art collections.",
    "data_extraction_goal": null,
    "navigation_payload": {
        "username": "username_here",
        "password": "password_here",
        "preferences": {
            "collections": true
        }
    },
    "error_code_mapping": {},
    "proxy_location": "NONE",
    "extracted_information_schema": "null"
}
``

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.