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
As you can see, jp2_file_path has a boolean value, but I don't see how this is possible, because it was just given a string value. Could uploaded_image:write be modifying the value of jp2_file_path by mistake?
In order to figure out why the script is failing on Travis, I need the real error message from uploaded_image:write.
The text was updated successfully, but these errors were encountered:
In PR dasch-swiss/dsp-api#1191, Knora's script
upload.lua
is trying to save aSipiImage
:https://github.com/dhlab-basel/Knora/blob/b5f946da134311d5f966117ad91a359cfa07164b/sipi/scripts/upload.lua#L139
This works on my local machine, but on Travis it fails in a very strange way:
https://travis-ci.org/dhlab-basel/Knora/jobs/486906660
As you can see,
jp2_file_path
has a boolean value, but I don't see how this is possible, because it was just given a string value. Coulduploaded_image:write
be modifying the value ofjp2_file_path
by mistake?In order to figure out why the script is failing on Travis, I need the real error message from
uploaded_image:write
.The text was updated successfully, but these errors were encountered: