[RELEASE] Sickbeard XBMC - Control Sickbeard from XBMC

  Thread Rating:
  • 2 Votes - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
launchbox Offline
Junior Member
Posts: 3
Joined: Apr 2012
Reputation: 0
Post: #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
(This post was last modified: 2012-06-21 07:34 by launchbox.)
find quote
pisoj1 Offline
Member
Posts: 88
Joined: Jul 2012
Reputation: 0
Post: #82
I have the same issue others have mentioned with it hanging on retrieving items.
find quote
pisoj1 Offline
Member
Posts: 88
Joined: Jul 2012
Reputation: 0
Post: #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?
find quote
gibxxi Offline
Senior Member
Posts: 294
Joined: Oct 2011
Reputation: 4
Post: #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: watched-clearlogo.jpg]
find quote
BchBum11511 Offline
Junior Member
Posts: 1
Joined: Oct 2012
Reputation: 0
Post: #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.
find quote
Noggli Offline
Junior Member
Posts: 1
Joined: Oct 2012
Reputation: 0
Post: #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?
find quote
gibxxi Offline
Senior Member
Posts: 294
Joined: Oct 2011
Reputation: 4
Post: #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: watched-clearlogo.jpg]
find quote
asmith180 Offline
Junior Member
Posts: 6
Joined: Oct 2012
Reputation: 0
Post: #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!
(This post was last modified: 2012-10-23 19:13 by asmith180.)
find quote
jamesdew Offline
Member
Posts: 85
Joined: Dec 2009
Reputation: 0
Post: #89
great plugin was easy to get working but I have no art, anyone have any idea why that might be?
find quote
bradatkins Offline
Junior Member
Posts: 12
Joined: Sep 2011
Reputation: 0
Post: #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<--
(This post was last modified: 2012-11-21 04:11 by bradatkins.)
find quote
Post Reply