Skip to content

[BUG]: 我串接 Gemini 模型會導致有時候可以翻譯、有時候不行 #1212

@doggy8088

Description

@doggy8088

Description

請看我錄製的影片:

2025-11-16_12-12-00.mp4

Reproduction

我的 config.js 設定如下:

    "geminipro@qbpo7g92z": {
        "instanceName": "Zeabur: Gemini Flash Lite Latest",
        "stream": true,
        "apiKey": "<api-key>",
        "requestPath": "https://hnd1.aihub.zeabur.ai/gemini/v1beta/models/gemini-2.5-flash-lite",
    },

Platform

Windows

System Version

Microsoft Windows [Version 10.0.19045.6456]

Window System (Linux Only)

None

Software Version

3.0.7

Log File

[2025-11-16][07:03:32][INFO][pot] ============== Start App ==============
[2025-11-16][07:03:32][INFO][pot] Init Config Store
[2025-11-16][07:03:32][INFO][pot::config] Load config from: "C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"
[2025-11-16][07:03:32][INFO][pot::config] Config loaded
[2025-11-16][07:03:32][INFO][pot::tray] Update tray with language: zh_tw, copy mode: disable
[2025-11-16][07:03:32][INFO][pot::hotkey] Registered global shortcut: Alt+Z for hotkey_selection_translate
[2025-11-16][07:03:32][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", dl.pot-app.com)
[2025-11-16][07:03:32][DEBUG][reqwest::connect] starting new connection: https://dl.pot-app.com/
[2025-11-16][07:03:32][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("dl.pot-app.com"), port=None
[2025-11-16][07:03:32][DEBUG][hyper::client::connect::dns] resolving host="dl.pot-app.com"
[2025-11-16][07:03:32][DEBUG][tiny_http] Server listening on 127.0.0.1:60828
[2025-11-16][07:03:32][DEBUG][tiny_http] Running accept thread
[2025-11-16][07:03:32][DEBUG][hyper::client::connect::http] connecting to 104.21.1.226:443
[2025-11-16][07:03:32][DEBUG][hyper::client::connect::http] connected to 104.21.1.226:443
[2025-11-16][07:03:32][TRACE][hyper::client::conn] client handshake Http1
[2025-11-16][07:03:32][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2025-11-16][07:03:32][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2025-11-16][07:03:32][TRACE][hyper::client::pool] checkout dropped for ("https", dl.pot-app.com)
[2025-11-16][07:03:32][TRACE][tracing::span] encode_headers;
[2025-11-16][07:03:32][TRACE][tracing::span::active] -> encode_headers;
[2025-11-16][07:03:32][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2025-11-16][07:03:32][TRACE][tracing::span::active] <- encode_headers;
[2025-11-16][07:03:32][TRACE][tracing::span] -- encode_headers;
[2025-11-16][07:03:32][DEBUG][hyper::proto::h1::io] flushed 169 bytes
[2025-11-16][07:03:32][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] Conn::read_head
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::io] received 1369 bytes
[2025-11-16][07:03:33][TRACE][tracing::span] parse_headers;
[2025-11-16][07:03:33][TRACE][tracing::span::active] -> parse_headers;
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::role] Response.parse bytes=1369
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::role] Response.parse Complete(1364)
[2025-11-16][07:03:33][TRACE][tracing::span::active] <- parse_headers;
[2025-11-16][07:03:33][TRACE][tracing::span] -- parse_headers;
[2025-11-16][07:03:33][DEBUG][hyper::proto::h1::io] parsed 33 headers
[2025-11-16][07:03:33][DEBUG][hyper::proto::h1::conn] incoming body is content-length (5315 bytes)
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::decode] decode; state=Length(5315)
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(5310)), writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::decode] decode; state=Length(5310)
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::io] received 1369 bytes
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(3941)), writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::decode] decode; state=Length(3941)
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::io] received 1369 bytes
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(2572)), writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::decode] decode; state=Length(2572)
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::io] received 1369 bytes
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Length(1203)), writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::decode] decode; state=Length(1203)
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::io] received 1203 bytes
[2025-11-16][07:03:33][DEBUG][hyper::proto::h1::conn] incoming body completed
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:33][TRACE][hyper::client::pool] pool dropped, dropping pooled (("https", dl.pot-app.com))
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::dispatch] client tx closed
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] State::close_read()
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] State::close_write()
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Closed, writing: Closed, keep_alive: Disabled }
[2025-11-16][07:03:33][TRACE][hyper::proto::h1::conn] shut down IO complete
[2025-11-16][07:03:35][INFO][pot::window] Mouse position: 235, 421
[2025-11-16][07:03:35][INFO][pot::window] Current Monitor: Monitor { name: Some("\\\\.\\DISPLAY1"), size: PhysicalSize { width: 2204, height: 1190 }, position: PhysicalPosition { x: 0, y: 0 }, scale_factor: 1.5 }
[2025-11-16][07:03:35][INFO][pot::window] Window not existence, Creating new window: translate
[2025-11-16][07:03:35][TRACE][os_info::imp] windows::current_platform is called
[2025-11-16][07:03:35][TRACE][os_info::imp] Returning Info { os_type: Windows, version: Semantic(10, 0, 19041), edition: Some("Windows 10 Enterprise"), codename: None, bitness: X64, architecture: Some("x86_64") }
[2025-11-16][07:03:36][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", translate.google.com)
[2025-11-16][07:03:36][DEBUG][reqwest::connect] starting new connection: https://translate.google.com/
[2025-11-16][07:03:36][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("translate.google.com"), port=None
[2025-11-16][07:03:36][DEBUG][hyper::client::connect::dns] resolving host="translate.google.com"
[2025-11-16][07:03:36][DEBUG][hyper::client::connect::http] connecting to 142.250.196.206:443
[2025-11-16][07:03:36][DEBUG][hyper::client::connect::http] connected to 142.250.196.206:443
[2025-11-16][07:03:36][TRACE][hyper::client::conn] client handshake Http1
[2025-11-16][07:03:36][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2025-11-16][07:03:36][TRACE][hyper::client::pool] checkout dropped for ("https", translate.google.com)
[2025-11-16][07:03:36][TRACE][tracing::span] encode_headers;
[2025-11-16][07:03:36][TRACE][tracing::span::active] -> encode_headers;
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2025-11-16][07:03:36][TRACE][tracing::span::active] <- encode_headers;
[2025-11-16][07:03:36][TRACE][tracing::span] -- encode_headers;
[2025-11-16][07:03:36][DEBUG][hyper::proto::h1::io] flushed 295 bytes
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] Conn::read_head
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::io] received 1838 bytes
[2025-11-16][07:03:36][TRACE][tracing::span] parse_headers;
[2025-11-16][07:03:36][TRACE][tracing::span::active] -> parse_headers;
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::role] Response.parse bytes=1838
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::role] Response.parse Complete(1838)
[2025-11-16][07:03:36][TRACE][tracing::span::active] <- parse_headers;
[2025-11-16][07:03:36][TRACE][tracing::span] -- parse_headers;
[2025-11-16][07:03:36][DEBUG][hyper::proto::h1::io] parsed 23 headers
[2025-11-16][07:03:36][DEBUG][hyper::proto::h1::conn] incoming body is chunked encoding
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] decode; state=Chunked { state: Start, chunk_len: 0, extensions_cnt: 0 }
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Read chunk start
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::io] received 548 bytes
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Chunk size is 541
[2025-11-16][07:03:36][DEBUG][hyper::proto::h1::decode] incoming chunked header: 0x21D (541 bytes)
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Chunked read, remaining=541
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Chunked { state: BodyCr, chunk_len: 0, extensions_cnt: 0 }), writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] decode; state=Chunked { state: BodyCr, chunk_len: 0, extensions_cnt: 0 }
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Read chunk start
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::io] received 5 bytes
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] Chunk size is 0
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::decode] end of chunked
[2025-11-16][07:03:36][DEBUG][hyper::proto::h1::conn] incoming body completed
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:36][TRACE][hyper::client::pool] put; add idle connection for ("https", translate.google.com)
[2025-11-16][07:03:36][DEBUG][hyper::client::pool] pooling idle connection for ("https", translate.google.com)
[2025-11-16][07:03:36][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:36][TRACE][hyper::client::pool] idle interval checking for expired
[2025-11-16][07:03:36][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:03:36][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:03:36][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:03:36][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:03:37][INFO][webview::unknown] [geminipro@qbpo7g92z]reject:SyntaxError: Unexpected non-whitespace character after JSON at position 20 (line 1 column 21)
[2025-11-16][07:03:37][ERROR][webview::unknown] [geminipro@qbpo7g92z]happened error: SyntaxError: Unexpected non-whitespace character after JSON at position 20 (line 1 column 21)
[2025-11-16][07:03:38][TRACE][notify_debouncer_mini] debounced event: Any
[2025-11-16][07:03:45][INFO][webview::unknown] Blur
[2025-11-16][07:03:45][INFO][webview::unknown] Confirm Blur
[2025-11-16][07:03:46][INFO][pot::window] Mouse position: 141, 423
[2025-11-16][07:03:46][INFO][pot::window] Current Monitor: Monitor { name: Some("\\\\.\\DISPLAY1"), size: PhysicalSize { width: 2204, height: 1190 }, position: PhysicalPosition { x: 0, y: 0 }, scale_factor: 1.5 }
[2025-11-16][07:03:46][INFO][pot::window] Window not existence, Creating new window: translate
[2025-11-16][07:03:47][TRACE][os_info::imp] windows::current_platform is called
[2025-11-16][07:03:47][TRACE][os_info::imp] Returning Info { os_type: Windows, version: Semantic(10, 0, 19041), edition: Some("Windows 10 Enterprise"), codename: None, bitness: X64, architecture: Some("x86_64") }
[2025-11-16][07:03:47][TRACE][hyper::client::pool] checkout waiting for idle connection: ("https", translate.google.com)
[2025-11-16][07:03:47][DEBUG][reqwest::connect] starting new connection: https://translate.google.com/
[2025-11-16][07:03:47][TRACE][hyper::client::connect::http] Http::connect; scheme=Some("https"), host=Some("translate.google.com"), port=None
[2025-11-16][07:03:47][DEBUG][hyper::client::connect::dns] resolving host="translate.google.com"
[2025-11-16][07:03:47][DEBUG][hyper::client::connect::http] connecting to 142.250.196.206:443
[2025-11-16][07:03:47][DEBUG][hyper::client::connect::http] connected to 142.250.196.206:443
[2025-11-16][07:03:47][TRACE][hyper::client::conn] client handshake Http1
[2025-11-16][07:03:47][TRACE][hyper::client::client] handshake complete, spawning background dispatcher task
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
[2025-11-16][07:03:47][TRACE][hyper::client::pool] checkout dropped for ("https", translate.google.com)
[2025-11-16][07:03:47][TRACE][tracing::span] encode_headers;
[2025-11-16][07:03:47][TRACE][tracing::span::active] -> encode_headers;
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::role] Client::encode method=GET, body=None
[2025-11-16][07:03:47][TRACE][tracing::span::active] <- encode_headers;
[2025-11-16][07:03:47][TRACE][tracing::span] -- encode_headers;
[2025-11-16][07:03:47][DEBUG][hyper::proto::h1::io] flushed 295 bytes
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] Conn::read_head
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::io] received 1839 bytes
[2025-11-16][07:03:47][TRACE][tracing::span] parse_headers;
[2025-11-16][07:03:47][TRACE][tracing::span::active] -> parse_headers;
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::role] Response.parse bytes=1839
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::role] Response.parse Complete(1839)
[2025-11-16][07:03:47][TRACE][tracing::span::active] <- parse_headers;
[2025-11-16][07:03:47][TRACE][tracing::span] -- parse_headers;
[2025-11-16][07:03:47][DEBUG][hyper::proto::h1::io] parsed 23 headers
[2025-11-16][07:03:47][DEBUG][hyper::proto::h1::conn] incoming body is chunked encoding
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] decode; state=Chunked { state: Start, chunk_len: 0, extensions_cnt: 0 }
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Read chunk start
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::io] received 548 bytes
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Chunk size is 541
[2025-11-16][07:03:47][DEBUG][hyper::proto::h1::decode] incoming chunked header: 0x21D (541 bytes)
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Chunked read, remaining=541
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Body(Chunked { state: BodyCr, chunk_len: 0, extensions_cnt: 0 }), writing: KeepAlive, keep_alive: Busy }
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] decode; state=Chunked { state: BodyCr, chunk_len: 0, extensions_cnt: 0 }
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Read chunk start
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::io] received 5 bytes
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Read chunk hex size
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] Chunk size is 0
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::decode] end of chunked
[2025-11-16][07:03:47][DEBUG][hyper::proto::h1::conn] incoming body completed
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] maybe_notify; read_from_io blocked
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:47][TRACE][hyper::client::pool] put; add idle connection for ("https", translate.google.com)
[2025-11-16][07:03:47][DEBUG][hyper::client::pool] pooling idle connection for ("https", translate.google.com)
[2025-11-16][07:03:47][TRACE][hyper::proto::h1::conn] flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
[2025-11-16][07:03:47][TRACE][hyper::client::pool] idle interval checking for expired
[2025-11-16][07:03:47][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:03:47][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:03:47][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:03:47][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:03:47][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:03:47][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:03:47][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:03:47][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:03:48][INFO][webview::unknown] [geminipro@qbpo7g92z]reject:SyntaxError: Unexpected non-whitespace character after JSON at position 16 (line 1 column 17)
[2025-11-16][07:03:48][ERROR][webview::unknown] [geminipro@qbpo7g92z]happened error: SyntaxError: Unexpected non-whitespace character after JSON at position 16 (line 1 column 17)
[2025-11-16][07:03:49][TRACE][notify_debouncer_mini] debounced event: Any
[2025-11-16][07:03:49][TRACE][notify_debouncer_mini] debounced event: Any
[2025-11-16][07:04:18][INFO][pot::window] Mouse position: 1935, 1167
[2025-11-16][07:04:18][INFO][pot::window] Current Monitor: Monitor { name: Some("\\\\.\\DISPLAY1"), size: PhysicalSize { width: 2204, height: 1190 }, position: PhysicalPosition { x: 0, y: 0 }, scale_factor: 1.5 }
[2025-11-16][07:04:18][INFO][pot::window] Window not existence, Creating new window: config
[2025-11-16][07:04:19][TRACE][os_info::imp] windows::current_platform is called
[2025-11-16][07:04:19][TRACE][os_info::imp] Returning Info { os_type: Windows, version: Semantic(10, 0, 19041), edition: Some("Windows 10 Enterprise"), codename: None, bitness: X64, architecture: Some("x86_64") }
[2025-11-16][07:04:19][INFO][webview::unknown] Focus
[2025-11-16][07:04:19][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:04:19][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:04:19][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:04:19][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:04:19][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:04:19][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:04:19][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:04:19][TRACE][notify::windows] Event: path = `C:\Users\WDAGUtilityAccount\AppData\Roaming\com.pot-app.desktop\config.json`, action = 3
[2025-11-16][07:04:19][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:04:19][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:04:19][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:04:19][TRACE][notify_debouncer_mini] raw event: Event { kind: Modify(Any), paths: ["C:\\Users\\WDAGUtilityAccount\\AppData\\Roaming\\com.pot-app.desktop\\config.json"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
[2025-11-16][07:04:21][TRACE][notify_debouncer_mini] debounced event: Any
[2025-11-16][07:04:21][TRACE][notify_debouncer_mini] debounced event: Any
[2025-11-16][07:04:21][TRACE][notify_debouncer_mini] debounced event: Any

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions