reyemb / AISExplorer

This tool allows the identification and tracking of marine vessels by geolocation, MMSI, or via MarineTraffic URLs. It ensures user privacy via proxy support, and includes fallback strategies for optimal performance.
27 stars 8 forks source link

No response with script #3

Closed 0000vt closed 7 months ago

0000vt commented 10 months ago

With an easy debug script, nothing happens. It just hangs and waits and no response is retrieved.

`from aisexplorer.AIS import AIS

print(AIS().get_location(255805840))`

After a while:

aisexplorer.Exceptions.NoResultsError: After 10 attempts still no results are given. If you think this is an error in the module raise an issue at https://github.com/reyemb/AISExplorer

reyemb commented 10 months ago

Which Version are you currently using?

0000vt commented 10 months ago

0.2.1 from pypi

reyemb commented 10 months ago

I have just uploaded version 0.2.2 to pypi can you please use this version and check if the problem still exists?

0000vt commented 10 months ago

Yes thank you. So only the old vessel image and chrome version were blocking the request?

reyemb commented 7 months ago

Apologies for the delayed response due to catching up with a backlog of work. It appears the root cause of the Cloudflare issue was the newly added functionalities for logged-in users. This combination was mistakenly identified as malicious by Cloudflare. I am committed to being more active and responsive in the future.

Maybe it was also in combination with the anonymous proxies. I can´t remember :)

reyemb commented 7 months ago

Will be closed. Since it is solved and can be reopened if it happens again