Just in case it helps someone, I was able to change my code to make it
work. It's not a complete solution: I just started using args instead of
vars.
I'll explain: in the client I was calling the service with some query
string arguments, like this:
from gluon.contrib.simplejsonrpc import Server
Hey there!
I'm experiencing the same error after migrating to python3 and web2py
version 2.23.1-stable+timestamp.2023.01.31.08.01.46
The traceback is the same, the error is originated when I try to access
request.vars:
Traceback (most recent call last):
File "/home/limon/medios/gluon/restricted
I submitted the bug report to the github.
Thank you very much.
On Sunday, October 6, 2019 at 5:29:31 PM UTC-4, Dave S wrote:
>
>
>
> On Friday, September 27, 2019 at 6:39:00 AM UTC-7, Mark wrote:
>>
>> I am using either Rocket or Azure, and get the same error.
>>
>> Yes, there is a ticket, which
On Friday, September 27, 2019 at 6:39:00 AM UTC-7, Mark wrote:
>
> I am using either Rocket or Azure, and get the same error.
>
> Yes, there is a ticket, which I didn't realize before:
>
> Traceback (most recent call last):
> File "R:\web2py\gluon\restricted.py", line 219, in restricted
> e
I am using either Rocket or Azure, and get the same error.
Yes, there is a ticket, which I didn't realize before:
Traceback (most recent call last):
File "R:\web2py\gluon\restricted.py", line 219, in restricted
exec(ccode, environment)
File "R:\web2py\applications\myapp\models\db.py", lin
On Thursday, September 26, 2019 at 11:12:56 AM UTC-7, Mark wrote:
>
> Hello,
>
> I got an error in python3.7, web2py 2.18.3.
>
> Testing the following client side code in python2.7:
> server = ServerProxy('https://127.0.0.1/myapp/query/call/xmlrpc',
> context=ssl._create_unverified_context())
>
6 matches
Mail list logo