-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello, I encountered this problem while starting the server,Looking forward to receiving your response

INFO:main:starting time_device
INFO:vxi11_server.instrument_server:abortServer started...
ERROR:vxi11_server.rpc:Error: rpcbind -i not running? [WinError 10049] The requested address is not valid in its context.。
Traceback (most recent call last):
File "D:\111\PycharmProjects\python-vxi11-server-master\python-vxi11-server-master\vxi11_server\rpc.py", line 726, in register
self.register_pmap()
File "D:\111\PycharmProjects\python-vxi11-server-master\python-vxi11-server-master\vxi11_server\rpc.py", line 734, in register_pmap
p = TCPPortMapperClient(host)
File "D:\111\PycharmProjects\python-vxi11-server-master\python-vxi11-server-master\vxi11_server\rpc.py", line 499, in init
RawTCPClient.init(self, host, PMAP_PROG, PMAP_VERS, PMAP_PORT)
File "D:\111\PycharmProjects\python-vxi11-server-master\python-vxi11-server-master\vxi11_server\rpc.py", line 263, in init
self.connect()
File "D:\111\PycharmProjects\python-vxi11-server-master\python-vxi11-server-master\vxi11_server\rpc.py", line 267, in connect
self.sock.connect((self.host, self.port))
OSError: [WinError 10049] The requested address is not valid in its context.。