NameError: name 'REQUEST' is not defined
pfilipko opened this issue · 1 comments
pfilipko commented
Hi,
When I try to use global variable REQUEST with kernel_gateway I got the error:
NameError: name 'REQUEST' is not defined
Could you help?
pfilipko commented
Ups, my fault - it wasn't mentioned in description that I should declare REQUEST manually with proper fields and I tried to use it as built-in library variable. You can delete the issue ;)