2013-03-26, 04:14
I wanna say thanks as well!
I really like this interface.
I really like this interface.
(2012-10-05, 18:35)tmiland Wrote: Hi,
i am getting the thumbnail error:
PHP Code:500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/c/HTPC-Manager/libs/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/c/HTPC-Manager/libs/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/c/HTPC-Manager/libs/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/c/HTPC-Manager/htpc/pagehandler.py", line 154, in json
return xbmc(host,port,username,password,self.root,hidewatched,ignorearticle).sendRequest(kwargs)
File "/c/HTPC-Manager/htpc/xbmc.py", line 29, in sendRequest
return self.GetThumb(args.get('thumb'), args.get('w'), args.get('h'), opacity)
File "/c/HTPC-Manager/htpc/xbmc.py", line 88, in GetThumb
newimage = image.resize((width, height), Image.ANTIALIAS).convert('RGBA')
File "/c/HTPC-Manager/libs/PIL/Image.py", line 1290, in resize
self.load()
File "/c/HTPC-Manager/libs/PIL/ImageFile.py", line 164, in load
self.load_prepare()
File "/c/HTPC-Manager/libs/PIL/ImageFile.py", line 231, in load_prepare
self.im = Image.core.new(self.mode, self.size)
File "/c/HTPC-Manager/libs/PIL/Image.py", line 39, in __getattr__
raise ImportError("The _imaging C module is not installed")
ImportError: The _imaging C module is not installed
I am running this on a readynas ultra, and would appreciate any help getting this working, as i have searched and tried everything i can.
$ python
>>> import Image
(2013-05-16, 08:24)tmiland Wrote: Are the thumbnail issue fixed?
(2013-05-16, 10:45)styxit Wrote:(2013-05-16, 08:24)tmiland Wrote: Are the thumbnail issue fixed?
If you are talking about one of your earlier posts in combination with your readynas.. You did not install the required python modules, probably missing PIL. When configured correctly, images and thumbnails work great! I can run htpc manager on osx, windows and raspberryPi, all with thumbnail generation.
http://htpc.io