Torna a tutte le discussioni
eps option returns 500 error
marchampson
a year ago
Calls using the eps file option have started throwing 500 errors, no changes our side. Even testing the endpoint in RapidAPI with all default settings just changing file from png to eps gives 500:
“file”: “eps”
Thanks
Partecipa alla discussione - aggiungi un commento di seguito:
Accedi/Iscriviti per pubblicare nuovi commenti
Sorry, regarding EPS it is working again. If you get errorCode 5 your uploaded image got deleted from the cache. Try to upload it again or use a image URL to avoid those issues. Please note that the upload cache is limited to 24 hours now.
We’re using the default png format and are getting 500 errors as well now. Calling from localhost works, but calling through our firebase functions always returns a 500.
Don’t stress guys, the admins have found a way of deleting our vectors and images. Just re-upload using the corresponding API endpoint. Even better, create a fallback mechanism to catch the { errorCode: 5, errorMessage: ‘Image is not existing’ } response body and upload automatically.
I agree, I also get this error. Svg format is functional.