mirceaiscoding / netflix-recommendations

App used for finding Netflix titles available in your country
0 stars 0 forks source link

ExtraFilters Bug #38

Closed StefanGrigorescu closed 2 years ago

StefanGrigorescu commented 2 years ago

Bug encountered while passing extra filters (as on GetAllByNetflixIdFromPage methods).

System.InvalidOperationException: The LINQ expression 'DbSet<TitleCountry>() .Where(t => Invoke(__filter_0, t) )' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.