You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
如题。更新了emby版本至[4.8.10.0],重新下载了最新插件,手动、自动都无法刮削。
emby日志为:
2024-10-31 16:14:37.011 Info MetaTube.MovieProvider: Search for movie: SONE-381-UC
2024-10-31 16:14:39.365 Error App: Error in MetaTube
*** Error Report ***
Version: 4.8.10.0
Command line: S:\embyserver-win-x64-4.7.14.0\system\EmbyServer.dll -noautorunwebapp
Operating system: Microsoft Windows 10.0.22631
Framework: .NET 6.0.33
OS/Process: x64/x64
Runtime: S:/embyserver-win-x64-4.7.14.0/system/System.Private.CoreLib.dll
Processor count: 16
Data path: S:\embyserver-win-x64-4.7.14.0\programdata
Application path: S:\embyserver-win-x64-4.7.14.0\system
System.Net.Http.HttpRequestException: System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
at System.Net.Security.SslStream.g__InternalFillHandshakeBufferAsync|189_0[TIOAdapter](TIOAdapter adap, ValueTask
1 task, Int32 minSize) at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm) at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation
1.WaitWithCancellationAsync(CancellationToken cancellationToken)at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Jellyfin.Plugin.MetaTube.ApiClient.GetDataAsync[T](String url, Boolean requireAuth, CancellationToken cancellationToken)
at Jellyfin.Plugin.MetaTube.ApiClient.SearchMovieAsync(String q, String provider, Boolean fallback, CancellationToken cancellationToken)
at Jellyfin.Plugin.MetaTube.ApiClient.SearchMovieAsync(String q, String provider, CancellationToken cancellationToken)
at Jellyfin.Plugin.MetaTube.Providers.MovieProvider.GetSearchResults(MovieInfo info, CancellationToken cancellationToken)
at Jellyfin.Plugin.MetaTube.Providers.MovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken)
at Emby.Providers.Manager.MetadataService
2.ExecuteRemoteProviders(MetadataResult
1 temp, LibraryOptions libraryOptions, String logName, TIdType id, IRemoteMetadataProvider2[] providers, MetadataRefreshOptions options, CancellationToken cancellationToken) Source: System.Net.Http TargetSite: Void MoveNext() InnerException: System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. Source: System.Net.Security TargetSite: Void MoveNext() at System.Net.Security.SslStream.<FillHandshakeBufferAsync>g__InternalFillHandshakeBufferAsync|189_0[TIOAdapter](TIOAdapter adap, ValueTask
1 task, Int32 minSize)at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm)
at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
后端日志为:
Instance created. Preparing to start...
Instance is starting... Waiting for health checks to pass.
[GORM] 2024/10/31 06:14:47 github.com/glebarez/sqlite@v1.11.0/migrator.go:32
[0.222ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_metadata"
[GORM] 2024/10/31 06:14:47 github.com/metatube-community/metatube-sdk-go/engine/database.go:21
[0.341ms] [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] 2024/10/31 06:14:47 github.com/glebarez/sqlite@v1.11.0/migrator.go:32
[0.037ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="actor_metadata"
[GORM] 2024/10/31 06:14:47 github.com/metatube-community/metatube-sdk-go/engine/database.go:21
[0.234ms] [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
))[GORM] 2024/10/31 06:14:47 github.com/glebarez/sqlite@v1.11.0/migrator.go:32
[0.042ms] [rows:-] SELECT count(*) FROM sqlite_master WHERE type='table' AND name="movie_reviews"
[GORM] 2024/10/31 06:14:47 github.com/metatube-community/metatube-sdk-go/engine/database.go:21
[0.212ms] [rows:0] CREATE TABLE
movie_reviews
(id
text,provider
text,reviews
JSON,created_at
datetime,updated_at
datetime,PRIMARY KEY (id
,provider
))lib/jpegli/decode_marker.cc:504: Did not find SOI marker.
Instance is healthy. All health checks are passing.
[GORM] 2024/10/31 07:25:21 github.com/metatube-community/metatube-sdk-go/engine/movie.go:202 record not found
[2.578ms] [rows:0] SELECT * FROM
movie_metadata
WHERE provider = "ARZON" AND id = "1793212" COLLATE NOCASE ORDER BYmovie_metadata
.id
LIMIT 1[GORM] 2024/10/31 07:25:23 github.com/metatube-community/metatube-sdk-go/engine/movie.go:224
[0.413ms] [rows:1] INSERT INTO
movie_metadata
(id
,number
,title
,summary
,provider
,homepage
,director
,actors
,thumb_url
,big_thumb_url
,cover_url
,big_cover_url
,preview_video_url
,preview_video_hls_url
,preview_images
,maker
,label
,series
,genres
,score
,runtime
,release_date
,created_at
,updated_at
) VALUES ("1793212","PRED-715","美脚CA痴女ハーレム 高身長お姉さんのスベスベ黒タイツ責めでチ○ポバカになるまでイカされまくったボク。 星宮一花木下ひまり森日向子","3人の美脚お姉さんたちに犯される最高の痴女ハーレム!欲求不満な変態CAたちがおチンポ求めて逆ナン!ホテルに連れ込みヤリたい放題コンビネーションが超ヤバい!スレンダー長身な客室乗務員たちが常時トリプルおまんこ状態で責めまくり!スベスベパンスト脚コキ!むっちりデカ尻で顔面圧迫!イヤらし美姉フェイスで全身舐め回し!ぬるツヤ素股で暴発寸前!セックスはもちろん生ハメ!挿入中も乳首や性感帯を責めまくる!色気むんむん美女に射精し放題11発!","ARZON","https://www.arzon.jp/item_1793212.html","赤井彗星","{""星宮一花"",""木下ひまり"",""森日向子""}","https://img.arzon.jp/image/1/1793/1793212S.jpg","","https://img.arzon.jp/image/1/1793/1793212L.jpg","","","","{""https://img.arzon.jp/image/1/1793/1793212P-01.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-02.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-03.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-04.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-05.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-06.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-07.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-08.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-09.jpg"",""https://img.arzon.jp/image/1/1793/1793212P-10.jpg""}","PREMIUM(プレミアム)","エレガンス","","{}",0,150,"2024-10-15 00:00:00","2024-10-31 07:25:23.327","2024-10-31 07:25:23.327") ON CONFLICT (id
,provider
) DO UPDATE SETupdated_at
="2024-10-31 07:25:23.327",number
=excluded
.number
,title
=excluded
.title
,summary
=excluded
.summary
,homepage
=excluded
.homepage
,director
=excluded
.director
,actors
=excluded
.actors
,thumb_url
=excluded
.thumb_url
,big_thumb_url
=excluded
.big_thumb_url
,cover_url
=excluded
.cover_url
,big_cover_url
=excluded
.big_cover_url
,preview_video_url
=excluded
.preview_video_url
,preview_video_hls_url
=excluded
.preview_video_hls_url
,preview_images
=excluded
.preview_images
,maker
=excluded
.maker
,label
=excluded
.label
,series
=excluded
.series
,genres
=excluded
.genres
,score
=excluded
.score
,runtime
=excluded
.runtime
,release_date
=excluded
.release_date
[GIN] 2024/10/31 - 07:25:25 | 200 | 3.364004099s | 223.160.224.8 | GET "/v1/images/backdrop/ARZON/1793212?ratio=-1&pos=-1&auto=False&quality=90"
[GORM] 2024/10/31 07:35:36 github.com/metatube-community/metatube-sdk-go/engine/movie.go:202 record not found
[0.483ms] [rows:0] SELECT * FROM
movie_metadata
WHERE provider = "ARZON" AND id = "1792842" COLLATE NOCASE ORDER BYmovie_metadata
.id
LIMIT 1[GORM] 2024/10/31 07:35:37 github.com/metatube-community/metatube-sdk-go/engine/movie.go:202 record not found
[0.410ms] [rows:0] SELECT * FROM
movie_metadata
WHERE provider = "ARZON" AND id = "1795173" COLLATE NOCASE ORDER BYmovie_metadata
.id
LIMIT 1[GORM] 2024/10/31 07:35:38 github.com/metatube-community/metatube-sdk-go/engine/movie.go:224
[0.425ms] [rows:1] INSERT INTO
movie_metadata
(id
,number
,title
,summary
,provider
,homepage
,director
,actors
,thumb_url
,big_thumb_url
,cover_url
,big_cover_url
,preview_video_url
,preview_video_hls_url
,preview_images
,maker
,label
,series
,genres
,score
,runtime
,release_date
,created_at
,updated_at
) VALUES ("1792842","IPZZ-386","蒸発した父親の肩代わりに肉体返済を強いられた女子大生 桃乃木かな ボロ屋敷に監禁され絶倫男達に3日間ひたすら鬼畜ピストンされ続けアクメ漬けにされたスレンダー美裸体","オラ!オラァ!こんなもんじゃ終わんねぇぞぉぉ!多額の借金を作り蒸発した父親の肩代わりに闇金業者が撮影する怪しいセックス動画に出演する事になってしまった女子大生「かな」。3日間!監禁!媚薬!アクメ漬け!絶倫男優達が飽きるまでひたすら鬼畜ピストン!来る日も来る日もハメられ!イカされ!精液を浴びせられ!アクメ漬けザーメン漬けの日々!蒸し暑いボロ屋敷で汗だくで繰り広げられる快楽の宴…。全身ザーメン塗れの白濁ハードFUCK!容赦ないピストンに汗まみれの美裸体を仰け反らせ失禁アクメ!チンポが捻じ込まれる度に淫らになっていく「かな」の肉体…。こいつイキ過ぎて完全におかしくなってるぜ(笑)。絶倫大量射精15発!","ARZON","https://www.arzon.jp/item_1792842.html","","{""桃乃木かな""}","https://img.arzon.jp/image/1/1792/1792842S.jpg","","https://img.arzon.jp/image/1/1792/1792842L.jpg","","","","{""https://img.arzon.jp/image/1/1792/1792842P-01.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-02.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-03.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-04.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-05.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-06.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-07.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-08.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-09.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-10.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-11.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-12.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-13.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-14.jpg"",""https://img.arzon.jp/image/1/1792/1792842P-15.jpg""}","アイデアポケット","ティッシュ","","{}",0,120,"2024-10-08 00:00:00","2024-10-31 07:35:38.102","2024-10-31 07:35:38.102") ON CONFLICT (id
,provider
) DO UPDATE SETupdated_at
="2024-10-31 07:35:38.102",number
=excluded
.number
,title
=excluded
.title
,summary
=excluded
.summary
,homepage
=excluded
.homepage
,director
=excluded
.director
,actors
=excluded
.actors
,thumb_url
=excluded
.thumb_url
,big_thumb_url
=excluded
.big_thumb_url
,cover_url
=excluded
.cover_url
,big_cover_url
=excluded
.big_cover_url
,preview_video_url
=excluded
.preview_video_url
,preview_video_hls_url
=excluded
.preview_video_hls_url
,preview_images
=excluded
.preview_images
,maker
=excluded
.maker
,label
=excluded
.label
,series
=excluded
.series
,genres
=excluded
.genres
,score
=excluded
.score
,runtime
=excluded
.runtime
,release_date
=excluded
.release_date
[GORM] 2024/10/31 07:35:38 github.com/metatube-community/metatube-sdk-go/engine/movie.go:224
[0.469ms] [rows:1] INSERT INTO
movie_metadata
(id
,number
,title
,summary
,provider
,homepage
,director
,actors
,thumb_url
,big_thumb_url
,cover_url
,big_cover_url
,preview_video_url
,preview_video_hls_url
,preview_images
,maker
,label
,series
,genres
,score
,runtime
,release_date
,created_at
,updated_at
) VALUES ("1795173","DLDSS-344","チン凸を誘うデカマラマニア妻短小夫とは段違いの快感に禁断のナマナカ懇願した悪妻 美乃すずめ","夫のいない昼下がりSNSで男を漁る欲求不満妻のすずめ。男選びの基準は「デカチン」結婚して6年、金銭的には頼りになる夫の短小チ〇ポに嫌気がさしオンナとして、メスとして充実していた昔を思い出す。太くて長い立派なイチモツと戯れたい。 自らの肉欲のため次から次へと巨根を味わうマラハントの深みに溺れていく・・・","ARZON","https://www.arzon.jp/item_1795173.html","FLAGMAN","{""美乃すずめ""}","https://img.arzon.jp/image/1/1795/1795173S.jpg","","https://img.arzon.jp/image/1/1795/1795173L.jpg","","","","{""https://img.arzon.jp/image/1/1795/1795173P-01.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-02.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-03.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-04.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-05.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-06.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-07.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-08.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-09.jpg"",""https://img.arzon.jp/image/1/1795/1795173P-10.jpg""}","DAHLIA","DAHLIA","","{}",0,120,"2024-10-10 00:00:00","2024-10-31 07:35:38.698","2024-10-31 07:35:38.698") ON CONFLICT (id
,provider
) DO UPDATE SETupdated_at
="2024-10-31 07:35:38.698",number
=excluded
.number
,title
=excluded
.title
,summary
=excluded
.summary
,homepage
=excluded
.homepage
,director
=excluded
.director
,actors
=excluded
.actors
,thumb_url
=excluded
.thumb_url
,big_thumb_url
=excluded
.big_thumb_url
,cover_url
=excluded
.cover_url
,big_cover_url
=excluded
.big_cover_url
,preview_video_url
=excluded
.preview_video_url
,preview_video_hls_url
=excluded
.preview_video_hls_url
,preview_images
=excluded
.preview_images
,maker
=excluded
.maker
,label
=excluded
.label
,series
=excluded
.series
,genres
=excluded
.genres
,score
=excluded
.score
,runtime
=excluded
.runtime
,release_date
=excluded
.release_date
[GIN] 2024/10/31 - 07:35:40 | 200 | 3.430246728s | 223.160.224.8 | GET "/v1/images/primary/ARZON/1792842?ratio=-1&pos=-1&auto=False&badge=zimu.png&quality=90"
[GIN] 2024/10/31 - 07:35:41 | 200 | 3.803857702s | 223.160.224.8 | GET "/v1/images/primary/ARZON/1795173?ratio=-1&pos=-1&auto=False&badge=zimu.png&quality=90"
后端日志与前端日志时间不一致,理解为更新emby后,后端并未产生任何活动?后端节点在华盛顿
Beta Was this translation helpful? Give feedback.
All reactions