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
Thank you so much for creating this wonderful tool :)
I tried to execute the screenshot example, but unfortunately got an error when running the last line: File.write "screenshot.png", Base64.decode64(response["data"])
Error: Encoding::UndefinedConversionError: "\x89" from ASCII-8BIT to UTF-8
Would you happen to know what's going on?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
Thank you so much for creating this wonderful tool :)
I tried to execute the screenshot example, but unfortunately got an error when running the last line:
File.write "screenshot.png", Base64.decode64(response["data"])
Error:
Encoding::UndefinedConversionError: "\x89" from ASCII-8BIT to UTF-8
Would you happen to know what's going on?
Thanks!
The text was updated successfully, but these errors were encountered: