Icemist opened a new pull request, #13420:
URL: https://github.com/apache/tvm/pull/13420
In a wireless connection situation (android example below) we have a device
key containing a colon character(**:**).
_ANDROID_SERIAL_NUMBER = 192.168.0.143:5555_
```
C:\Users\icemist>docker exec -it ice_tvm_container adb devices
List of devices attached
192.168.0.143:5555 device
```
In this case we get an error:
```
ERROR:asyncio:Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File
"/venv/apache-tvm-py3.8/lib/python3.8/site-packages/tornado/platform/asyncio.py",
line 206, in _handle_events
handler_func(fileobj, events)
File "/git/tvm/python/tvm/rpc/tornado_util.py", line 41, in _event_handler
self._event_handler(events)
File "/git/tvm/python/tvm/rpc/tornado_util.py", line 79, in _event_handler
if self._update_read() and (events & self._ioloop.WRITE):
File "/git/tvm/python/tvm/rpc/tornado_util.py", line 121, in _update_read
self.close()
File "/git/tvm/python/tvm/rpc/tornado_util.py", line 67, in close
self.on_close()
File "/git/tvm/python/tvm/rpc/tracker.py", line 298, in on_close
self._tracker.close(self)
File "/git/tvm/python/tvm/rpc/tracker.py", line 353, in close
self._scheduler_map[rpc_key].remove(value)
KeyError: '127.0.0.1'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]