{"record":{"id":"17abc67a42674e05","repo":"slint-ui/slint","slug":"notfound","errorCode":"NotFound","errorMessage":"File not found","messagePattern":"File not found","errorType":"exception","errorClass":"std::io::Error","httpStatus":null,"severity":"error","filePath":"internal/live-preview/remote/connection.rs","lineNumber":373,"sourceCode":"                                            if !is_supported(&url) {\n                                                continue;\n                                            }\n                                            file_cache.remove(&url);\n                                            if dependencies.lock().unwrap().contains(&url) {\n                                                debounce_deadline = Some(\n                                                    tokio::time::Instant::now() + REBUILD_DEBOUNCE,\n                                                );\n                                            }\n                                        }\n                                        LspToPreviewMessage::ForgetFile { url } => {\n                                            if !is_supported(&url) {\n                                                continue;\n                                            }\n                                            if let Some((_, CacheEntry::Loading(senders))) =\n                                                file_cache.remove(&url)\n                                            {\n                                                for sender in senders {\n                                                    let _ = sender.send(Err(std::io::Error::new(\n                                                        std::io::ErrorKind::NotFound,\n                                                        \"File not found\",\n                                                    )));\n                                                }\n                                            }\n                                            if dependencies.lock().unwrap().contains(&url) {\n                                                debounce_deadline = Some(\n                                                    tokio::time::Instant::now() + REBUILD_DEBOUNCE,\n                                                );\n                                            }\n                                        }\n                                        LspToPreviewMessage::SetContents { url, contents } => {\n                                            tracing::debug!(\n                                                \"Inserting file {} with {} bytes.\",\n                                                url.url(),\n                                                contents.len()\n                                            );\n                                            if !is_supported(url.url()) {","sourceCodeStart":355,"sourceCodeEnd":391,"githubUrl":"https://github.com/slint-ui/slint/blob/3fd8f2ec03c2aa8a95d5f4b9daa299c7b8bf4016/internal/live-preview/remote/connection.rs#L355-L391","documentation":"Error \"File not found\" thrown in slint-ui/slint.","triggerScenarios":"Thrown at internal/live-preview/remote/connection.rs:373 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the requested file exists on the remote side.","Check the file path spelling."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"3fd8f2ec03c2aa8a95d5f4b9daa299c7b8bf4016","analyzedAt":"2026-08-19T23:23:16.610Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}