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: Import xmltv doesnt show up #203

Closed
shaike1 opened this issue Jan 25, 2024 · 9 comments
Closed

Bug: Import xmltv doesnt show up #203

shaike1 opened this issue Jan 25, 2024 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@shaike1
Copy link

shaike1 commented Jan 25, 2024

Describe the Bug
import xmltv.gz from provider loaded but not shown

Stream Master Info

  • Version Number

Link to logs (required)

  • Upload any relevant logs here Gist. Do not upload attachments.
@shaike1 shaike1 added the bug Something isn't working label Jan 25, 2024
@x1ao4
Copy link

x1ao4 commented Feb 6, 2024

Same here.

@ardoviniandrea
Copy link

Same here
I am on docker 0.8.1 and I cannot add any EPG/XML file.
The UI seems to load correctly until the point of displaying "Uploaded EPG", but actually never save or store it.

@ardoviniandrea
Copy link

This seems to be fixed on 0.10.1.0

@litio2001
Copy link

litio2001 commented Apr 8, 2024

I have the same problem, I have tried with different XML/GZ format guides (compressed) according to the docker log:

Exception EPG From Form System.FormatException: String '2024040830000 +0000' was not recognized as a valid DateTime.

The version in docker is 0.14.4.0

@pixel24
Copy link

pixel24 commented Apr 22, 2024

have a similar or the same issue. I place my XMLTV file in the directory: config/PlayLists/EPG/. When I start SM, I see the log:

fail: StreamMaster.Infrastructure.Services.QueueService.QueuedHostedService[0]
      Error occurred executing task work item. ScanDirectoryForEPGFiles
      System.FormatException: The input string ' 100%' was not in a correct format.
         at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
         at System.Int32.Parse(String s)
         at System.Linq.Enumerable.SelectArrayIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
         at System.Linq.Enumerable.SelectArrayIterator`2.ToArray()
         at StreamMaster.Domain.Color.ColorHelper.GetColorHex(Int32 index) in /src/StreamMaster.Domain/Color/ColorHelper.cs:line 8
         at StreamMaster.Application.EPGFiles.Commands.ScanDirectoryForEPGFilesRequestHandler.CreateOrUpdateEPGFile(FileInfo epgFileInfo) in /src/StreamMaster.Application/EPGFiles/Commands/ScanDirectoryForEPGsRequest.cs:line 80
         at StreamMaster.Application.EPGFiles.Commands.ScanDirectoryForEPGFilesRequestHandler.ProcessEPGFile(FileInfo epgFileInfo, CancellationToken cancellationToken) in /src/StreamMaster.Application/EPGFiles/Commands/ScanDirectoryForEPGsRequest.cs:line 46
         at StreamMaster.Application.EPGFiles.Commands.ScanDirectoryForEPGFilesRequestHandler.Handle(ScanDirectoryForEPGFilesRequest command, CancellationToken cancellationToken) in /src/StreamMaster.Application/EPGFiles/Commands/ScanDirectoryForEPGsRequest.cs:line 19
         at StreamMaster.Application.Common.Behaviours.PerformanceBehaviour`2.Handle(TRequest request, RequestHandlerDelegate`1 next, CancellationToken cancellationToken) in /src/StreamMaster.Application/Common/Behaviours/PerformanceBehaviour.cs:line 37
         at StreamMaster.Infrastructure.Services.QueueService.QueuedHostedService.ProcessTaskQueueAsync(CancellationToken cancellationToken) in /src/StreamMaster.Infrastructure/Services/QueueService/QueuedHostedService.cs:line 110

When I upload the exact same file via the WebUI, it works.

@DieguitoCigala
Copy link

DieguitoCigala commented Aug 18, 2024

I have the same problem, I have tried with different XML/GZ format guides (compressed) according to the docker log:

Exception EPG From Form System.FormatException: String '2024040830000 +0000' was not recognized as a valid DateTime.

The version in docker is 0.14.4.0

I have the same problem

System.FormatException: The DateTime represented by the string '20240824240000 +0200' is not supported in calendar 'System.Globalization.GregorianCalendar'.

I'm using version 0.14.6

@SenexCrenshaw Any solution for this problem?

@Crosus97
Copy link

i have the same proble that @DieguitoCigala

@SenexCrenshaw
Copy link
Owner

fixed in latest

@SenexCrenshaw
Copy link
Owner

follow here
#264
fixed in latest

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

8 participants