We're sorry, but FlightAware has encountered an unrecoverable error and is unable to process your request at this time

VLG7724
1506807566.93 7
(‘Success’, u’VLG7724’)
VLG1388
1506807566.93 6

Service Interruption
We're sorry, but FlightAware has encountered an unrecoverable error and is unable to process your request at this time. Please try again shortly or wait a few moments. If the problem persists, please contact us.
Error ID:
Service Interruption
			<script type="text/javascript">
	$(function() {
		$("body").append("<iframe src='/ajax/ignoreall/hash2.rvt?k=travel,flight' style='display: none;'></iframe>");
	});
</script>

VLG2114
1506807566.93 5
(‘Success’, u’VLG2114’)
VLG2974
1506807566.93 4
(‘Success’, u’VLG2974’)
VLG1812
1506807566.93 3

Service Interruption
We're sorry, but FlightAware has encountered an unrecoverable error and is unable to process your request at this time. Please try again shortly or wait a few moments. If the problem persists, please contact us.
Error ID:
Service Interruption
			<script type="text/javascript">
	$(function() {
		$("body").append("<iframe src='/ajax/ignoreall/hash2.rvt?k=travel,flight' style='display: none;'></iframe>");
	});
</script>

VLG7983
1506807566.93 2
(‘Success’, u’VLG7983’)
VLG6734
1506807566.93 1
wait19.8784201145

I suggest you try to recover internally before throwing the error. As you can see from my log file, I did not manage to crash your whole back-end…

Can you provide more specifics of what requests you were making? Those VLG responses are not the literal format returned by our servers, so there’s apparently more being done by your application and that isn’t a literal response from our server.

Your application should check the HTTP response code of all requests and treat responses that are not 200 (Success) with a reasonable error handler, possibly retrying later if needed.

If you are using FlightXML3, be aware that there are request rate limits that you may potentially be exceeding, in which case you will receive a server error.