mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
fix(SKY-11131): surface parse errors instead of crashing FileParserBlock (#6657)
This commit is contained in:
parent
3b94344b35
commit
7cba2b2cfc
13 changed files with 711 additions and 25 deletions
|
|
@ -56,6 +56,7 @@ mode: custom
|
|||
- Fixed code block runs not generating a recording entry, causing the Recording tab to appear empty. ([#6607](https://github.com/Skyvern-AI/skyvern/pull/6607))
|
||||
- Fixed code block action screenshots not appearing on the run Overview page. ([#6605](https://github.com/Skyvern-AI/skyvern/pull/6605))
|
||||
- Fixed long usernames or email addresses hiding the sidebar collapse button on desktop.
|
||||
- Fixed the File Parser block crashing when a downloaded file isn't a valid PDF (e.g. a site returns a short plain-text error instead of the expected document); the block now surfaces a clear parse error instead of failing the run unexpectedly.
|
||||
|
||||
</Update>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue