Something is wrong with your servers. For the past 15 or more hours, we’ve been getting 500 errors at various spots in our PDF generation. We are long time users. It happens at a different point in the code each time(so its not our end), but it has happened to every attempt at some point, so my document still hasn’t been created. Sometimes it’s an error for a “PUT” and other times its a “DELETE”. Here are a few examples of the 100+ that have occurred.
Example 1)
Aspose\PDF\ApiException: [500] Server error: PUT [https://api.aspose.cloud/v3.0/pdf/51259e6feb_Agent%20Data%20Form_edited_101123.pdf/import/xml?xmlFilePath=%2Fworking%2Fxml%2F51259e6feb.xml&storage=affiliation&folder=working
](https://api.aspose.cloud/v3.0/pdf/51259e6feb_Agent%20Data%20Form_edited_101123.pdf/import/xml?xmlFilePath=%2Fworking%2Fxml%2F51259e6feb.xml&storage=affiliation&folder=working) resulted in a 500 Internal Server Error
response:
{“RequestId”:“7a2ed54fafaae4677590825f74bf3e15”,“Error”:{“Code”:“internalError”,“Message”:“One or more errors occurred.” (truncated…)
in /var/www/aspose-pdf-cloud-php/src/Aspose/PDF/Api/PdfApi.php on line 91460
Example2)
Aspose\PDF\ApiException: [500] Server error: DELETE [https://api.aspose.cloud/v3.0/pdf/storage/file/working/51259e6feb_Business%20Essentials%20Fee%20form.pdf
](https://api.aspose.cloud/v3.0/pdf/storage/file/working/51259e6feb_Business%20Essentials%20Fee%20form.pdf) resulted in a 500 Internal Server Error
response:
{“RequestId”:“1ca908e564a1501f874cab640dfc8552”,“Error”:{“Code”:“internalError”,“Message”:"The remote name could not be (truncated…)
in /var/www/aspose-pdf-cloud-php/src/Aspose/PDF/Api/PdfApi.php on line 3529
Example 3)
Aspose\PDF\ApiException: [500] Server error: PUT [https://api.aspose.cloud/v3.0/pdf/51259e6feb_credit_card_auth_101123.pdf/import/xml?xmlFilePath=%2Fworking%2Fxml%2F51259e6feb.xml&storage=affiliation&folder=working
](https://api.aspose.cloud/v3.0/pdf/51259e6feb_credit_card_auth_101123.pdf/import/xml?xmlFilePath=%2Fworking%2Fxml%2F51259e6feb.xml&storage=affiliation&folder=working) resulted in a 500 Internal Server Error
response:
{“RequestId”:“13c6f4ef7846ab88e084c680ccb38c92”,“Error”:{“Code”:“internalError”,“Message”:“One or more errors occurred.” (truncated…)
in /var/www/aspose-pdf-cloud-php/src/Aspose/PDF/Api/PdfApi.php on line 91460