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

ManyVids NullReferenceException Error #242

Open
McFlyy42 opened this issue Oct 18, 2023 · 0 comments
Open

ManyVids NullReferenceException Error #242

McFlyy42 opened this issue Oct 18, 2023 · 0 comments

Comments

@McFlyy42
Copy link

McFlyy42 commented Oct 18, 2023

Using Nightly Build, Jellyfin logs are reporting errors for ManyVids searches:

Example site url: https://www.manyvids.com/Video/4546578/Date-Night

[2023-10-18 15:33:11.856 -04:00] [INF] searchInfo.Name: manyvids - 2023-04-04 - 4546578-Date-Night
[2023-10-18 15:33:11.858 -04:00] [INF] site: 50:0 (Manyvids)
[2023-10-18 15:33:11.858 -04:00] [INF] searchTitle: 4546578 Date Night
[2023-10-18 15:33:11.858 -04:00] [INF] searchDate: 2023-04-04
[2023-10-18 15:33:11.858 -04:00] [INF] provider: PhoenixAdult.Sites.SiteManyVids
[2023-10-18 15:33:12.277 -04:00] [ERR] Search error: "System.NullReferenceException: Object reference not set to an instance of an object.
   at PhoenixAdult.Sites.SiteManyVids.Update(Int32[] siteNum, String[] sceneID, CancellationToken cancellationToken)
   at PhoenixAdult.Helpers.Helper.GetSearchResultsFromUpdate(IProviderBase provider, Int32[] siteNum, String[] sceneID, Nullable`1 searchDate, CancellationToken cancellationToken)
   at PhoenixAdult.Sites.SiteManyVids.Search(Int32[] siteNum, String searchTitle, Nullable`1 searchDate, CancellationToken cancellationToken)
   at PhoenixAdult.Providers.MovieProvider.GetSearchResults(MovieInfo searchInfo, CancellationToken cancellationToken)"

[2023-10-18 15:35:29.264 -04:00] [INF] searchInfo.Name: manyvids - 4546578 - 2023-04-04 - Date-Night
[2023-10-18 15:35:29.295 -04:00] [INF] site: 50:0 (Manyvids)
[2023-10-18 15:35:29.295 -04:00] [INF] searchTitle: 4546578 Date Night
[2023-10-18 15:35:29.295 -04:00] [INF] searchDate: 2023-04-04
[2023-10-18 15:35:29.301 -04:00] [INF] provider: PhoenixAdult.Sites.SiteManyVids
[2023-10-18 15:35:35.015 -04:00] [ERR] Search error: "System.NullReferenceException: Object reference not set to an instance of an object.
   at PhoenixAdult.Sites.SiteManyVids.Update(Int32[] siteNum, String[] sceneID, CancellationToken cancellationToken)
   at PhoenixAdult.Helpers.Helper.GetSearchResultsFromUpdate(IProviderBase provider, Int32[] siteNum, String[] sceneID, Nullable`1 searchDate, CancellationToken cancellationToken)
   at PhoenixAdult.Sites.SiteManyVids.Search(Int32[] siteNum, String searchTitle, Nullable`1 searchDate, CancellationToken cancellationToken)
   at PhoenixAdult.Providers.MovieProvider.GetSearchResults(MovieInfo searchInfo, CancellationToken cancellationToken)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant