Kodi Community Forum
[RELEASE] Pneumatic - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Pneumatic (/showthread.php?tid=97657)



- Popeye - 2011-08-19

No, the license statement...


- Mar2zz - 2011-08-19

Why, that license-statement I can totally agree with. As you are the original author it's fine by me to keep it that way, as of giving credits to it's origin. (or do you disagree with that)

Issue:
I select a movie. It is sent to sabnzbd succesfully. Dialogbox appears, waiting for first rar. After a minute or so that dissapears. XBMC shows it is busy (spinning circle). That keeps going on forever. XBMC is in a complete lockdown, won't accept any input (keyboard or remote control), and I have to reset hard to get control back (reboot that is).

This is the log, right before that happens, it doesn't log in lockdown sadly:
Code:
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<--



- j1nx - 2011-08-19

System Pentium 4 (i686), Ubuntu minimal 11.04 fully updated. XBMC-PVR (http://forum.xbmc.org/showpost.php?p=861824&postcount=19), Sabnzbd 0.6.8


I managed to re-produce 2 of the 3 common errors.

1) I stop the movie, the interface goes back to XBMC but wrongly. The screen shows two empty list layer on top of each other. One is a empty listbox as normal. No line items are there and no cover on the right side. The second is a full list (Wider), also empty and drawed over the other list. XBMC is locked down completely. Reboot is required.

XBMC Log (Fresh boot, directly to nzb.su, playing movie, stop movie);
http://pastebin.com/8Q88WZge


2) Selecting a movie, goes throught the whole process, but on start of the movie XBMC restarts.

XBMC Log (Fresh boot, directly to nzb.su, playing movie, after XBMC restart, xbmc.old.log is used);
http://pastebin.com/vGe185S0



Will try to re-process the "Black screen full lockup at movie stop" error as well.


- Ashenfall - 2011-08-19

Popeye Wrote:Its' an error in my code! Big Grin 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 remove one of the statements or replace
Code:
progressDialog.update(0, 'Request to SABnzbd succeeded', 'Waiting for first rar', 'Waiting for download to start', label)
with
Code:
progressDialog.update(0, 'Request to SABnzbd succeeded', 'Waiting for first rar and for download to start', label)
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.

One suggestion for the plugin: my download speed isn't fast enough to stream some types of video after downloading just the first .rar - so it would need to get a few more before streaming. Perhaps some sort of timer system, to calculate an appropriate time to start playing the video, maybe based on the video type of the selected show, and the time that the first .rar has downloaded in?

In my case, if trying to stream a x264 video, it might need to download 30% of the rars before starting to stream, perhaps more if my connection was being slower that day.


- Popeye - 2011-08-20

J1nx, you are using the newsnab plugin to start things not mine... Can you run my nzb.su and reproduce the Error?


- j1nx - 2011-08-20

Popeye Wrote:J1nx, you are using the newsnab plugin to start things not mine... Can you run my nzb.su and reproduce the Error?

sure! Although there should not be any difference, I will reproduce the errors with the nzb.su version and report back to you.

Anything else, you need / might be helpfull?


- j1nx - 2011-08-20

Popeye Wrote:J1nx, you are using the newsnab plugin to start things not mine... Can you run my nzb.su and reproduce the Error?

Same issue as previously issue #1 (Two empty listboxes drawn over each other, xbmc lock down) Because of the lock down, I can not produce a proper screenshot

Log;
http://pastebin.com/BYy49in8


- j1nx - 2011-08-23

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 Wink


- Popeye - 2011-08-23

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 Wink

I had a look at the logs and I don't really understand why you have this crash. I wounder if it has anything to do with the timing of things or in the nzb.su to nzbs communication. I'm running test on both win a linux and all works fine...


- j1nx - 2011-08-23

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 - 2011-08-24

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.

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?


- Zure - 2011-08-24

I am trying to get this plugin up and running, but I am stuck at these errors:

http://pastebin.com/pghrAjgJ


sort of working, need some help - ckergald - 2011-08-24

This plugin looks great, cant wait to actually use it properly.


the problem I'm having is the plugin never starts playing the video, the timer just keeps going.
  • When I pick a movie or tv show I can see that hit my queue in sabnzbd
  • my default processing in sab is set to +delete, when the job hits sab that processing is also +delete.
  • My xbmc can see and create files in the incomplete folder for sab, I can also delete from there just fine as well.
  • I have tried with newznab as well as nzb.su, both produce same results.
  • Once download completes 100% in sab the counter "waiting for nzb to download" is still running on the xbmc computer.
  • attempts to cancel downloading and return to xbmc do not work, timer just keeps going. Need to use task manager to kill xbmc and relaunch it.

Any advise would be appreciated.

XBMC Log


- j1nx - 2011-08-24

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?

Yes, I am dutch and therefot lazy Wink Auto play is enabled.


- fpoil - 2011-08-25

I Popeye,

First, thank you for your great plugins.

I'm using nzb.su and i've got the same problem as j1nx : when I stop a movie, xbmc is locking down. I have to reboot my asrock ion 330.

If the download is finished before i finish to watch the movie, as SABnzbd is moving downloaded files from incomplete folder to complete folder, the movie stops et xbmc locks down.

I'm using SABnzbd 0.6.7 on openlec.