Closed itec78 closed 1 year ago
I apologize for the delayed response. I have investigated the issue you're experiencing, but I'm unable to replicate the error on my end.
Executing these two lines of code:
from aisexplorer.AIS import AIS
AIS().get_location(211281610)
returns the vessel data for me without any 403 errors. Typically, a 403 status code indicates that the client does not have the necessary permissions for the requested resource. It's a HTTP response status code that means the server understood the request, but it refuses to authorize it. However, as there is no login functionality implemented at this stage, I'm unsure how this error is occurring.
To assist me further in diagnosing the issue, could you please provide me with the version of the libraries you are using? You can do this by running the following command:
pip freeze
Thank you for your patience.
Now it's working fine. It stopped working on 2023-05-04 13:54 CEST and it started working again on 2023-07-05 21:13 CEST I don't know what happened in that period, probably something has changed on server side. Thanks a lot.
Hi. I think that something is broken. I'm receiving bad answers for all the queries I tried.
Using first code in example:
get this:
What's wrong? Thanks