Search found 5 matches

by reo
November 5th, 2009, 5:42 pm
Forum: Beta Releases
Topic: [0.5.0Alpha6] addfile in api_handler
Replies: 7
Views: 4032

Re: [0.5.0Alpha6] addfile in api_handler

Thank you, my project will have great features thanks to this fix. I'll check as soon as I can to verify this issue is resolved.

Have a nice day.
by reo
November 5th, 2009, 2:24 pm
Forum: Beta Releases
Topic: [0.5.0Alpha6] addfile in api_handler
Replies: 7
Views: 4032

Re: [0.5.0Alpha6] addfile in api_handler

Very well, I'd appreciate your help. Let me know if you need additional information.
by reo
November 4th, 2009, 6:03 pm
Forum: Beta Releases
Topic: [0.5.0Alpha6] addfile in api_handler
Replies: 7
Views: 4032

Re: [0.5.0Alpha6] addfile in api_handler

Any response? I have had no time to see if it's fixed in the latest SVN, though, it seems not even to be confirmed.
by reo
October 18th, 2009, 4:09 pm
Forum: Beta Releases
Topic: [0.5.0Alpha6] addfile in api_handler
Replies: 7
Views: 4032

Re: [0.5.0Alpha6] addfile in api_handler

Yes, A snippet from interface.py in the api_handler method for the addfile mode:             normal_upload = kwargs.get('nzbfile', '')             if normal_upload:                 name = normal_upload                 loggin.debug('It is a FieldStorage..')                         logging.debug('What...
by reo
October 15th, 2009, 5:34 pm
Forum: Beta Releases
Topic: [0.5.0Alpha6] addfile in api_handler
Replies: 7
Views: 4032

[0.5.0Alpha6] addfile in api_handler

Hello, The 0.5.0 release got my attention because of the new API possibilities. After implementing the addfile functionality in a third party application I'm working on, it seemed not to be working. I ofcourse thought the problem was within the client application, till later I found the following: -...