2011-10-06, 14:22
Seems to work again as of the 6/10 nightly.
Quote:21:05:06 T:2957852672 DEBUG: Caching image 'http://SDF2.local.:32400/library/parts/8394/cdart.png' as '3/3a07d29e.png' full size
21:05:06 T:2957852672 INFO: Caching image from: http://SDF2.local.:32400/library/parts/8394/cdart.png to special://masterprofile/Thumbnails/3/3a07d29e.png
21:23:42 T:2954514432 DEBUG: Thread Jobworker start, auto delete: 1
9:09 AM
21:23:42 T:2957852672 INFO: msg: PICTURE::LoadImage: Unable to open image: special://masterprofile/Thumbnails/3/3a07d29e.png Error:Not a PNG file (12)
9:09 AM
21:23:42 T:2957852672 ERROR: Texture manager unable to load file: special://masterprofile/Thumbnails/3/3a07d29e.png
9:09 AM
21:23:43 T:2954514432 INFO: msg: PICTURE::LoadImage: Unable to open image: special://masterprofile/Thumbnails/3/3a07d29e.png Error:Not a PNG file (12)
9:09 AM
21:23:43 T:2954514432 ERROR: Texture manager unable to load file: special://masterprofile/Thumbnails/3/3a07d29e.png
def getThumb(arguments, server):
thumbnail=""
try:
if arguments['thumb'].split('/')[0] == "http:":
return arguments['thumb']
else:
thumbnail='http://'+server+arguments['thumb'].split('?t')[0]
## add something here to verify that thumbnail is less than 5MB?
except:
thumbnail=g_loc+'/resources/movie.png'
return thumbnail
Quote:Anyway, basically I can see that this issue is to do with the extra fan art/thumb functionality of certain skins.
Quote:Unfortunately due to the way plex work, a call to the dir is also a call to the media file, and so this is being cached as a picture (hence the multi-gb files).
Quote:I'll drop elan an email and see what he thinks
Quote:15:31:09 T:6988 NOTICE: HTTP response error: 404 Not Found
15:31:09 T:6988 NOTICE: ===== PLEXBMC STOP =====
15:31:09 T:8004 NOTICE: SKIN == True
15:31:09 T:4816 NOTICE: -->Python Interpreter Initialized<--
15:31:10 T:8312 NOTICE: -->Python Interpreter Initialized<--
15:31:10 T:9176 NOTICE: -->Python Interpreter Initialized<--
15:31:10 T:7540 NOTICE: -->Python Interpreter Initialized<--
15:31:12 T:7920 NOTICE: -->Python Interpreter Initialized<--
15:31:12 T:7920 ERROR: E:\XBMC_e\portable_data\addons\plugin.video.plexbmc\default.py:2: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sys,os,datetime, time, sha, inspect, base64
15:31:12 T:7920 NOTICE: ===== PLEXBMC START =====
15:31:12 T:7920 NOTICE: PleXBMC -> running on (2, 6, 6, 'final', 0)
15:31:12 T:7920 NOTICE: PleXBMC -> Running with cElementTree on Python 2.5+
15:31:12 T:7920 NOTICE: PleXBMC -> Debug is turned off. Running silent
15:31:14 T:7708 ERROR: Control 1 in window 10099 has been asked to focus, but it can't