Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] avbase change new naming convention 更改命名規則 #214

Closed
3 tasks done
Topbcy opened this issue Oct 13, 2023 · 10 comments · Fixed by metatube-community/metatube-sdk-go#13, #215 or metatube-community/metatube-sdk-go#15

Comments

@Topbcy
Copy link

Topbcy commented Oct 13, 2023

Verify steps

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

MetaTube Plugin Version

v2023.503.910.0

MetaTube Server Version

v1.1.1

What OS are you seeing the problem on?

Linux

Description

avbase 似乎更改了新的命名方式,比如說"RCTD-538"這部片,以往插件內容填上: avbase:rctd-538,即可搜刮
配合以前的網址會是https://www.avbase.net/works/RCTD-538

但現在網址變成https://www.avbase.net/works/rocket:RCTD-538 ,那手動更改插件內容: avbase:rocket:rctd-538
仍然出現404 not found.

Today I found a issue, avbase updated new naming convention,

Like below this , before Using avbase:rctd-538, then video will be succes catch information.

but now update new website address. https://www.avbase.net/works/rocket:RCTD-538

but I change to avbase:rocker:rctd-538, still 404 not found error.

MetaTube Server

No response

Jellyfin/Emby Logs

No response

MetaTube Server Logs

No response

How to Reproduce

No response

@xjasonlyu
Copy link
Contributor

@Topbcy
Copy link
Author

Topbcy commented Oct 13, 2023

Fixed in https://github.com/metatube-community/metatube-sdk-go/releases/tag/v1.1.2

Hello Sir, after update metatube-server-releases to v1.1.2 then still dont work. Is need wait plugin update ?

Jellyin log

[03:17:05] [INF] [13] Jellyfin.Plugin.MetaTube.Providers.MovieProvider: Search for movie: scd-226
[03:17:09] [INF] [13] Jellyfin.Plugin.MetaTube.Providers.MovieProvider: Get movie info: AVBASE:ruby
[03:17:09] [ERR] [13] MediaBrowser.Providers.Movies.MovieMetadataService: Error in MetaTube
System.Exception: API request error: 404 (Not Found)
   at Jellyfin.Plugin.MetaTube.ApiClient.GetDataAsync[T](String url, Boolean requireAuth, CancellationToken cancellationToken)
   at Jellyfin.Plugin.MetaTube.ApiClient.GetMovieInfoAsync(String provider, String id, Boolean lazy, CancellationToken cancellationToken)
   at Jellyfin.Plugin.MetaTube.ApiClient.GetMovieInfoAsync(String provider, String id, CancellationToken cancellationToken)
   at Jellyfin.Plugin.MetaTube.Providers.MovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)

metatube-server log

[GORM] 2023/10/14 03:17:09 github.com/metatube-community/metatube-sdk-go/engine/movie.go:24
[38.172ms] [rows:0] SELECT * FROM `movie_metadata` WHERE number = "scd-226" COLLATE NOCASE OR id = "scd-226" COLLATE NOCASE
[GIN] 2023/10/14 - 03:17:09 | 200 |   3.48682763s |      172.17.0.1 | GET      "/v1/movies/search?q=scd-226&provider=&fallback=True"
[GORM] 2023/10/14 03:17:09 github.com/metatube-community/metatube-sdk-go/engine/movie.go:173 record not found
[1.609ms] [rows:0] SELECT * FROM `movie_metadata` WHERE provider = "AVBASE" AND id = "RUBY" COLLATE NOCASE ORDER BY `movie_metadata`.`id` LIMIT 1
[GIN] 2023/10/14 - 03:17:09 | 404 |  148.344722ms |      172.17.0.1 | GET      "/v1/movies/AVBASE/ruby?lazy=True"

@xjasonlyu
Copy link
Contributor

Have you upgraded your metatube server?

@Topbcy
Copy link
Author

Topbcy commented Oct 13, 2023

Have you upgraded your metatube server?

Yes, I updated my metatube server to v1.1.2

@xjasonlyu
Copy link
Contributor

Oh, sorry, just found a bug that caused this issue. Will fix soon.

@xjasonlyu xjasonlyu reopened this Oct 13, 2023
@Topbcy
Copy link
Author

Topbcy commented Oct 13, 2023

Oh, sorry, just found a bug that caused this issue. Will fix soon.

its ok, I appreciate your effort.
best regards!

@xjasonlyu
Copy link
Contributor

Fixed. Try to update both plugin and server.

@Topbcy
Copy link
Author

Topbcy commented Oct 14, 2023

Fixed. Try to update both plugin and server.

Thanks, But I found other issue. below red circle, I click the MetaTube , will open browers to the video .
but now still have some problem, please check about this . thank you

螢幕擷取畫面 2023-10-14 142603

螢幕擷取畫面 2023-10-14 143015

@hejunchen
Copy link

thank you for the fix.

@Topbcy
Copy link
Author

Topbcy commented Oct 25, 2023

thank you for the fix.

did you succes enter the website? what above I said.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment