WSE-research / LoRiS-LLM-generated-Representations-of-SPARQL-queries

https://wse-research.org/LoRiS
MIT License
2 stars 2 forks source link

ConnectionError HTTPConnectionPool 141.57.8.18:8099 #22

Closed MPParsley closed 1 month ago

MPParsley commented 1 month ago

What is running on the BACKEND_URL, I don't see any documentation for port 8099?

The demo gives the following error:

ConnectionError: HTTPConnectionPool(host='141.57.8.18', port=8099): Max retries exceeded with url: /explanation?query_text=PREFIX%20res%3A%20%3Chttp%3A//dbpedia.org/resource/%3E%0APREFIX%20dbp%3A%20%3Chttp%3A//dbpedia.org/property/%3E%0ASELECT%20DISTINCT%20%3Furi%0AWHERE%0A%7B%0Ares%3ASalt_Lake_City%20%3Chttp%3A//dbpedia.org/ontology/timeZone%3E%20%3Furi%0A%7D%0A%0A&language=en&shots=0&model=gpt-3.5-turbo (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xffff5195eb30>: Failed to establish a new connection: [Errno 111] Connection refused'))
Perevalov commented 1 month ago

Hi @MPParsley, the backend is up again, thanks for the hint. FYI: the backend repository is here: https://github.com/WSE-research/LoRiS-LLM-generated-Representations-of-SPARQL-queries-backend

anbo-de commented 1 month ago

@MPParsley I hope, your issue was solved after @Perevalov's answer. If there is any other problem, just let us know.