Closed danny-su closed 1 year ago
终端运行
curl -Lsd "hello" "127.0.0.1:60828/translate"
看看有什么报错
@Pylogmon 啥也没有
是不是服务挂了?
程序刚启动的时候,这个端口是监听的,但是用PopClip查过一次后,这个端口就关了,所以只能用PopClip查一次能显示出来,但是后面再继续查,就不行了。
看一下pot的日志
@Pylogmon 这个日志是程序启动后直到两次PopClip查询后的(截止到第一次出错)。
[2023-09-11][06:22:23][INFO][tauri_plugin_autostart] auto_start path /Applications/pot.app
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::window] Creating new window
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `viewDidMoveToWindow`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `viewDidMoveToWindow`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::window] Locked shared state in `set_fullscreen`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::window] Unlocked shared state in `set_fullscreen`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Triggered `viewDidMoveToWindow`
[2023-09-11][06:22:23][TRACE][tao::platform_impl::platform::view] Completed `viewDidMoveToWindow`
[2023-09-11][06:22:23][INFO][pot] ============== Start App ==============
[2023-09-11][06:22:23][INFO][pot] Init Config Store
[2023-09-11][06:22:23][INFO][pot::config] Load config from: "/Users/danny/Library/Application Support/com.pot-app.desktop/config.json"
[2023-09-11][06:22:23][INFO][pot::config] Config loaded
[2023-09-11][06:22:23][INFO][pot::tray] Update tray with language: en, copy mode: disable
[2023-09-11][06:22:23][DEBUG][tiny_http] Server listening on 127.0.0.1:60828
[2023-09-11][06:22:23][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", update.pot-app.com)
[2023-09-11][06:22:23][DEBUG][tiny_http] Running accept thread
[2023-09-11][06:22:23][DEBUG][reqwest::connect] starting new connection: https://update.pot-app.com/
[2023-09-11][06:22:23][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("update.pot-app.com"), port=None
[2023-09-11][06:22:23][DEBUG][hyper::client::connect::dns] resolving host="update.pot-app.com"
[2023-09-11][06:22:23][DEBUG][hyper::client::connect::http] connecting to 104.21.85.111:443
[2023-09-11][06:22:23][DEBUG][hyper::client::connect::http] connected to 104.21.85.111:443
[2023-09-11][06:22:23][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:23][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:23][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:23][TRACE][hyper::client::pool] checkout dropped for ("https", update.pot-app.com)
[2023-09-11][06:22:23][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:23][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:23][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2023-09-11][06:22:23][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:23][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:23][DEBUG][hyper::proto::h1::io] flushed 70 bytes
[2023-09-11][06:22:23][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:24][TRACE][tao::platform_impl::platform::app_delegate] Triggered `applicationDidFinishLaunching`
[2023-09-11][06:22:24][TRACE][tao::platform_impl::platform::app_state] Activating visible window
[2023-09-11][06:22:24][TRACE][tao::platform_impl::platform::app_state] Skipping activating invisible window
[2023-09-11][06:22:24][TRACE][tao::platform_impl::platform::app_delegate] Completed `applicationDidFinishLaunching`
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::io] received 1369 bytes
[2023-09-11][06:22:25][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:25][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::role] Response.parse bytes=1369
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::role] Response.parse Complete(555)
[2023-09-11][06:22:25][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:25][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:25][DEBUG][hyper::proto::h1::io] parsed 9 headers
[2023-09-11][06:22:25][DEBUG][hyper::proto::h1::conn] incoming body is content-length (6433 bytes)
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::decode] decode; state=Length(6433)
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(5619)), writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::decode] decode; state=Length(5619)
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::io] received 1369 bytes
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(4250)), writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::decode] decode; state=Length(4250)
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::io] received 1369 bytes
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(2881)), writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::decode] decode; state=Length(2881)
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::io] received 1369 bytes
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(1512)), writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::decode] decode; state=Length(1512)
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::io] received 1369 bytes
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(143)), writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::decode] decode; state=Length(143)
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::io] received 143 bytes
[2023-09-11][06:22:25][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:25][TRACE][hyper::client::pool] pool dropped, dropping pooled (("https", update.pot-app.com))
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::dispatch] client tx closed
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] State::close_read()
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] State::close_write()
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Closed, writing: Closed, keep_alive: Disabled }
[2023-09-11][06:22:25][TRACE][hyper::proto::h1::conn] shut down IO complete
[2023-09-11][06:22:33][INFO][pot::server] Handle / request
[2023-09-11][06:22:33][INFO][pot::window] Mouse position: 366, 592
[2023-09-11][06:22:33][INFO][pot::window] Current Monitor: Monitor { name: Some("Monitor #41150"), size: PhysicalSize { width: 3840, height: 2160 }, position: PhysicalPosition { x: 0, y: 0 }, scale_factor: 2.0 }
[2023-09-11][06:22:33][INFO][pot::window] Window not existence, Creating new window: translate
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::window] Creating new window
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `viewDidMoveToWindow`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `viewDidMoveToWindow`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::window] Locked shared state in `set_fullscreen`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::window] Unlocked shared state in `set_fullscreen`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `validAttributesForMarkedText`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Triggered `viewDidMoveToWindow`
[2023-09-11][06:22:33][TRACE][tao::platform_impl::platform::view] Completed `viewDidMoveToWindow`
[2023-09-11][06:22:33][DEBUG][tiny_http] Terminating accept thread
[2023-09-11][06:22:34][TRACE][os_info::imp] macos::current_platform is called
[2023-09-11][06:22:34][TRACE][os_info::imp] sw_vers command returned "ProductName:\t\tmacOS\nProductVersion:\t\t13.5.2\nBuildVersion:\t\t22G91\n"
[2023-09-11][06:22:34][TRACE][os_info::imp] Returning Info { os_type: Macos, version: Semantic(13, 5, 2), edition: None, codename: None, bitness: X64, architecture: Some("arm64") }
[2023-09-11][06:22:34][TRACE][tao::platform_impl::platform::window_delegate] Triggered `windowDidBecomeKey:`
[2023-09-11][06:22:34][TRACE][tao::platform_impl::platform::window_delegate] Completed `windowDidBecomeKey:`
[2023-09-11][06:22:34][TRACE][tao::platform_impl::platform::window_delegate] Triggered `windowDidMove:`
[2023-09-11][06:22:34][TRACE][tao::platform_impl::platform::window_delegate] Completed `windowDidMove:`
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", edge.microsoft.com)
[2023-09-11][06:22:34][DEBUG][reqwest::connect] starting new connection: https://edge.microsoft.com/
[2023-09-11][06:22:34][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("edge.microsoft.com"), port=None
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::dns] resolving host="edge.microsoft.com"
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", www2.deepl.com)
[2023-09-11][06:22:34][DEBUG][reqwest::connect] starting new connection: https://www2.deepl.com/
[2023-09-11][06:22:34][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("www2.deepl.com"), port=None
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", translate.yandex.net)
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::dns] resolving host="www2.deepl.com"
[2023-09-11][06:22:34][DEBUG][reqwest::connect] starting new connection: https://translate.yandex.net/
[2023-09-11][06:22:34][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("translate.yandex.net"), port=None
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::dns] resolving host="translate.yandex.net"
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connecting to 172.65.212.243:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connecting to 204.79.197.239:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connecting to 213.180.204.194:443
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", openapi.youdao.com)
[2023-09-11][06:22:34][DEBUG][reqwest::connect] starting new connection: https://openapi.youdao.com/
[2023-09-11][06:22:34][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("openapi.youdao.com"), port=None
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::dns] resolving host="openapi.youdao.com"
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", fanyi-api.baidu.com)
[2023-09-11][06:22:34][DEBUG][reqwest::connect] starting new connection: https://fanyi-api.baidu.com/
[2023-09-11][06:22:34][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("fanyi-api.baidu.com"), port=None
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::dns] resolving host="fanyi-api.baidu.com"
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout waiting for idle connection: ("http", mt.cn-hangzhou.aliyuncs.com)
[2023-09-11][06:22:34][DEBUG][reqwest::connect] starting new connection: http://mt.cn-hangzhou.aliyuncs.com/
[2023-09-11][06:22:34][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("http"), host=Some("mt.cn-hangzhou.aliyuncs.com"), port=None
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::dns] resolving host="mt.cn-hangzhou.aliyuncs.com"
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connecting to 103.74.50.119:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connecting to 110.242.68.186:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connecting to 47.111.202.72:80
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connected to 47.111.202.72:80
[2023-09-11][06:22:34][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:34][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout dropped for ("http", mt.cn-hangzhou.aliyuncs.com)
[2023-09-11][06:22:34][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] flushed 462 bytes
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connected to 103.74.50.119:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connected to 110.242.68.186:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connected to 204.79.197.239:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connected to 172.65.212.243:443
[2023-09-11][06:22:34][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:34][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout dropped for ("https", fanyi-api.baidu.com)
[2023-09-11][06:22:34][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] flushed 226 bytes
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:34][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:34][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout dropped for ("https", openapi.youdao.com)
[2023-09-11][06:22:34][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] flushed 272 bytes
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::io] received 1466 bytes
[2023-09-11][06:22:34][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse bytes=1466
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse Complete(445)
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] parsed 14 headers
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body is chunked encoding
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] decode; state=Chunked(Size, 0)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Chunk size is 1009
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::decode] incoming chunked header: 0x3F1 (1009 bytes)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Chunked read, remaining=1009
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Chunked(BodyCr, 0)), writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] decode; state=Chunked(BodyCr, 0)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] Chunk size is 0
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] end of chunked
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] put; add idle connection for ("https", openapi.youdao.com)
[2023-09-11][06:22:34][DEBUG][hyper::client::pool] pooling idle connection for ("https", openapi.youdao.com)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] idle interval checking for expired
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::io] received 530 bytes
[2023-09-11][06:22:34][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse bytes=530
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse Complete(375)
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] parsed 10 headers
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body is content-length (155 bytes)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] decode; state=Length(155)
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] put; add idle connection for ("http", mt.cn-hangzhou.aliyuncs.com)
[2023-09-11][06:22:34][DEBUG][hyper::client::pool] pooling idle connection for ("http", mt.cn-hangzhou.aliyuncs.com)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] idle interval checking for expired
[2023-09-11][06:22:34][DEBUG][sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=32.25µs
[2023-09-11][06:22:34][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:34][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout dropped for ("https", edge.microsoft.com)
[2023-09-11][06:22:34][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] flushed 214 bytes
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:34][DEBUG][sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=14.708µs
[2023-09-11][06:22:34][DEBUG][sqlx::query] summary="INSERT into history (text, …" db.statement="\n\nINSERT into\n history (text, source, target, service, result, timestamp)\nVALUES\n ($1, $2, $3, $4, $5, $6)\n" rows_affected=1 rows_returned=0 elapsed=821.916µs
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connected to 213.180.204.194:443
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::io] received 499 bytes
[2023-09-11][06:22:34][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse bytes=499
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse Complete(357)
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] parsed 7 headers
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body is content-length (142 bytes)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] decode; state=Length(142)
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] put; add idle connection for ("https", fanyi-api.baidu.com)
[2023-09-11][06:22:34][DEBUG][hyper::client::pool] pooling idle connection for ("https", fanyi-api.baidu.com)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][DEBUG][sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=16µs
[2023-09-11][06:22:34][TRACE][hyper::client::pool] idle interval checking for expired
[2023-09-11][06:22:34][DEBUG][sqlx::query] summary="INSERT into history (text, …" db.statement="\n\nINSERT into\n history (text, source, target, service, result, timestamp)\nVALUES\n ($1, $2, $3, $4, $5, $6)\n" rows_affected=1 rows_returned=0 elapsed=558.375µs
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::io] received 1161 bytes
[2023-09-11][06:22:34][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse bytes=1161
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::role] Response.parse Complete(373)
[2023-09-11][06:22:34][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:34][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::io] parsed 8 headers
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body is content-length (788 bytes)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::decode] decode; state=Length(788)
[2023-09-11][06:22:34][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] put; add idle connection for ("https", edge.microsoft.com)
[2023-09-11][06:22:34][DEBUG][hyper::client::pool] pooling idle connection for ("https", edge.microsoft.com)
[2023-09-11][06:22:34][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:34][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", api-edge.cognitive.microsofttranslator.com)
[2023-09-11][06:22:34][DEBUG][reqwest::connect] starting new connection: https://api-edge.cognitive.microsofttranslator.com/
[2023-09-11][06:22:34][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("api-edge.cognitive.microsofttranslator.com"), port=None
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::dns] resolving host="api-edge.cognitive.microsofttranslator.com"
[2023-09-11][06:22:34][TRACE][hyper::client::pool] idle interval checking for expired
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connecting to 20.189.109.67:443
[2023-09-11][06:22:34][DEBUG][hyper::client::connect::http] connected to 20.189.109.67:443
[2023-09-11][06:22:35][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:35][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:35][TRACE][hyper::client::pool] checkout dropped for ("https", api-edge.cognitive.microsofttranslator.com)
[2023-09-11][06:22:35][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:35][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::role] Client::encode method=POST, body=Some(Known(50))
[2023-09-11][06:22:35][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:35][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::encode] sized write, len = 50
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::io] buffer.flatten self.len=1562 buf.len=50
[2023-09-11][06:22:35][DEBUG][hyper::proto::h1::io] flushed 1612 bytes
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::io] received 576 bytes
[2023-09-11][06:22:35][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:35][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::role] Response.parse bytes=576
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::role] Response.parse Complete(405)
[2023-09-11][06:22:35][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:35][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:35][DEBUG][hyper::proto::h1::io] parsed 10 headers
[2023-09-11][06:22:35][DEBUG][hyper::proto::h1::conn] incoming body is content-length (171 bytes)
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::decode] decode; state=Length(171)
[2023-09-11][06:22:35][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:35][TRACE][hyper::client::pool] put; add idle connection for ("https", api-edge.cognitive.microsofttranslator.com)
[2023-09-11][06:22:35][DEBUG][hyper::client::pool] pooling idle connection for ("https", api-edge.cognitive.microsofttranslator.com)
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:35][DEBUG][sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=25.417µs
[2023-09-11][06:22:35][DEBUG][sqlx::query] summary="INSERT into history (text, …" db.statement="\n\nINSERT into\n history (text, source, target, service, result, timestamp)\nVALUES\n ($1, $2, $3, $4, $5, $6)\n" rows_affected=1 rows_returned=0 elapsed=827.375µs
[2023-09-11][06:22:35][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:35][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:35][TRACE][hyper::client::pool] checkout dropped for ("https", www2.deepl.com)
[2023-09-11][06:22:35][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:35][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::role] Client::encode method=POST, body=Some(Known(267))
[2023-09-11][06:22:35][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:35][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::encode] sized write, len = 267
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::io] buffer.flatten self.len=114 buf.len=267
[2023-09-11][06:22:35][DEBUG][hyper::proto::h1::io] flushed 381 bytes
[2023-09-11][06:22:35][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::io] received 957 bytes
[2023-09-11][06:22:36][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:36][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::role] Response.parse bytes=957
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::role] Response.parse Complete(555)
[2023-09-11][06:22:36][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:36][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::io] parsed 8 headers
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::conn] incoming body is chunked encoding
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] decode; state=Chunked(Size, 0)
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Chunk size is 390
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::decode] incoming chunked header: 0x186 (390 bytes)
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Chunked read, remaining=390
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Chunked(BodyCr, 0)), writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] decode; state=Chunked(BodyCr, 0)
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] Chunk size is 0
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] end of chunked
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:36][TRACE][hyper::client::pool] put; add idle connection for ("https", www2.deepl.com)
[2023-09-11][06:22:36][DEBUG][hyper::client::pool] pooling idle connection for ("https", www2.deepl.com)
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:36][TRACE][hyper::client::conn] client handshake Http1
[2023-09-11][06:22:36][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2023-09-11][06:22:36][TRACE][hyper::client::pool] checkout dropped for ("https", translate.yandex.net)
[2023-09-11][06:22:36][TRACE][tracing::span] encode_headers;
[2023-09-11][06:22:36][TRACE][tracing::span::active] -> encode_headers;
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::role] Client::encode method=POST, body=Some(Known(70))
[2023-09-11][06:22:36][TRACE][tracing::span::active] <- encode_headers;
[2023-09-11][06:22:36][TRACE][tracing::span] -- encode_headers;
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::encode] sized write, len = 70
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::io] buffer.flatten self.len=205 buf.len=70
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::io] flushed 275 bytes
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2023-09-11][06:22:36][DEBUG][sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=25.792µs
[2023-09-11][06:22:36][DEBUG][sqlx::query] summary="INSERT into history (text, …" db.statement="\n\nINSERT into\n history (text, source, target, service, result, timestamp)\nVALUES\n ($1, $2, $3, $4, $5, $6)\n" rows_affected=1 rows_returned=0 elapsed=1.416083ms
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] Conn::read_head
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::io] received 340 bytes
[2023-09-11][06:22:36][TRACE][tracing::span] parse_headers;
[2023-09-11][06:22:36][TRACE][tracing::span::active] -> parse_headers;
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::role] Response.parse bytes=340
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::role] Response.parse Complete(340)
[2023-09-11][06:22:36][TRACE][tracing::span::active] <- parse_headers;
[2023-09-11][06:22:36][TRACE][tracing::span] -- parse_headers;
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::io] parsed 6 headers
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::conn] incoming body is content-length (63 bytes)
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::decode] decode; state=Length(63)
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::io] received 63 bytes
[2023-09-11][06:22:36][DEBUG][hyper::proto::h1::conn] incoming body completed
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:36][TRACE][hyper::client::pool] put; add idle connection for ("https", translate.yandex.net)
[2023-09-11][06:22:36][DEBUG][hyper::client::pool] pooling idle connection for ("https", translate.yandex.net)
[2023-09-11][06:22:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2023-09-11][06:22:36][TRACE][hyper::client::pool] idle interval checking for expired
[2023-09-11][06:22:36][DEBUG][sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=24.625µs
[2023-09-11][06:22:36][DEBUG][sqlx::query] summary="INSERT into history (text, …" db.statement="\n\nINSERT into\n history (text, source, target, service, result, timestamp)\nVALUES\n ($1, $2, $3, $4, $5, $6)\n" rows_affected=1 rows_returned=0 elapsed=860.042µs
[2023-09-11][06:22:36][TRACE][tao::platform_impl::platform::window_delegate] Triggered `windowDidResignKey:`
[2023-09-11][06:22:36][TRACE][tao::platform_impl::platform::window_delegate] Completed `windowDidResignKey:`
[2023-09-11][06:22:36][TRACE][tao::platform_impl::platform::window] Dropping `UnownedWindow` (0x6000026c8830)
[2023-09-11][06:22:44][TRACE][hyper::proto::h1::io] received 0 bytes
[2023-09-11][06:22:44][TRACE][hyper::proto::h1::conn] found EOF on idle connection, closing
[2023-09-11][06:22:44][TRACE][hyper::proto::h1::conn] State::close_read()
[2023-09-11][06:22:44][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Closed, writing: Init, keep_alive: Disabled }
[2023-09-11][06:22:44][TRACE][hyper::proto::h1::conn] shut down IO complete
2.2.1 已修复,如果问题仍然存在请重新打开issue
Please confirm the following before submitting a new issue.
Description
macOS 13.5.2上PopClip没法打开pot 2.2.0翻译窗口
Reproduction
Platform
MacOS
System Version
13.5.2
Window System(Linux Only)
None
Software Version
No response
Additional Information
No response