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
NOTE: I have hit this error with both the latest release of prawn and with the current master branch.
I have a PC running Windows 10 version 2004, build 19041.264 (latest Windows insider Fast release), with Windows Subsystem for Linux 2 installed. Inside WSL2, I am running Ubuntu 20.04. I am running rspec tests in Ubuntu.
The test failure shows:
Failure/Error: document.image image_for_report(report), width: 7.5 * inch, position: :center
Prawn::Errors::UnsupportedImageType:
image file is an unrecognised format
When I run the same test under the latest MacOS, no error occurs.
I am primarily a QA person, so I am not sure how to debug this.
The text was updated successfully, but these errors were encountered:
NOTE: I have hit this error with both the latest release of prawn and with the current master branch.
I have a PC running Windows 10 version 2004, build 19041.264 (latest Windows insider Fast release), with Windows Subsystem for Linux 2 installed. Inside WSL2, I am running Ubuntu 20.04. I am running rspec tests in Ubuntu.
The test failure shows:
When I run the same test under the latest MacOS, no error occurs.
I am primarily a QA person, so I am not sure how to debug this.
The text was updated successfully, but these errors were encountered: