Duncan Webb wrote:
> John Molohan wrote:
>
> Trace-backs alone are not always that helpful and this trace-back shows
> only Twisted calls.
>
> What were you doing at the time,
Just browsing to a directory containing photos through the web interface.
>  can it be reproduced every time,
It appears so,
>  which
> version of Twisted are you using, 
 >>> print "version", twisted.web.version
version [twisted.web, version 0.6.0]
 >>> print "version", twisted.version
version [twisted, version 2.4.0]
 >>>

> does this only happen with usb drives,
>   
No, I've just copied files onto my hdd and tested - same result.
> is the usb drive auto-mounted or is freevo mounting it?
>
> Testing with images from the hard disk and Twisted-2.5.0 reveals nothing
> useful, it just works as expected.
>   
I've just realised what it is after looking at the traceback again. It 
was caused by the updates to fileinfo.rpy that Pirlouwi is doing at the 
moment. Replacing fileinfo.rpy with svn version and all is fine. Sorry 
for the needless chatter.
>   
>> tableRowOpen(self, opts="class="chanrow"")
>> convert_dir(self, dir_str='/mnt/removable/photos/Keira/wagamoma.jpg')
>> convert_dir(self, 
>> dir_str='/var/cache/freevo/image_cache/mnt/removable/photos/Keira/wagamoma.jpg.jpg')
>> tableCell(self, data="<div class="image"><a 
>> href="javascript:openfoto('_mnt_removable_photos/Keira/wagamoma.jpg',240,320)"><img
>>  
>> src="_var_cache_freevo/image_cache/mnt/removable/photos/Keira/wagamoma.jpg.jpg"
>>  
>> /><br />wagamoma.jpg</a></div>", opts="class="basic" colspan="1"")
>> tableCell(self, data="&nbsp;", opts="class="basic" colspan="1"")
>> tableCell(self, data="&nbsp;", opts="class="basic" colspan="1"")
>> tableRowClose(self)
>> tableClose(self)
>> printSearchForm(self)
>> printLinks(self, prefix="0")
>> printFooter(self)
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.5/site-packages/twisted/protocols/basic.py", 
>> line 232, in dataReceived
>>     why = self.lineReceived(line)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 
>> 1004, in lineReceived
>>     self.allContentReceived()
>>   File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 
>> 1045, in allContentReceived
>>     req.requestReceived(command, path, version)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 601, 
>> in requestReceived
>>     self.process()
>> --- <exception caught here> ---
>>   File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 
>> 159, in process
>>     resrc = self.site.getResourceFor(self)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 
>> 514, in getResourceFor
>>     return resource.getChildForRequest(self.resource, request)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/resource.py", line 
>> 50, in getChildForRequest
>>     resource = resource.getChildWithDefault(pathElement, request)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/resource.py", line 
>> 150, in getChildWithDefault
>>     return self.getChild(path, request)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/rewrite.py", line 
>> 24, in getChild
>>     return self.resource.getChildWithDefault(path, request)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/resource.py", line 
>> 150, in getChildWithDefault
>>     return self.getChild(path, request)
>>   File "/usr/lib/python2.5/site-packages/twisted/web/static.py", line 
>> 277, in getChild
>>     return resource.IResource(processor(fpath.path, self.registry))
>>   File "/usr/lib/python2.5/site-packages/twisted/web/script.py", line 
>> 70, in ResourceScript
>>     execfile(path, glob, glob)
>> <type 'exceptions.SyntaxError'>: invalid syntax (fileinfo.rpy, line 129)
>>     
>
> Duncan
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to