Rikitik / project-valerie

Automatically exported from code.google.com/p/project-valerie
0 stars 0 forks source link

Impossible to modify description of failed movie #340

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is impossible for me to modify the description of the failed movies.
This is the message:

web.Server Traceback (most recent call last):

<type 'exceptions.AttributeError'>: 'list' object has no attribute 'Seen'
/usr/lib/python2.6/site-packages/twisted/web/server.py, line 150 in process
148    try:
149      resrc = self.site.getResourceFor(self)
150      self.render(resrc)
151    except:
Self
site    
twisted.web.server.Site instance @ 0x1dc3d28 <twisted.web.server.Site instance 
at 0x1dc3d28>
Locals
resrc   
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSub
Actions.MediaForm instance @ 0x1dc3cb0 
<Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSu
bActions.MediaForm instance at 0x1dc3cb0>
self    
twisted.web.server.Request instance @ 0x2cefdc8 <GET 
/mediaForm?type=unknown&mode=showEditForm&Id=87 HTTP/1.1>
/usr/lib/python2.6/site-packages/twisted/web/server.py, line 157 in render
155  def render(self, resrc):
156    try:
157      body = resrc.render(self)
158    except UnsupportedMethod, e:
Locals
resrc   
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSub
Actions.MediaForm instance @ 0x1dc3cb0 
<Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSu
bActions.MediaForm instance at 0x1dc3cb0>
self    
twisted.web.server.Request instance @ 0x2cefdc8 <GET 
/mediaForm?type=unknown&mode=showEditForm&Id=87 HTTP/1.1>
Globals
UnsupportedMethod   <class 'twisted.web.server.UnsupportedMethod'>
/usr/lib/python2.6/site-packages/twisted/web/resource.py, line 190 in render
188      from twisted.web.server import UnsupportedMethod
189      raise UnsupportedMethod(getattr(self, 'allowedMethods', ()))
190    return m(request)
191
Locals
m   <bound method MediaForm.render_GET of 
<Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSu
bActions.MediaForm instance at 0x1dc3cb0>>
self    
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSub
Actions.MediaForm instance @ 0x1dc3cb0 
<Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSu
bActions.MediaForm instance at 0x1dc3cb0>
request 
twisted.web.server.Request instance @ 0x2cefdc8 <GET 
/mediaForm?type=unknown&mode=showEditForm&Id=87 HTTP/1.1>
/usr/lib/enigma2/python/Plugins/Extensions/ProjectValerie/DMC_Plugins/DMC_WebInt
erfaceExtras/core/WebSubActions.py, line 31 in render_GET
29class MediaForm(Resource):
30        def render_GET(self, request):
31                return self.action(request)
32
Locals
self    
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSub
Actions.MediaForm instance @ 0x1dc3cb0 
<Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSu
bActions.MediaForm instance at 0x1dc3cb0>
request 
twisted.web.server.Request instance @ 0x2cefdc8 <GET 
/mediaForm?type=unknown&mode=showEditForm&Id=87 HTTP/1.1>
Globals
Resource    <class twisted.web.resource.Resource at 0x1746090>
MediaForm   <class 
Plugins.Extensions.ProjectValerie.DMC_Plugins.DMC_WebInterfaceExtras.core.WebSub
Actions.MediaForm at 0x1d3af90>
/usr/lib/enigma2/python/Plugins/Extensions/ProjectValerie/DMC_Plugins/DMC_WebInt
erfaceExtras/core/WebSubActions.py, line 183 in action
181                        seenCheck = ""
182
183                        if m.Seen == "1":
184                                seenCheck = "checked"
Locals
seenCheck   ''
m   
List instance @ 0x2efb6c0

<type 'exceptions.AttributeError'>: 'list' object has no attribute 'Seen'

How to fix?

Original issue reported on code.google.com by armidoca...@gmail.com on 23 Oct 2011 at 9:45

GoogleCodeExporter commented 8 years ago
please check newest version. should be fixed.

Original comment by DonDavici@gmail.com on 30 Oct 2011 at 3:52

GoogleCodeExporter commented 8 years ago
Thanks now is ok.

Original comment by armidoca...@gmail.com on 31 Oct 2011 at 9:34

GoogleCodeExporter commented 8 years ago
Thanks for the feedback...

=> verified fixed due to comment #2.

Original comment by erik.for...@gmail.com on 31 Oct 2011 at 10:19