msgpackrpc.error.RPCError: rpclib: server could not find function 'simSetWind' with argument count 1. #3435
Unanswered
airsimdevdd
asked this question in
Support Q&A
Replies: 1 comment 4 replies
-
@airsimdevdd, what version/commit of AirSim are you launching along with the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to launch set_wind.py in Airsim but i am getting following error
`Connected!
Client Ver:1 (Min Req: 1), Server Ver:1 (Min Req: 1)
Traceback (most recent call last):
File "set_wind.py", line 15, in
client.simSetWind(wind)
File "/home/dysl4/.local/lib/python2.7/site-packages/airsim/client.py", line 949, in simSetWind
self.client.call("simSetWind", wind)
File "/home/dysl4/.local/lib/python2.7/site-packages/msgpackrpc/session.py", line 41, in call
return self.send_request(method, args).get()
File "/home/dysl4/.local/lib/python2.7/site-packages/msgpackrpc/future.py", line 45, in get
raise error.RPCError(self._error)
msgpackrpc.error.RPCError: rpclib: server could not find function 'simSetWind' with argument count 1.
`
Beta Was this translation helpful? Give feedback.
All reactions