mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.1k stars 314 forks source link

Getting this error when trying to fetch events like deliver, open, click data #841

Closed heysushil closed 1 year ago

heysushil commented 2 years ago
<p>Type: Mailgun\Exception\HttpServerException</p>
<p>Message: An unexpected error occurred at Mailgun's servers. Try again later and contact support if the error still exists.</p>
<p>Filename: /var/www/vhosts/app.neumails.com/httpdocs/vendor/mailgun/mailgun-php/src/Exception/HttpServerException.php</p>
<p>Line Number: 23</p>
oleksandr-mykhailenko commented 1 year ago

Hello @heysushil Is it still an issue for you ?

heysushil commented 1 year ago

Hi @oleksandr-mykhailenko
Yes, it's still an issue.

oleksandr-mykhailenko commented 1 year ago

@heysushil could you provide a code example, please ?

heysushil commented 1 year ago

It's frequently occurring and receiving exception error mails approx 100+ daily.

<h4>An uncaught Exception was encountered</h4>

<p>Type: Mailgun\Exception\HttpServerException</p>
<p>Message: An unexpected error occurred at Mailgun's servers. Try again later and contact support if the error still exists.</p>
<p>Filename: /var/www/vhosts/app.neumails.com/httpdocs/vendor/mailgun/mailgun-php/src/Exception/HttpServerException.php</p>
oleksandr-mykhailenko commented 1 year ago

Hello @heysushil Please, provide the code example of the flow, how you try to get data ? Do you use limit for a query ?

oleksandr-mykhailenko commented 1 year ago

Close according to inactivity