fathomnet / fathomnet-py

FathomNet Python client
https://fathomnet-py.readthedocs.io
MIT License
24 stars 3 forks source link

Fathomnet port 8080 unreachable #21

Closed Kmoran1512 closed 11 months ago

Kmoran1512 commented 11 months ago

When attempting to access fathomnet.api through the pypi package in accordance with the documentation

from fathomnet.api import images, boundingboxes

boundingboxes.find_concepts()

Or similarly via curl

curl -X 'POST' 'http://fathomnet.org:8080/images/query' -H 'accept: application/json' 
-H 'Content-Type: application/json' 
-d '{
  "concept": "Actinerus",
  "offset": 0
}'

I get a refused connection Failed to connect to fathomnet.org port 8080: Connection refused

Has something changed with the pypi registration? I know the website uses https, is this the issue? Or am I missing something else altogether?

kevinsbarnard commented 11 months ago

Hi @Kmoran1512, the FathomNet REST API was temporarily down for server maintenance; back up now.

Kmoran1512 commented 11 months ago

Thank you, I apologize for the unnecessary issue. In the future, is there somewhere maintenance is communicated?

hohonuuli commented 11 months ago

@Kmoran1512 We don't currently have a channel to communicate maintenance. Usually the server outage during maintenance is extremely brief and isn't noticed by users