knackebrot / jellyfin-plugin-enigma2

Creative Commons Zero v1.0 Universal
27 stars 8 forks source link

No channels loading #4

Closed flobert8 closed 2 years ago

flobert8 commented 3 years ago

Have install your plugin, connection seems fine to my VU+ (VTI 15). But no channels or bouquets are loading. Recordings are there.

[2021-07-24 11:35:57.134 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] Start EnsureConnectionAsync [2021-07-24 11:35:57.134 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.9 [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync StreamingPort: 8001 [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync WebInterfacePort: 80 [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync WebInterfacePassword: [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync TVBouquet: [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync ZapToChannel: True [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync PiconsPath: [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync RecordingPath: [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync EnableDebugLogging: False [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] EnsureConnectionAsync Validation of config parameters completed [2021-07-24 11:35:57.135 +02:00] [INF] [61] MediaBrowser.Plugins.VuPlus.LiveTvService: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required

tiagoqpinto commented 2 years ago

This is true. It can obtain the channels in version 4.0.0 vu+ of the plugin but not in version 5.0.0.

knackebrot commented 2 years ago

Works for me. You might need to re-run TaskRefreshChannels and Refresh Guide tasks.

tiagoqpinto commented 2 years ago

Yes it was it. Thanks @knackebrot. O found out what was my issue. Stream with authentication does not work for me. I will try to understand it better