Re: [web2py] Re: amfrpc problem

2011-06-09 Thread Alexei Vinidiktov
And here is the traceback: Traceback (most recent call last): File "C:\Users\Alexei\Dev\web2py\web2py\gluon\restricted.py", line 181, in restricted exec ccode in environment File "C:\Users\Alexei\Dev\web2py\web2py\applications\amfrpctest\controllers/default.py", line 59, in File "

Re: [web2py] Re: amfrpc problem

2011-06-09 Thread Alexei Vinidiktov
I followed the instruction in the slice, but I keep getting the same error message "AttributeError: 'Envelope' object has no attribute 'clientType'". I'm on Windows, running web2py 1.95.1, Active Python 2.7 and Flash Builder 4.5 On Thu, Dec 2, 2010 at 2:54 AM, mdipierro wrote: > The domain must

[web2py] Re: amfrpc problem

2010-12-01 Thread mdipierro
The domain must be specified in the flash app. http://www.web2pyslices.com/main/slices/take_slice/72 I am not a flash expert myself anyway. Perhaps other people here can help more. Massimo On Dec 1, 5:25 pm, "dustin.b" wrote: > thx for the quick answer! > > on the clintside i have the same err

[web2py] Re: amfrpc problem

2010-12-01 Thread dustin.b
thx for the quick answer! on the clintside i have the same error message. i forgot to mention the w2p ticket with amfrpc: Traceback (most recent call last): File "D:\DEV\python\web2py\1_89_5\web2py_src\web2py\gluon \restricted.py", line 188, in restricted exec ccode in environment File "D

[web2py] Re: amfrpc problem

2010-12-01 Thread mdipierro
Try use amf3 @service.amfrpc3('domain') def service1(): return "test" and gateway.connect("http://127.0.0.1:8000/FlashSoldat_Server/default/call/ amfrpc3/"); gateway.connect("http://127.0.0.1:8000/FlashSoldat_Server/default/ call/amfrpc/"); On Dec 1, 4:55 pm, "dustin.b" wrote: > hi, > im s