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
When using the generator api, files with special characters fail. Even with correct url encoding.
examples:
File:Grumpy_Cat_(14556024763)(cropped).jpg or File%3AGrumpy_Cat%2814556024763%29_%28cropped%29.jpg
File:Museum_Schnütgen_-_St.Cäcilien-_innenaufnahme-4459.jpg or File%3AMuseum%20Schnütgen%20-%20St.%20Cäcilien%20-%20innenaufnahme-4459.jpg
I get an internal server error or 422 Unprocessable Entity - validation error
Edit:
This behavior occurs NOT when using /attribution/{languageCode}/{file}/{typeOfUse}/modified/{modification}/{modificationAuthor}/{licenseId}
for the paths fileinfo and unmodified the examples above are not working.
The text was updated successfully, but these errors were encountered:
When using the generator api, files with special characters fail. Even with correct url encoding.
examples:
File:Grumpy_Cat_(14556024763)(cropped).jpg or File%3AGrumpy_Cat%2814556024763%29_%28cropped%29.jpg
File:Museum_Schnütgen_-_St.Cäcilien-_innenaufnahme-4459.jpg or File%3AMuseum%20Schnütgen%20-%20St.%20Cäcilien%20-%20innenaufnahme-4459.jpg
I get an internal server error or 422 Unprocessable Entity - validation error
Edit:
This behavior occurs NOT when using /attribution/{languageCode}/{file}/{typeOfUse}/modified/{modification}/{modificationAuthor}/{licenseId}
for the paths fileinfo and unmodified the examples above are not working.
The text was updated successfully, but these errors were encountered: