Windows 启动失败
Offen
Anfängerfreundlich
- Vorherrschende Sprache
- TypeScript
- Sterne
- 34
- Forks
- 4
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
安装流程可以跑通,但 recut-service.exe 启动即退出。根因是数据库 DSN 用了 file: URI 形式拼装,而 Windows 路径的反斜杠被百分号转义成 %5C,导致整个 URI 里一个 / 都没有,SQLite 把整段内容误判为 authority 并拒绝。macOS 上路径以 / 开头所以正常,Windows 上必挂。
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Look for the database connection setup code, likely where the DSN (Data Source Name) is constructed using a file: URI. On Windows, backslashes in the file path are being incorrectly percent-encoded. Find the function that builds the DSN and ensure it uses forward slashes or properly formats the URI. Test by running the service on Windows after the fix.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- sqlite, typescript
- Bereich
- backend, databases
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Aktiv
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 75/100