Suchintan

Results 178 comments of Suchintan

Ah! I did misinterpret your request. I assumed you wanted to use it for "post analysis" We will take this feature request. We want to expose 3 things to our...

Hey Mike, This is possible with our workflows feature. You can basically set it up so that it does this: Task block w/ data extraction goal: extract number of pages...

Usually CloudFlare checks the browser fingerprint and IP location when deciding to allow a website -- out of the box both of these default to your local IP location and...

is your `skyvern-server` running and exposed to the front-end? https://github.com/Skyvern-AI/skyvern/blob/main/docker-compose.yml#L97 I think you'll need to update these 2 (or 3) env flags: ``` - VITE_WSS_BASE_URL=ws://localhost:8000/api/v1 # - VITE_API_BASE_URL=http://localhost:8000/api/v1 # -...

The API base needs its own port. The default (via docker) is port 8000, so you should expose `api-skyvern.mediacomvalentin.de` and route that to port 8000 by default

@SaschaValentin can you please rotate your openai keys ASAP? They were included in the log above I replaced them manually with `sk-proj-ZZZ` but they're still leaked and you should revoke...

I see the problem You're missing this: - LLM_KEY=OPENAI_GPT4O Are you open to opening a PR with that line added to the docker compose?

This is great feedback -- we implemented cancelled tasks in a hacky way haha. Will improve soon!

It should be able to upload files as long as you pass in downloadable URLs

What do you mean by API? Skyvern itself can do FILE_UPLOAD actions when navigating