• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 14
[RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC
#76
Edit: disregard, it's working after a restart of xbmc.

I just tried to set this up and it's hanging on:

Code:
SICKBEARD XBMC
LOADING DIRECTORY
RETRIEVED 0 ITEMS

Any thoughts?
Reply
#77
First of all thanks for making such a kick ass plugin. I only have one problem. I cant seem to find the add show tab in the in the plugin. Where can I find it?
Reply
#78
Anybody got this to work i am stuck as well on the ip setting. No clue what to punch in there

EDIT: it is working now I had to uncheck "use costum sickbeard URL" and add 127.0.0.1 as IP and 8081 as port....restart XBMC and that's it.
Reply
#79
Ok one thing I don't understand... how to add shows? I read you go on manage shows and press the context( right click) but the pop up does not have the selection "add shows" I am running Eden and sickbeard 1.0.8.

Any idea how to add shows ??


EDIT: Also figured it out now Smile trial and error.... You have to go to manage shows and right click on one existing movie file this will open the pop up with the add new show etc... Controls

Reply
#80
(2012-04-19, 18:12)Ommand Wrote: Edit: disregard, it's working after a restart of xbmc.

I just tried to set this up and it's hanging on:

Code:
SICKBEARD XBMC
LOADING DIRECTORY
RETRIEVED 0 ITEMS

Any thoughts?

I'm having the same issue
Reply
#81
I'ts hanging on retrieved items for me as well

i'm using ssl and i have a custom url set to https://ip:port

would that be causing the problem?

here's me log:

http://pastebin.com/raw.php?i=0D1j1YJQ

I got it to stop hanging on retrieval but now when I click on manage shows or any other first menu item it just has an error pop up in the lower right corner saying plugin failed
Reply
#82
I have the same issue others have mentioned with it hanging on retrieving items.
Reply
#83
I got it to work...It was because I didn't enable the API in sickbeard....

I find everything loads rather slow ...when I go into history and it shows me what was downloaded and snatched, I can't play any of them...it would be nice if I could....

It also takes over 20-40 seconds to load it...the same with manage shows....Is that normal?

Reply
#84
(2012-06-21, 06:58)launchbox Wrote: I'ts hanging on retrieved items for me as well

i'm using ssl and i have a custom url set to https://ip:port

would that be causing the problem?

here's me log:

http://pastebin.com/raw.php?i=0D1j1YJQ

I got it to stop hanging on retrieval but now when I click on manage shows or any other first menu item it just has an error pop up in the lower right corner saying plugin failed

Having the same problem. Qouch on iPhone app can connect fine using the same credentials as used in XBMC, but the XBMC app just hangs. Pressing BACK twice does allow me to back out of it though.


Image
Reply
#85
Hi All, my first post (although this is a kind of old thread). I spent some time tonight getting this up and running. If the problem launchbox and gibxxi are having is like mine (and I'm pretty sure it is), the fix is rather simple. For retrieving the show information in the XBMC Add-On, the URL is hardcoded "http://"... My SickBeard set up is using SSL and the XBMC Add-On is using the custom URL configuration. All I had to do was copy settings.py over to my computer, change the very last line "__url__='http://'... to "__url__='https://'... and it now retrieves the data without timing out. Not the most elegant solution, but it was quick and simple.

Hope this helps anyone that might be having a similar issue.
Reply
#86
hi and thanks for this plugin Smile) works perfect so far, except that I can only add episodes to download from XBMC by using "episode manual search". If I just hit return, nothing happens. any idea what could cause this?
Reply
#87
(2012-10-21, 08:09)BchBum11511 Wrote: Hi All, my first post (although this is a kind of old thread). I spent some time tonight getting this up and running. If the problem launchbox and gibxxi are having is like mine (and I'm pretty sure it is), the fix is rather simple. For retrieving the show information in the XBMC Add-On, the URL is hardcoded "http://"... My SickBeard set up is using SSL and the XBMC Add-On is using the custom URL configuration. All I had to do was copy settings.py over to my computer, change the very last line "__url__='http://'... to "__url__='https://'... and it now retrieves the data without timing out. Not the most elegant solution, but it was quick and simple.

Hope this helps anyone that might be having a similar issue.

Thanks for the tip. Will try this when I get chance. Smile
Image
Reply
#88
I have this downloaded on xbmc but can't get it to work. How do you set-up the id and port? Is there a website where I need to register? Thanks!
Reply
#89
great plugin was easy to get working but I have no art, anyone have any idea why that might be?
Reply
#90
Anyone else having issues trying to add a new show?

20:59:43 T:162627584 INFO: -->Python script returned the following error<--
20:59:43 T:162627584 ERROR: Error Type: <type 'exceptions.TypeError'>
20:59:43 T:162627584 ERROR: Error Contents: coercing to Unicode: need string or buffer, NoneType found
20:59:43 T:162627584 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.program.sickbeard/resources/lib/addshow.py", line 103, in <module>
AddShow()
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.program.sickbeard/resources/lib/addshow.py", line 25, in AddShow
selected_show = ShowSelectMessage(search_results)
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.program.sickbeard/resources/lib/addshow.py", line 46, in ShowSelectMessage
formatted_shows.append(show['name']+" - ("+show['first_aired']+")")
TypeError: coercing to Unicode: need string or buffer, NoneType found
20:59:43 T:162627584 INFO: -->End of Python script error report<--
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 14

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC2