Environment
ScrapeFun: 0.1.6
OS: win10
Problem
日志里没有初始密码,sqlite 数据库看了一下并没有初始用户被创建
Logs
desktop.log
[2026-05-04T00:31:33.6076468+09:00] Prepared runtime template fingerprint 983323ceac1d511894bf7b541a3c41a12f2270ade94e8191e0f3999a86a8c515
[2026-05-04T00:31:33.6220965+09:00] Launching ScrapeFun on port 8096 with host 127.0.0.1
[2026-05-04T00:31:33.6237741+09:00] Bootstrapping ScrapeFun database schema
[2026-05-04T00:31:36.2217227+09:00] Prisma schema loaded from prisma\schema.prisma
Datasource "db": SQLite database "dev.db" at "file:C:/Users/demo/AppData/Roaming/ScrapeFunDesktop/data/db/dev.db?connection_limit=1&socket_timeout=20"
SQLite database dev.db created at file:C:/Users/demo/AppData/Roaming/ScrapeFunDesktop/data/db/dev.db?connection_limit=1&socket_timeout=20
Your database is now in sync with your Prisma schema. Done in 544ms
[2026-05-04T00:31:36.2220729+09:00] ┌─────────────────────────────────────────────────────────┐
│ Update available 6.19.3 -> 7.8.0 │
│ │
│ This is a major update - please follow the guide at │
│ https://pris.ly/d/major-version-upgrade │
│ │
│ Run the following to update │
│ npm i --save-dev prisma@latest │
│ npm i @prisma/client@latest │
└─────────────────────────────────────────────────────────┘
[2026-05-04T00:31:40.4920602+09:00] ScrapeFun became ready at http://127.0.0.1:8096/
scrapefun.log
◇ injected env (0) from .env // tip: ⌘ custom filepath { path: '/custom/path/.env' }
[CacheService] Initialized with directory-level caching
◇ injected env (0) from .env // tip: ⌘ suppress logs { quiet: true }
◇ injected env (0) from .env // tip: ⌘ override existing { override: true }
[Settings Route] Initializing settings routes...
◇ injected env (0) from .env // tip: ⌘ override existing { override: true }
◇ injected env (0) from .env // tip: ⌘ enable debugging { debug: true }
◇ injected env (0) from .env // tip: ⌘ custom filepath { path: '/custom/path/.env' }
Serving static files from C:\Users\demo\AppData\Roaming\ScrapeFunDesktop\runtime\client\dist
[ScraperRegistry] Synced protected built-in scraper to runtime dir: TMDB.scraper.ts
[ScraperRegistry] Synced protected built-in scraper to runtime dir: TMDB_TV.scraper.ts
[Migration] Checking for data migrations...
[Migration] No legacy webdav_directories setting found.
[Migration] Checking for plain-text passwords...
[Migration] No legacy WebDAV state rows found in Setting.
[Migration] Backfilled 1 WebDAV directory index rows.
[ScraperManager] Loading scrapers from files...
[ScraperManager] Registered scraper: TMDB [Source: human] [Types: movie]
[ScraperManager] Registered scraper: TMDB_TV [Source: human] [Types: tv]
[REQ] GET /health
[AList] Prewarm skipped: host not configured
[Jellyfin] Loaded 0 actors into cache
Server running on 127.0.0.1:8096
Environment
ScrapeFun: 0.1.6
OS: win10
Problem
日志里没有初始密码,sqlite 数据库看了一下并没有初始用户被创建
Logs
desktop.logscrapefun.log