Search found 12 matches

by darsh
Mon May 29, 2006 9:57 am
Forum: Support
Topic: anidb hosting information
Replies: 2
Views: 782

anidb hosting information

Hi. I hope this is not considered a "private" question. I'm very interested at the "web architecture" of anidb. How many computer are used? What type of computer? How many concurrent access have you registered? How many access per month? How much bandwidth per month does anidb us...
by darsh
Mon May 01, 2006 8:42 pm
Forum: Development
Topic: episode counts in ANIME command
Replies: 4
Views: 1061

epoximator wrote:specials are not part of the total ep number, no. not in the udp api and not on the website. why is that a problem?
Simply, it was not clear to me the distinction beetwen eps and ep count! :D

Thanks.
by darsh
Sun Apr 30, 2006 8:55 am
Forum: Development
Topic: episode counts in ANIME command
Replies: 4
Views: 1061

epoximator wrote:eps means the total number of episodes. this number will be 0 if it's unknown. ep count is number of episodes (not special) currently added.
Ok, thanks.
The problem is that some times eps is not the sum of normal episodes plus specials:

aid: 1052
eps: 24
ep count: 24
special: 8


Regards
by darsh
Sat Apr 29, 2006 6:13 pm
Forum: Development
Topic: episode counts in ANIME command
Replies: 4
Views: 1061

episode counts in ANIME command

Hi.

What is the difference between {eps} and {ep count}?


Thanks
by darsh
Wed Apr 26, 2006 5:02 pm
Forum: Development
Topic: some bugs in the UDP API
Replies: 12
Views: 9483

You are right, sorry.

The problem is not with '=', but with newline:

SENDMSG body=test<br />&to=myself&s=xxx&title=newline


Thanks and regards
by darsh
Tue Apr 25, 2006 8:44 am
Forum: Development
Topic: some bugs in the UDP API
Replies: 12
Views: 9483

Sorry, but there seems to be still problems with parameters encoding.

Now the '=' cannot be present (as an example in message body).
I've tried to escape with xml character entity but still does not works (I got a 505 ILLEGAL INPUT OR ACCESS DENIED)


Thanks and regards
by darsh
Thu Apr 20, 2006 10:03 am
Forum: Development
Topic: some bugs in the UDP API
Replies: 12
Views: 9483

u know, 0.5 packets per sec is not possible. it means 1 packet per 2 seconds. that's max 13 request in 26 sec. add 200 ms per req to be sure. Ok, sorry! So, this was the reason for getting banned and banned... long term: it's really a question about number of request per time. when only checking no...
by darsh
Wed Apr 19, 2006 6:19 pm
Forum: Development
Topic: some bugs in the UDP API
Replies: 12
Views: 9483

I just forget: for two times I got a 600 error.


regards[/b][/i]
by darsh
Wed Apr 19, 2006 5:56 pm
Forum: Development
Topic: some bugs in the UDP API
Replies: 12
Views: 9483

the 555 message is just enabled to help developers understand what they are doing wrong. normally the server will just go silent without any notice. and... when you are banned, your opinions and needs obviously don't matter anymore. i mean who cares about your lil tag then No problems ;-) All I nee...
by darsh
Wed Apr 19, 2006 9:55 am
Forum: Development
Topic: some bugs in the UDP API
Replies: 12
Views: 9483

* Content encoding - the current character encoding is us-ascii? : actualy it can be anything you suport, but by default, it's ascii. see here Since I use Python, I have no problems at using ascii plus xml charachers entity! But in the database what encoding is used? And, more important, in the cli...
by darsh
Tue Apr 18, 2006 8:53 pm
Forum: Development
Topic: some bugs in the UDP API
Replies: 12
Views: 9483

some bugs in the UDP API

I have just terminate the first fase of the development of my Anidb UDP client protocol with Twisted and Python (anidblib). During tests I have found some bugs. Content-type: text/x-rst Anidb UDP API BUGS ============= Basic ------ * Content encoding - the current character encoding is us-ascii? - t...
by darsh
Wed Apr 12, 2006 6:54 pm
Forum: Development
Topic: UDP API Clients
Replies: 74
Views: 86795

Hi. I have started the development of yet another anidb UDP client. It will be not a full client; I'm writing a reusable library, using Python and Twisted. Name: anidblib Programming Language: Python Operating System: Posix, Win32 More details: full support of the UDP API (if I have time) integrated...