Hi Team,
I have created a proto file for a method which dont not take any argument
nor return back any thing,
but when i run my code it throws the below exception
Connected to pydev debugger (build 211.7442.45)
1041
1041
Traceback (most recent call last):
File "/Applications/PyCharm
CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1483, in
_exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "/Applications/PyCharm
CE.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py",
line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "/Users/sheikhjebran/Desktop/new/mySocket.py", line 52, in <module>
sample()
File "/Users/sheikhjebran/Desktop/new/mySocket.py", line 35, in sample
stub.Reset()
TypeError: __call__() missing 1 required positional argument: 'request'
python-BaseException
Process finished with exit code 1
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/10778af7-f077-4812-ab96-11aba0f28d70n%40googlegroups.com.