UDP API --- AUTH / LOGOUT issue

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

Moderator: AniDB

Locked
Zelgadis3
Posts: 4
Joined: Thu Dec 21, 2006 12:38 am

UDP API --- AUTH / LOGOUT issue

Post by Zelgadis3 »

I have a situation with these commands, when i send the AUTH command, a get a 200 response, and a correct session key i can use to retrieve ANIME data. The problem is when i want to log out using that session key(LOGOUT&s=CxMDS, for example) , i always get a 506 INVALID SESSION, and of course after a few tries i end up banned (555) for too many open connections :?

Any help will be appreciated
epoximator
AniDB Staff
Posts: 379
Joined: Sun Nov 07, 2004 11:05 am

Post by epoximator »

Code: Select all

LOGOUT s={session key}
Zelgadis3
Posts: 4
Joined: Thu Dec 21, 2006 12:38 am

Post by Zelgadis3 »

Duh!!!! I was using the ampersand >_< Shame on me :oops:

Thanks a lot!
Locked