Just started using this utility on my Pi - when i run
Code:
./texturecache.py c tvseries
I notice in the texturecache log file a lot of these errors
Code:
2013-12-09 12:44:48.599832:Thread-2 : ** iotimeout occurred during web request **
2013-12-09 12:44:48.605006:Thread-2 : preparedl.RECEIVED DATA:
2013-12-09 12:44:48.606097:Thread-2 : Retrying getDownloadURL(), 3 attempts remaining
2013-12-09 12:44:49.089118:Thread-1 : ** iotimeout occurred during web request **
2013-12-09 12:44:49.091925:Thread-1 : preparedl.RECEIVED DATA:
2013-12-09 12:44:49.093399:Thread-1 : Retrying getDownloadURL(), 1 attempts remaining
2013-12-09 12:44:49.108733:Thread-2 : preparedl.JSON WEB REQUEST: [{"jsonrpc": "2.0", "params": {"path": "image://nfs%3a%2f%2f192.168.1.202%2fhome%2fdisk1%2fTV%2fSeinfeld%2fSeason%2005%2fSeinfeld%20-%20s05e03%20-%20The%20Glasses.tbn/"}, "method": "Files.PrepareDownload", "id": "preparedl"}]
2013-12-09 12:44:49.600286:Thread-1 : preparedl.JSON WEB REQUEST: [{"jsonrpc": "2.0", "params": {"path": "image://nfs%3a%2f%2f192.168.1.202%2fhome%2fdisk1%2fTV%2fSeinfeld%2fSeason%2005%2fSeinfeld%20-%20s05e02%20-%20The%20Puffy%20Shirt.tbn/"}, "method": "Files.PrepareDownload", "id": "preparedl"}]
2013-12-09 12:44:54.129590:Thread-2 : ** iotimeout occurred during web request **
2013-12-09 12:44:54.132464:Thread-2 : preparedl.RECEIVED DATA:
2013-12-09 12:44:54.138173:Thread-2 : Retrying getDownloadURL(), 2 attempts remaining
2013-12-09 12:44:54.620427:Thread-1 : ** iotimeout occurred during web request **
2013-12-09 12:44:54.623025:Thread-1 : preparedl.RECEIVED DATA:
2013-12-09 12:44:54.624555:Thread-1 : Image not available for download - uncacheable (embedded?), or doesn't exist. Filename [image://nfs%3a%2f%2f192.168.1.202%2fhome%2fdisk1%2fTV%2fSeinfeld%2fSeason%2005%2fSeinfeld%20-%20s05e02%20-%20The%20Puffy%20Shirt.tbn/]
2013-12-09 12:44:54.633641:Thread-1 : preparedl.JSON WEB REQUEST: [{"jsonrpc": "2.0", "params": {"path": "image://nfs%3a%2f%2f192.168.1.202%2fhome%2fdisk1%2fTV%2fSeinfeld%2fSeason%2005%2fSeinfeld%20-%20s05e06%20-%20The%20Lip%20Reader.tbn/"}, "method": "Files.PrepareDownload", "id": "preparedl"}]
2013-12-09 12:44:54.640922:Thread-2 : preparedl.JSON WEB REQUEST: [{"jsonrpc": "2.0", "params": {"path": "image://nfs%3a%2f%2f192.168.1.202%2fhome%2fdisk1%2fTV%2fSeinfeld%2fSeason%2005%2fSeinfeld%20-%20s05e03%20-%20The%20Glasses.tbn/"}, "method": "Files.PrepareDownload", "id": "preparedl"}]
I've decoded one of the lines where its complaining
Code:
image://nfs://192.168.1.202/home/disk1/TV/Seinfeld/Season 05/Seinfeld - s05e02 - The Puffy Shirt.tbn/
Is the extra slash at the end causing the problem? The file does exist.
Quote:Image not available for download - uncacheable (embedded?), or doesn't exist
If so, any ideas as to how to fix it. So far its picked up 150 errors and its only been running for 10 mins.