2011-08-19, 09:37
No, the license statement...
17:40:34 T:2894027632 M:2807791616 WARNING: FillBuffer: curl failed with code 22
17:40:34 T:2894027632 M:2807791616 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
17:40:51 T:2931817328 M:2808512512 NOTICE: -->Python Interpreter Initialized<--
17:41:06 T:2894027632 M:2808082432 WARNING: Create - Unsupported protocol(script) in script://
17:41:16 T:2862558064 M:2808094720 WARNING: Previous line repeats 1 times.
17:41:16 T:2862558064 M:2808094720 NOTICE: -->Python Interpreter Initialized<--
17:41:16 T:2862558064 M:2807590912 NOTICE: {'limit': '4'}
17:42:14 T:2931817328 M:2806059008 NOTICE: -->Python Interpreter Initialized<--
17:42:15 T:2931817328 M:2806050816 NOTICE: {'limit': '4'}
17:42:20 T:2894027632 M:2805530624 WARNING: Create - Unsupported protocol(script) in script://
17:42:26 T:2904517488 M:2807087104 WARNING: Previous line repeats 1 times.
17:42:26 T:2904517488 M:2807087104 NOTICE: -->Python Interpreter Initialized<--
17:42:33 T:2904517488 M:2804645888 NOTICE: -->Python Interpreter Initialized<--
17:42:39 T:2894027632 M:2805465088 WARNING: FillBuffer: curl failed with code 22
17:42:39 T:2894027632 M:2805465088 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
17:42:44 T:2904517488 M:2805448704 NOTICE: -->Python Interpreter Initialized<--
Popeye Wrote:Its' an error in my code! The last line of the log states the error is due to progressDialog.update is fed with 5 arguments and it only accepts 4. I Haven't discovered it due to the folder creation is quick in my system.Just tried the plugin and had this error happen to me, and had to change these statements in what I think is the latest code - but after changing that (there's two of them I think), now works, thanks.
Just remove one of the statements or replace
withCode:progressDialog.update(0, 'Request to SABnzbd succeeded', 'Waiting for first rar', 'Waiting for download to start', label)
Code:progressDialog.update(0, 'Request to SABnzbd succeeded', 'Waiting for first rar and for download to start', label)
Popeye Wrote:J1nx, you are using the newsnab plugin to start things not mine... Can you run my nzb.su and reproduce the Error?
Popeye Wrote:J1nx, you are using the newsnab plugin to start things not mine... Can you run my nzb.su and reproduce the Error?
j1nx Wrote:Any news? Is there anything I can do to help you out. Do you need more information?
Let me do your homework, so you have the time to work on this
j1nx Wrote:Tell me what to do, to dig a bit deeper. I also think it is the communication between both plugins.
Do you have some ideas, if so. I am most happy to test any thoughts.
Popeye Wrote:Thanks for your help. While working on the support for multiple rar-sets I have discovered a problem with the to early deletion of the fake rars. I ended up with having the same overlaying dialog as you described. As mentioned before, there seems to be some timing issues. Do you have auto-play enabled or not?