I've installed videocache 1.6 on my ubuntu system and got an error:
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/usr/share/videocache/videocache.py", line 790, in run
download_scheduler()
File "/usr/share/videocache/videocache.py", line 759, in download_scheduler
if video_id_pool.get_conn_number() < max_parallel_downloads:
File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
verbose=self.__verbose
File "/usr/lib/python2.4/xmlrpclib.py", line 1147, in request
return self._parse_response(h.getfile(), sock)
File "/usr/lib/python2.4/xmlrpclib.py", line 1286, in _parse_response
return u.close()
File "/usr/lib/python2.4/xmlrpclib.py", line 744, in close
raise Fault(**self._stack[0])
Fault: :method "get_conn_number" is not supported'>
no matter what am I using, python2.4 or python2.5 error is the same.
squid2.6
iniparse0.2.4
Also i've been using youtube_cache 0.3 and 0.4 while ago, and it was working fine.
