Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#29097 - [freevo] woven is missing in twisted - fixed in freevo 1.9.2b2
Attached to Project:
Community Packages
Opened by Bjoern Franke (bjo) - Saturday, 24 March 2012, 16:55 GMT
Last edited by Balló György (City-busz) - Tuesday, 17 September 2013, 16:52 GMT
Opened by Bjoern Franke (bjo) - Saturday, 24 March 2012, 16:55 GMT
Last edited by Balló György (City-busz) - Tuesday, 17 September 2013, 16:52 GMT
|
DetailsWhen I want to start the freevo-webserver, I get:
nhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/twisted/protocols/basic.py", line 564, in dataReceived why = self.lineReceived(line) File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 1551, in lineReceived self.allContentReceived() File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 1618, in allContentReceived req.requestReceived(command, path, version) File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 773, in requestReceived self.process() --- <exception caught here> --- File "/usr/lib/python2.7/site-packages/twisted/web/server.py", line 131, in process resrc = self.site.getResourceFor(self) File "/usr/lib/python2.7/site-packages/twisted/web/server.py", line 562, in getResourceFor return resource.getChildForRequest(self.resource, request) File "/usr/lib/python2.7/site-packages/twisted/web/resource.py", line 65, in getChildForRequest resource = resource.getChildWithDefault(pathElement, request) File "/usr/lib/python2.7/site-packages/twisted/web/resource.py", line 169, in getChildWithDefault return self.getChild(path, request) File "/usr/lib/python2.7/site-packages/twisted/web/rewrite.py", line 24, in getChild return self.resource.getChildWithDefault(path, request) File "/usr/lib/python2.7/site-packages/twisted/web/resource.py", line 169, in getChildWithDefault return self.getChild(path, request) File "/usr/lib/python2.7/site-packages/twisted/web/static.py", line 314, in getChild return resource.IResource(processor(fpath.path, self.registry)) File "/usr/lib/python2.7/site-packages/twisted/web/script.py", line 64, in ResourceScript execfile(path, glob, glob) File "/usr/share/freevo/htdocs/index.rpy", line 36, in <module> from www.web_types import HTMLResource, FreevoResource, RecordClientResource File "/usr/lib/python2.7/site-packages/freevo/www/web_types.py", line 39, in <module> from twisted.web.woven import page exceptions.ImportError: No module named woven It has been fixed in 1.9.2b2: http://svn.freevo.org/filedetails.php?repname=Freevo+1.x&path=%2Ffreevo%2FChangeLog URL to 1.9.2b2: http://sourceforge.net/projects/freevo/files/Freevo%20releases/1.9.2b2/freevo-1.9.2b2.tar.bz2/download |
This task depends upon
Closed by Balló György (City-busz)
Tuesday, 17 September 2013, 16:52 GMT
Reason for closing: No response
Tuesday, 17 September 2013, 16:52 GMT
Reason for closing: No response
Is there a reason why they didn't release 1.9.2b as a stable version if they don't intend to develop the 1.9 branch any further (e.g. has it known bugs so we should stick with 1.9.0 stable)?
http://sourceforge.net/mailarchive/forum.php?thread_name=508E4105.9060404%40gmail.com&forum_name=freevo-devel
http://pkgbuild.com/~bgyorgy/packages/freevo-1.9.0-11.1-any.pkg.tar.xz
I applied the following upstream patch:
https://github.com/freevo/freevo1/commit/c1efa265f094c31a8bdaf404fa2bc9a93520c91a
Even if it fixes the error with woven, it still not work for me, so I would like to get a feedback.