AskNowQA / EARL

Entity And RELation mapping
GNU General Public License v3.0
100 stars 18 forks source link

Is the API down? #16

Closed silvanknecht closed 3 years ago

silvanknecht commented 5 years ago

Hi, We were using the earl API a lot lately (last time yesterday). Since today the api seems to be down. https://earldemo.sda.tech/ isnt' working as well. Somehow we get redirected to http://sda.cs.uni-bonn.de/earl/api/processQuery but i think there are some issues with the CORS.

thank you Silvan

debayan commented 5 years ago

Hi,

Try the following https://earldemo.sda.tech/earl/api/processQuery endpoint for API. Meanwhile I will investigate what went wrong.

Refrainlhy commented 5 years ago

@debayan This is a good project. But I find all API you give can not use now and the demo is also not used successfully. Could you update API? Thank you very much!

debayan commented 5 years ago

Please try the following

curl -XPOST 'https://earldemo.sda.tech/earl/api/processQuery' -H 'Content-Type:application/json' -d'{"nlquery":"Who is the president of Russia?", "pagerankflag": false}'

Refrainlhy commented 5 years ago

hello, I find the API is down now. Could you open it? It is a very good project, and I want to use it to process a little short text. Thanks.

And the response message is as follows:

<html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.10.3 (Ubuntu)</center>
</body>
</html>
debayan commented 5 years ago

It is up now but short text does not work.

petulla commented 5 years ago

The API appears to be down again. @debayan

debayan commented 5 years ago

The API is up now. We shall move the service to a new server to improve reliability. I thank everyone for using our service.

heathersherry commented 4 years ago

Dear authors, the API appears to be down again. Could you please have a look at the reason? @debayan Thanks a lot for your help! :))

debayan commented 4 years ago

Hello,

There was a network failure. It works now.

On Sun, Jan 12, 2020 at 6:04 AM Sherry Lin notifications@github.com wrote:

Dear authors, the API appears to be down again. Could you please have a look at the reason? @debayan https://github.com/debayan Thanks a lot for your help! :))

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AskNowQA/EARL/issues/16?email_source=notifications&email_token=AABNIIVVIDJRVDALJ6XDYBDQ5KQHVA5CNFSM4IEYL3GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIWR66A#issuecomment-573382520, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABNIIR2QE34HSJUVYCCMADQ5KQHVANCNFSM4IEYL3GA .

-- Regards, Debayan Banerjee

Rebaccamin commented 4 years ago

dear authors, This is pretty good work and I want to use your project as a linking tool. But the API provided by you is down now. Could you have a look at your link? Thanks very much!

debayan commented 4 years ago

Hi Rebaccamin,

Kindly add --insecure flag to the curl command.

Rebaccamin commented 4 years ago

Hi Rebaccamin,

Kindly add --insecure flag to the curl command.

thanks!

Rebaccamin commented 4 years ago

hi debayan, The API appears to be down now. I applied EARL last month but now it is down (curl: (7) Failed to connect to earldemo.sda.tech port 443: Operation timed out ). Could you have a look at the reason? @debayan Thanks a lot~

debayan commented 4 years ago

@Rebaccamin I plan to move the installation to a new location next week.

debayan commented 3 years ago

Hello,

The API demo has been moved to a new location:

curl -XPOST 'http://ltdemos.informatik.uni-hamburg.de/earl/processQuery' -H 'Content-Type:application/json' -d'{"nlquery":"Who is the president of Russia?"}'

Rebaccamin commented 3 years ago

so great! appreciate your wonderful work~

mrchongyl commented 1 year ago

Good day sir, is both https://earldemo.sda.tech/earl/api/processQuery and http://ltdemos.informatik.uni-hamburg.de/earl/processQuery API down? I tried since last month but still to no avail. Thanks!