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
[12:00:49] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS ::ffff:192.168.31.219 request
[12:05:30] [INF] [57] Jellyfin.Plugin.MetaTube.Providers.MovieProvider: Search for movie: SONE-306
[12:06:00] [ERR] [3] MediaBrowser.Providers.Manager.ProviderManager: Provider MetaTube failed to retrieve search results
System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.TimeoutException: A connection could not be established within the configured ConnectTimeout.
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.CreateConnectTimeoutException(OperationCanceledException oce)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread)
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.SetException(Exception exception, Task1& taskField)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread)
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.SetException(Exception exception, Task1& taskField)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread)
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.SetException(Exception exception, Task1& taskField)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread)
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.SetException(Exception exception, Task1& taskField)
at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread)
at System.Net.Sockets.SocketAsyncEventArgs.g__Core|112_0(MultiConnectSocketAsyncEventArgs internalArgs, Task1 addressesTask, Int32 port, SocketType socketType, ProtocolType protocolType, CancellationToken cancellationToken) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Net.Sockets.SocketAsyncContext.AsyncOperation.<>c.<ProcessCancellation>b__15_0(Object o) at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() --- End of stack trace from previous location --- at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(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 MediaBrowser.Providers.Manager.ProviderManager.GetRemoteSearchResults[TItemType,TLookupType](RemoteSearchQuery`1 searchInfo, BaseItem referenceItem, CancellationToken cancellationToken)
MetaTube Server Logs
ocker logs metatube
[GORM] 2024/11/28 06:54:48 github.com/glebarez/[email protected]/migrator.go:32
[0.273ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_metadata"
[GORM] 2024/11/28 06:54:48 github.com/metatube-community/metatube-sdk-go/engine/database.go:21 SLOW SQL >= 100ms
[142.402ms] [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/11/28 06:54:48 github.com/glebarez/[email protected]/migrator.go:32
[0.122ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="actor_metadata"
[GORM] 2024/11/28 06:54:49 github.com/metatube-community/metatube-sdk-go/engine/database.go:21 SLOW SQL >= 100ms
[515.615ms] [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/11/28 06:54:49 github.com/glebarez/[email protected]/migrator.go:32
[0.131ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_reviews"
[GORM] 2024/11/28 06:54:49 github.com/metatube-community/metatube-sdk-go/engine/database.go:21 SLOW SQL >= 100ms
[524.570ms] [rows:0] CREATE TABLE movie_reviews (id text,provider text,reviews JSON,created_at datetime,updated_at datetime,PRIMARY KEY (id,provider))
[GIN] 2024/11/28 - 06:56:50 | 200 | 137.891µs | 172.17.0.1 | GET "/"
[GIN] 2024/11/28 - 06:56:51 | 404 | 77.45µs | 172.17.0.1 | GET "/favicon.ico"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:32
[0.453ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_metadata"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:117
[0.185ms] [rows:1] SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "movie_metadata" AND sql IS NOT NULL order by type = "table" desc
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:125
[0.132ms] [rows:-] SELECT * FROM movie_metadata LIMIT 1
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:32
[0.123ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="actor_metadata"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:117
[0.115ms] [rows:1] SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "actor_metadata" AND sql IS NOT NULL order by type = "table" desc
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:125
[0.085ms] [rows:-] SELECT * FROM actor_metadata LIMIT 1
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:32
[0.040ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_reviews"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:117
[0.107ms] [rows:1] SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "movie_reviews" AND sql IS NOT NULL order by type = "table" desc
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:125
[0.053ms] [rows:-] SELECT * FROM movie_reviews LIMIT 1
[GIN] 2024/12/03 - 04:04:44 | 200 | 388.721µs | 172.17.0.1 | GET "/"
[GIN] 2024/12/03 - 04:04:45 | 404 | 28.720467ms | 172.17.0.1 | GET "/favicon.ico"
How to Reproduce
No response
The text was updated successfully, but these errors were encountered:
Verify steps
MetaTube Plugin Version
2024.1031.200.0
MetaTube Server Version
{"data":{"app":"metatube","version":"v1.2.8-c75f340"}}
What OS are you seeing the problem on?
Other
Description
网络环境正常,一直无法刮削
MetaTube Server
No response
Jellyfin/Emby Logs
[12:00:49] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS ::ffff:192.168.31.219 request
[12:05:30] [INF] [57] Jellyfin.Plugin.MetaTube.Providers.MovieProvider: Search for movie: SONE-306
[12:06:00] [ERR] [3] MediaBrowser.Providers.Manager.ProviderManager: Provider MetaTube failed to retrieve search results
System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.TimeoutException: A connection could not be established within the configured ConnectTimeout.
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.CreateConnectTimeoutException(OperationCanceledException oce)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.AsyncStateMachineBox
1.MoveNext(Thread threadPoolThread)at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.SetException(Exception exception, Task
1& taskField)at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.AsyncStateMachineBox
1.MoveNext(Thread threadPoolThread)at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.SetException(Exception exception, Task
1& taskField)at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.AsyncStateMachineBox
1.MoveNext(Thread threadPoolThread)at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.SetException(Exception exception, Task
1& taskField)at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.AsyncStateMachineBox
1.MoveNext(Thread threadPoolThread)at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.SetException(Exception exception, Task
1& taskField)at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.AsyncStateMachineBox
1.MoveNext(Thread threadPoolThread)at System.Net.Sockets.SocketAsyncEventArgs.g__Core|112_0(MultiConnectSocketAsyncEventArgs internalArgs, Task
1 addressesTask, Int32 port, SocketType socketType, ProtocolType protocolType, CancellationToken cancellationToken) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Net.Sockets.SocketAsyncContext.AsyncOperation.<>c.<ProcessCancellation>b__15_0(Object o) at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() --- End of stack trace from previous location --- at System.Threading.Tasks.TaskCompletionSourceWithCancellation
1.WaitWithCancellationAsync(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 MediaBrowser.Providers.Manager.ProviderManager.GetRemoteSearchResults[TItemType,TLookupType](RemoteSearchQuery`1 searchInfo, BaseItem referenceItem, CancellationToken cancellationToken)
MetaTube Server Logs
ocker logs metatube
[GORM] 2024/11/28 06:54:48 github.com/glebarez/[email protected]/migrator.go:32
[0.273ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_metadata"
[GORM] 2024/11/28 06:54:48 github.com/metatube-community/metatube-sdk-go/engine/database.go:21 SLOW SQL >= 100ms
[142.402ms] [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/11/28 06:54:48 github.com/glebarez/[email protected]/migrator.go:32
[0.122ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="actor_metadata"
[GORM] 2024/11/28 06:54:49 github.com/metatube-community/metatube-sdk-go/engine/database.go:21 SLOW SQL >= 100ms
[515.615ms] [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/11/28 06:54:49 github.com/glebarez/[email protected]/migrator.go:32
[0.131ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_reviews"
[GORM] 2024/11/28 06:54:49 github.com/metatube-community/metatube-sdk-go/engine/database.go:21 SLOW SQL >= 100ms
[524.570ms] [rows:0] CREATE TABLE
movie_reviews
(id
text,provider
text,reviews
JSON,created_at
datetime,updated_at
datetime,PRIMARY KEY (id
,provider
))[GIN] 2024/11/28 - 06:56:50 | 200 | 137.891µs | 172.17.0.1 | GET "/"
[GIN] 2024/11/28 - 06:56:51 | 404 | 77.45µs | 172.17.0.1 | GET "/favicon.ico"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:32
[0.453ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_metadata"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:117
[0.185ms] [rows:1] SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "movie_metadata" AND sql IS NOT NULL order by type = "table" desc
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:125
[0.132ms] [rows:-] SELECT * FROM
movie_metadata
LIMIT 1[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:32
[0.123ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="actor_metadata"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:117
[0.115ms] [rows:1] SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "actor_metadata" AND sql IS NOT NULL order by type = "table" desc
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:125
[0.085ms] [rows:-] SELECT * FROM
actor_metadata
LIMIT 1[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:32
[0.040ms] [rows:-] SELECT count() FROM sqlite_master WHERE type='table' AND name="movie_reviews"
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:117
[0.107ms] [rows:1] SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "movie_reviews" AND sql IS NOT NULL order by type = "table" desc
[GORM] 2024/11/28 07:30:43 github.com/glebarez/[email protected]/migrator.go:125
[0.053ms] [rows:-] SELECT * FROM
movie_reviews
LIMIT 1[GIN] 2024/12/03 - 04:04:44 | 200 | 388.721µs | 172.17.0.1 | GET "/"
[GIN] 2024/12/03 - 04:04:45 | 404 | 28.720467ms | 172.17.0.1 | GET "/favicon.ico"
How to Reproduce
No response
The text was updated successfully, but these errors were encountered: