You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases (not all) the API will return a successful response with no API key, has anyone else experienced this?
the response is this: <?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok" version="1.0"> </rsp>
where a normal response would be <?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok" version="1.0"> <api_key>8c8c5ed092488fd0354b0d4421a</api_key> </rsp>
The text was updated successfully, but these errors were encountered:
In some cases (not all) the API will return a successful response with no API key, has anyone else experienced this?
the response is this:
<?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok" version="1.0"> </rsp>
where a normal response would be
<?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok" version="1.0"> <api_key>8c8c5ed092488fd0354b0d4421a</api_key> </rsp>
The text was updated successfully, but these errors were encountered: