552-558: Verify Redis connection string format The Redis connection string for the media cache appears correct, but let's ensure the URL encoding of special characters in the password is handled properly. Let's
( handlers=handlers, stream_handlers=stream_handlers, io_loop=self.loop, connection_args=self.connection_args, **kwargs, ) self.scheduler = self.rpc(scheduler_addr) self.execution_state = { "scheduler": self.scheduler.address, "ioloop": self.loop, "worker": self, } self.heartbeat_...
default 09:26:41.245265+0530 mediaserverd Received state update for 2355 default 09:26:41.245584+0530 mediaserverd Hit the server for a process handle 138fb55500000934 that resolved to: [xpcservice<com.apple.WebKit.WebContent([application<com.mediakind.WKWebViewSample>:2355])>:2356:2356] default 09...
scheduler_comm.comm.read() except CommClosedError: handle exceptions sensibly We are reading on an IOStream and, if it breaks, we handle the break. However when the IOLoop shuts down the exception handling code doesn't get a chance to deal with things, and asyncio emits the error and I'm...