jellyfin-plugin-metatube icon indicating copy to clipboard operation
jellyfin-plugin-metatube copied to clipboard

docker 最新镜像(1.0.9)bug

Open yumimik opened this issue 3 years ago • 1 comments

Verify steps

  • [X] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
  • [X] I have read the Wiki, especially the FAQ page.
  • [X] I have searched on the issue tracker for a related issue.

JavTube Plugin Version

v2022.711.1150.0

JavTube Server Version

1.0.9

What OS are you seeing the problem on?

Windows

Description

同样用koyeb拉取镜像部署后端。最新版(javtube/javtube-server:latest)报502网络不通,但部署回1.0.8(javtube/javtube-server:1.0.8)就没问题

JavTube Server

No response

Jellyfin/Emby Logs

No response

JavTube Server Logs

[GORM] 2022/07/11 20:29:26 github.com/glebarez/[email protected]/migrator.go:33 [0.330ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_metadata" [GORM] 2022/07/11 20:29:26 github.com/javtube/javtube-sdk-go/engine/engine.go:155 [0.351ms] [rows:0] CREATE TABLE movie_metadata (id text,number text,title text,summary text,provider text,homepage text,director text,actors text[],thumb_url text,big_thumb_url text,cover_url text,big_cover_url text,preview_video_url text,preview_video_hls_url text,preview_images text[],maker text,label text,series text,genres text[],score real,runtime integer,release_date date,created_at datetime,updated_at datetime,PRIMARY KEY (id,provider)) [GORM] 2022/07/11 20:29:26 github.com/glebarez/[email protected]/migrator.go:33 [0.072ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="actor_metadata" [GORM] 2022/07/11 20:29:26 github.com/javtube/javtube-sdk-go/engine/engine.go:155 [0.199ms] [rows:0] CREATE TABLE actor_metadata (id text,name text,provider text,homepage text,summary text,hobby text,skill text,blood_type text,cup_size text,measurements text,nationality text,height integer,aliases text[],images text[],birthday date,debut_date date,created_at datetime,updated_at datetime,PRIMARY KEY (id,provider))

How to Reproduce

No response

yumimik avatar Jul 11 '22 20:07 yumimik

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Aug 11 '22 10:08 github-actions[bot]