Is the UDP API server down?

Want to help out? Need help accessing the AniDB API? This is the place to ask questions.

Moderator: AniDB

Locked
aon
Posts: 2
Joined: Mon Jan 17, 2005 6:23 pm

Is the UDP API server down?

Post by aon »

Hello,

I can't seem to be able to connect to anidb.ath.cx at port 9000 using UDP.

I tried using PING with netcat, like:

Code: Select all

$ nc -u anidb.ath.cx 9000
PING
$
So, no response. After this I did an one-port port scan, and the port seemed to be closed.

I began wondering that perhaps the software listening to that port isn't running? Has this perhaps something to do with the database update?
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

indeed, it should be up again now.

BYe!
EXP
aon
Posts: 2
Joined: Mon Jan 17, 2005 6:23 pm

Post by aon »

Yep, works now. Thanks :)
dinoex
Posts: 35
Joined: Wed Nov 17, 2004 8:28 pm
Contact:

UPD API down again?

Post by dinoex »

Last time the API was online: 13th March 2005
Its now 3 days not reachable.
All requests are timing out.

Please check if the API is up
or if the Frirewall rules have changed.
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

please try again now.

BYe!
EXP
dinoex
Posts: 35
Joined: Wed Nov 17, 2004 8:28 pm
Contact:

Post by dinoex »

runs fine again, Thanks.
dinoex
Posts: 35
Joined: Wed Nov 17, 2004 8:28 pm
Contact:

Re: UPD API down again?

Post by dinoex »

Last time the API was online: 28th March 2005
Its now 3 days not reachable.
All requests are timing out.

Please check if the API is up
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Re: UPD API down again?

Post by exp »

dinoex wrote:Last time the API was online: 28th March 2005
Its now 3 days not reachable.
All requests are timing out.

Please check if the API is up
grml,

actually it is up, but looking at the auto restart script which checks it once every 30mins and kills it if it is no longer responding it's down a lot indeed.
I'll set the checkintervall lower.

doesn't anyone have any experience with java UDP sockets under linux? why do they keep dying on me?

BYe!
EXP
dinoex
Posts: 35
Joined: Wed Nov 17, 2004 8:28 pm
Contact:

Re: UPD API down again?

Post by dinoex »

exp wrote: actually it is up, but looking at the auto restart script which checks it once every 30mins and kills it if it is no longer responding it's down a lot indeed.
I'll set the checkintervall lower.
Thanks but this did not help.
exp wrote: doesn't anyone have any experience with java UDP sockets under linux? why do they keep dying on me?
I don't use Java, cuase it is hard to build on BSD.
But the restart script may suffer from a general problem.

I noticed That even a 30 second timeout on the socket is sometimes not enough.

I have seen this effect a couple of times:

AUTH user=dinoex

[Timeout: 30s]

AUTH user=dinoex

dinoex 200 xxxxx LOGIN ACCEPTED

MYLIST xxxxxxx

dinoex 200 xxxxx LOGIN ACCEPTED

In such a case i see the same "Session" code from the Server
There might be a load problem.
dinoex
Posts: 35
Joined: Wed Nov 17, 2004 8:28 pm
Contact:

Re: UPD API down again?

Post by dinoex »

dinoex wrote:Last time the API was online: 28th March 2005
Its now 3 days not reachable.
All requests are timing out.

Please check if the API is up
Still no response from anidb.info, port 9000
anidb.info has address 64.202.105.188

Its now 3 days not reachable.
Blocked by firewall?
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

works here.

BYe!
EXP
Locked