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: Schedules Direct EPG data download triggers a failure in SM #278

Open
GitPuffy opened this issue Nov 12, 2024 · 0 comments
Open

Bug: Schedules Direct EPG data download triggers a failure in SM #278

GitPuffy opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@GitPuffy
Copy link

GitPuffy commented Nov 12, 2024

Schedules Direct EPG data download triggers a failure in SM.

Stream Master:
0.17.9.0

Error displayed from the output of docker logs -f streammaster

info: StreamMaster.SchedulesDirect.Images.SeasonImages[0]
      Downloaded season images 1455 of 1455
fail: StreamMaster.Infrastructure.Services.QueueService.QueuedHostedService[0]
      Error occurred executing task work item. EPGSync
      Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'System.Collections.Generic.List<StreamMaster.SchedulesDirect.Domain.JsonClasses.ProgramArtwork>' does not contain a definition for 'Concat'
         at CallSite.Target(Closure, CallSite, Object, List`1)
         at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
         at StreamMaster.SchedulesDirect.Images.SeasonImages.ProcessSeasonImageResponses() in /src/StreamMaster.SchedulesDirect/Images/SeasonImages.cs:line 148
         at StreamMaster.SchedulesDirect.Images.SeasonImages.DownloadAndProcessImagesAsync() in /src/StreamMaster.SchedulesDirect/Images/SeasonImages.cs:line 127
         at StreamMaster.SchedulesDirect.Images.SeasonImages.GetAllSeasonImages() in /src/StreamMaster.SchedulesDirect/Images/SeasonImages.cs:line 77
         at StreamMaster.SchedulesDirect.SchedulesDirect.SDSync(CancellationToken cancellationToken) in /src/StreamMaster.SchedulesDirect/SchedulesDirect.cs:line 85
         at StreamMaster.Application.SchedulesDirect.Commands.EPGSyncHandler.Handle(EPGSync request, CancellationToken cancellationToken) in /src/StreamMaster.Application/SchedulesDirect/Commands/EPGSync.cs:line 16
         at StreamMaster.Infrastructure.Services.QueueService.QueuedHostedService.ProcessTaskQueueAsync(CancellationToken cancellationToken) in /src/StreamMaster.Infrastructure/Services/QueueService/QueuedHostedService.cs:line 88
fail: StreamMaster.Infrastructure.Services.MessageService[0]
      Error executing task: EPGSync, 'System.Collections.Generic.List<StreamMaster.SchedulesDirect.Domain.JsonClasses.ProgramArtwork>' does not contain a definition for 'Concat'
@GitPuffy GitPuffy added the bug Something isn't working label Nov 12, 2024
@GitPuffy GitPuffy changed the title Bug: Bug: Schedules Direct EPG data triggers a failure in SM Nov 12, 2024
@GitPuffy GitPuffy changed the title Bug: Schedules Direct EPG data triggers a failure in SM Bug: Schedules Direct EPG data download triggers a failure in SM Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants