Error 400 "Bad Request" all of a sudden

Are you trying to fetch a flight plan for your account “737SimGuy”?

In the XML fetcher, error code 400 just means that no flight plan is on file for that user. It should have been accompanied with a short XML error message explaining this:

<OFP>
<fetch>
<userid>123456</userid>
<static_id/>
<status>Error: No flight plan on file for the specified user</status>
<time>0.0619</time>
</fetch>
</OFP>

Basically, it’s probably been too long since you generated your flight plan. Simply create a new one and it should work for you again.

1 Like