with the latest uwsgi version I cannot login to my website, even no
error is generated
I use also a flex app with web2py service and it gives an error

Traceback (most recent call last):
  File "/home/yourname/web2py/gluon/restricted.py", line 194, in
restricted
    exec ccode in environment
  File "/home/yourname/web2py/applications/myapp/controllers/
gateway.py", line 129, in <module>
  File "/home/yourname/web2py/gluon/globals.py", line 149, in <lambda>
    self._caller = lambda f: f()
  File "/home/yourname/web2py/applications/myapp/controllers/
gateway.py", line 127, in call
    return service()
  File "/home/yourname/web2py/gluon/tools.py", line 3847, in __call__
    return self.serve_amfrpc(3)
  File "/home/yourname/web2py/gluon/tools.py", line 3716, in
serve_amfrpc
    pyamf_request = pyamf.remoting.decode(request.body)
  File "/home/yourname/web2py/site-packages/pyamf/remoting/
__init__.py", line 605, in decode
    msg.amfVersion)
DecodeError: Malformed stream (amfVersion=12134)

on webfaction I use 0.9.8.6 with no problems

Reply via email to