[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app
Not to be a jerk, but how is that at all useful?

The 2 outcomes on the logic path from that step are "The images work on the VM" or "the images do not work on the VM".
My honest question is "OK and then what?" Either way you don't get a very clear path on what to do to get it working, just confirmation that the actual install is broken, which we already know.

It seems like a more useful way to proceed is to examine the logs to determine what the nature of the failure is.
In the directory where HTPC manager is installed, you should have a userdata folder.
Inside of there you should have the file htpcmanager.log.
This is the log you'll want to look at after you attempt to load images from XBMC.
Like here's a cat from mine just to give you an idea of WTF I am talking about:

Code:
2013-08-20 14:29:49 :: cherrypy.error.161445580 :: ERROR :: [20/Aug/2013:14:29:4                                                                                                                    9] HTTP Traceback (most recent call last):
  File "/usr/share/htpcmanager/libs/cherrypy/_cprequest.py", line 656, in respon                                                                                                                    d
    response.body = self.handler()
  File "/usr/share/htpcmanager/libs/cherrypy/lib/encoding.py", line 188, in __ca                                                                                                                    ll__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/share/htpcmanager/libs/cherrypy/_cpdispatch.py", line 34, in __call                                                                                                                    __
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/htpcmanager/modules/xbmc.py", line 202, in GetThumb
    return get_image(url, h, w, o, self.auth())
  File "/usr/share/htpcmanager/htpc/proxy.py", line 51, in get_image
    resize_image(image, height, width, opacity, resized)
  File "/usr/share/htpcmanager/htpc/proxy.py", line 88, in resize_image
    im = im.resize(size, Image.ANTIALIAS)
  File "/usr/local/lib/python2.7/dist-packages/PIL/Image.py", line 1290, in resi                                                                                                                    ze
  File "/usr/local/lib/python2.7/dist-packages/PIL/ImageFile.py", line 189, in l                                                                                                                    oad
  File "/usr/local/lib/python2.7/dist-packages/PIL/Image.py", line 385, in _getd                                                                                                                    ecoder
IOError: decoder jpeg not available

The "decoder jpeg not available" is somewhat helpful because it shows the PIL doesn't have JPEG abilities installed or detected for some reason.
Of course actually fixing that issue seems very specific to the operating system and packages and install method being used, but thats a much more straightforward approach then having to set up (and possibly troubleshoot) an entire VM and new OS on said VM, and then basically be back where you started.
Catchy Signature Here
Reply


Messages In This Thread
RE: [WIP] HTPC-Manager - by _Mikie_ - 2012-03-23, 16:03
RE: [WIP] HTPC-Manager - by dakpunne - 2012-03-23, 16:20
RE: [WIP] HTPC-Manager - by Capt.Insano - 2012-03-23, 20:10
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-23, 20:42
RE: [WIP] HTPC-Manager - by ICDeadPpl - 2012-03-23, 21:40
RE: [WIP] HTPC-Manager - by Chromdome93 - 2012-03-24, 00:15
RE: [WIP] HTPC-Manager - by UnderCoverUZI - 2012-03-24, 00:56
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 14:14
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 15:25
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 15:29
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 15:40
RE: [WIP] HTPC-Manager - by ICDeadPpl - 2012-03-24, 15:51
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 16:04
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 17:29
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-24, 17:42
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-24, 18:27
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 19:10
RE: [WIP] HTPC-Manager - by Phantisy - 2012-03-24, 18:35
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 18:40
Re: [WIP] HTPC-Manager - by rflores2323 - 2012-03-24, 18:50
RE: [WIP] HTPC-Manager - by ICDeadPpl - 2012-03-24, 21:01
RE: [WIP] HTPC-Manager - by dakpunne - 2012-03-24, 21:20
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 21:18
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-24, 21:24
RE: [WIP] HTPC-Manager - by paavoris - 2012-03-24, 22:00
RE: [WIP] HTPC-Manager - by sb206 - 2012-03-24, 22:03
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-24, 22:10
RE: [WIP] HTPC-Manager - by _Mikie_ - 2012-03-24, 22:48
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-24, 23:31
RE: [WIP] HTPC-Manager - by Livin - 2012-03-24, 23:54
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 00:18
RE: [WIP] HTPC-Manager - by Livin - 2012-03-25, 00:44
RE: [WIP] HTPC-Manager - by karandras24 - 2012-03-25, 00:45
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 01:19
RE: [WIP] HTPC-Manager - by Livin - 2012-03-25, 01:50
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 02:05
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-25, 14:14
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-25, 14:16
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 14:34
RE: [WIP] HTPC-Manager - by shlag - 2012-03-25, 16:45
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-25, 19:49
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-25, 20:22
RE: [WIP] HTPC-Manager - by TeKo - 2012-03-25, 21:24
RE: [WIP] HTPC-Manager - by SyphOn - 2012-03-26, 07:00
RE: [WIP] HTPC-Manager - by ErlendSB - 2012-03-25, 21:26
RE: [WIP] HTPC-Manager - by shlag - 2012-03-25, 21:41
HTPC Manager Install - by menage - 2013-07-24, 15:27
RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - by SleepyP - 2013-08-31, 19:07
stats for remote pc - by dannyb78 - 2014-07-11, 13:22
Logout Mark Read Team Forum Stats Members Help
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app7