JnRMnT / JMovies.IMDb

JMovies IMDb Data Scraping Provider Library for .Net Standart
MIT License
12 stars 2 forks source link

Null reference issue #14

Closed foxi69 closed 11 months ago

foxi69 commented 1 year ago

Describe the bug Your test App is not working for me, null reference issue

            IIMDbDataProvider imdbDataProvider = new IMDbScraperDataProvider();
            JMovies.IMDb.Entities.Movies.Movie movie = await imdbDataProvider.GetMovieAsync(7456722, new BasicProductionDataFetchSettings {
                PreferredCulture = "en-US"
            });

error

foxi69 commented 11 months ago

@JnRMnT can you help me?

JnRMnT commented 11 months ago

Hi @foxi69 , having a look now but please bear in mind that this library uses web scraping, so if any simple change in the UI of IMDB, this will start to fail. If that happens, I might not have the time to quickly fix it. I would appricate it if you can have a quick look if its a simple fix, maybe you can send a PR, if not it would be great if you could give some info on what is failing.

foxi69 commented 11 months ago

Thanks a lot, works again!