Jump to content

Emby EPG data CA certificate "no-check-certificate"


requa3r0

Recommended Posts

requa3r0

Hi

I need to download the following EPG data in emby.

https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml

But...The CA cert is outdate..and there seems to be some trouble for the vendor..so it may be a while before they get around to fixing it.

When I use wget to get the same data for my tvheadend server for KODI, I just  use  wget with the tag --no-check-certificate

How do I do the same thing i Emby?

There is a User agent HTTP header:

But I have not idea how to invoke the no cert check?

wget error/warning with --no-check-certificate

Connecting to danskiptv.hitv.one (danskiptv.hitv.one)|85.203.33.127|:443... connected.
WARNING: The certificate of 'danskiptv.hitv.one' is not trusted.
WARNING: The certificate of 'danskiptv.hitv.one' has expired.

 

 

Link to comment
Share on other sites

Happy2Play

Don't do Live TV but the url shows a valid certificate.

test.jpg.9a2f978c943f1e59e8a2a1419ee0a24b.jpg

Link to comment
Share on other sites

requa3r0

That odd

Emby dows not have EPG data any more.

And wget on the server gives this

 

root@xxxxxxx:/var/lib/hts/.xmltv# wget --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml.gz -O /var/lib/hts/.xmltv/guide.gz
--2020-07-11 22:14:51--  https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml.gz
Resolving danskiptv.hitv.one (danskiptv.hitv.one)... 85.203.33.127
Connecting to danskiptv.hitv.one (danskiptv.hitv.one)|85.203.33.127|:443... connected.
ERROR: The certificate of 'danskiptv.hitv.one' is not trusted.
ERROR: The certificate of 'danskiptv.hitv.one' has expired.

 

with --no-check-certificate

root@xxxxxxx:/var/lib/hts/.xmltv# wget --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" --no-check-certificate https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml.gz -O /var/lib/hts/.xmltv/guide.gz
--2020-07-11 22:15:12--  https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml.gz
Resolving danskiptv.hitv.one (danskiptv.hitv.one)... 85.203.33.127
Connecting to danskiptv.hitv.one (danskiptv.hitv.one)|85.203.33.127|:443... connected.
WARNING: The certificate of 'danskiptv.hitv.one' is not trusted.
WARNING: The certificate of 'danskiptv.hitv.one' has expired.
HTTP request sent, awaiting response... 200 OK
Length: 592223 (578K) [application/gzip]
Saving to: '/var/lib/hts/.xmltv/guide.gz'

/var/lib/hts/.xmltv/guide.gz                                   100%[=================================================================================================================================================>] 578.34K  --.-KB/s    in 0.1s    

2020-07-11 22:15:13 (5.30 MB/s) - '/var/lib/hts/.xmltv/guide.gz' saved [592223/592223]

 

what is going on?

Link to comment
Share on other sites

requa3r0

tried another user agent on my wget.

root@xxxxx:/var/lib/hts/.xmltv# wget --user-agent="Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0" https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml.gz -O /var/lib/hts/.xmltv/guide.gz
--2020-07-11 22:27:47--  https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml.gz
Resolving danskiptv.hitv.one (danskiptv.hitv.one)... 85.203.33.127
Connecting to danskiptv.hitv.one (danskiptv.hitv.one)|85.203.33.127|:443... connected.
ERROR: The certificate of 'danskiptv.hitv.one' is not trusted.
ERROR: The certificate of 'danskiptv.hitv.one' has expired.
root@xxxxx:/var/lib/hts/.xmltv#

same issue

Runnig debian 9...all update ok. O.n a massive  beast of a dell xeon 12core server

 

I can see in chrome on my mac, that the Cert is in fact not outdatet as you point out...so im pretty much mystified.

Edited by requa3r0
Link to comment
Share on other sites

requa3r0

Here is the last bit of the log...after I hit refresh guide data

It only runs for a few sec..and the exits out

normality the bar will load for quite a while

 

 

2020-07-12 08:56:09.375 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml
2020-07-12 08:56:09.941 Info HttpClient: Http response 200 from https://mb3admin.com/admin/service/registration/validate after 586ms. HeadersServer=nginx, Date=Sun, 12 Jul 2020 06:56:09 GMT, Connection=keep-alive, Access-Control-Allow-Origin=*, Access-Control-Allow-Headers=Content-Type, Range, Accept, X-Emby-Token, X-Admin-Token, X-Application, Access-Control-Allow-Methods=GET, POST, PUT, DELETE, OPTIONS, Set-Cookie=PHPSESSID=o5gbjfgtikj659sbfs3583rceq; path=/, Cache-Control=no-store, must-revalidate, no-cache, Pragma=no-cache, Vary=Accept-Encoding
2020-07-12 08:56:09.947 Info SecurityManager: Registered for MBSupporter
2020-07-12 08:56:09.958 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/baltic-states.xml
2020-07-12 08:56:10.072 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/usa-canada.xml
2020-07-12 08:56:11.009 Info LiveTvManager: Refreshing guide with 10 days of guide data
2020-07-12 08:56:13.623 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/Users/20fe5e5e034743f79874cca08852fc47. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.625 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 2ms. http://192.168.1.100:8096/emby/Users/20fe5e5e034743f79874cca08852fc47
2020-07-12 08:56:13.629 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.630 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Configuration
2020-07-12 08:56:13.641 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.642 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0
2020-07-12 08:56:17.067 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:17.070 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100
2020-07-12 08:56:28.611 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=800&Limit=100&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:28.615 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=800&Limit=100&EnableTotalRecordCount=false
2020-07-12 08:56:28.792 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=700&Limit=100&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:28.795 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=700&Limit=100&EnableTotalRecordCount=false
2020-07-12 08:56:50.687 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:50.688 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 2ms. http://192.168.1.100:8096/emby/System/Configuration
2020-07-12 08:56:50.693 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:50.694 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0
2020-07-12 08:56:55.158 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36

 

2020-07-12 08:56:09.375 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml
2020-07-12 08:56:09.941 Info HttpClient: Http response 200 from https://mb3admin.com/admin/service/registration/validate after 586ms. HeadersServer=nginx, Date=Sun, 12 Jul 2020 06:56:09 GMT, Connection=keep-alive, Access-Control-Allow-Origin=*, Access-Control-Allow-Headers=Content-Type, Range, Accept, X-Emby-Token, X-Admin-Token, X-Application, Access-Control-Allow-Methods=GET, POST, PUT, DELETE, OPTIONS, Set-Cookie=PHPSESSID=o5gbjfgtikj659sbfs3583rceq; path=/, Cache-Control=no-store, must-revalidate, no-cache, Pragma=no-cache, Vary=Accept-Encoding
2020-07-12 08:56:09.947 Info SecurityManager: Registered for MBSupporter
2020-07-12 08:56:09.958 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/baltic-states.xml
2020-07-12 08:56:10.072 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/usa-canada.xml
2020-07-12 08:56:11.009 Info LiveTvManager: Refreshing guide with 10 days of guide data
2020-07-12 08:56:13.623 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/Users/20fe5e5e034743f79874cca08852fc47. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.625 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 2ms. http://192.168.1.100:8096/emby/Users/20fe5e5e034743f79874cca08852fc47
2020-07-12 08:56:13.629 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.630 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Configuration
2020-07-12 08:56:13.641 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.642 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0
2020-07-12 08:56:17.067 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:17.070 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100
2020-07-12 08:56:28.611 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=800&Limit=100&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:28.615 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=800&Limit=100&EnableTotalRecordCount=false
2020-07-12 08:56:28.792 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=700&Limit=100&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:28.795 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=700&Limit=100&EnableTotalRecordCount=false
2020-07-12 08:56:50.687 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:50.688 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 2ms. http://192.168.1.100:8096/emby/System/Configuration
2020-07-12 08:56:50.693 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:50.694 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0
2020-07-12 08:56:55.158 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:09.375 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml
2020-07-12 08:56:09.941 Info HttpClient: Http response 200 from https://mb3admin.com/admin/service/registration/validate after 586ms. HeadersServer=nginx, Date=Sun, 12 Jul 2020 06:56:09 GMT, Connection=keep-alive, Access-Control-Allow-Origin=*, Access-Control-Allow-Headers=Content-Type, Range, Accept, X-Emby-Token, X-Admin-Token, X-Application, Access-Control-Allow-Methods=GET, POST, PUT, DELETE, OPTIONS, Set-Cookie=PHPSESSID=o5gbjfgtikj659sbfs3583rceq; path=/, Cache-Control=no-store, must-revalidate, no-cache, Pragma=no-cache, Vary=Accept-Encoding
2020-07-12 08:56:09.947 Info SecurityManager: Registered for MBSupporter
2020-07-12 08:56:09.958 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/baltic-states.xml
2020-07-12 08:56:10.072 Info HttpClient: GetTempFileResponse url: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/usa-canada.xml
2020-07-12 08:56:11.009 Info LiveTvManager: Refreshing guide with 10 days of guide data
2020-07-12 08:56:13.623 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/Users/20fe5e5e034743f79874cca08852fc47. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.625 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 2ms. http://192.168.1.100:8096/emby/Users/20fe5e5e034743f79874cca08852fc47
2020-07-12 08:56:13.629 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.630 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Configuration
2020-07-12 08:56:13.641 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:13.642 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0
2020-07-12 08:56:17.067 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:17.070 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100
2020-07-12 08:56:28.611 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=800&Limit=100&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:28.615 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=800&Limit=100&EnableTotalRecordCount=false
2020-07-12 08:56:28.792 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=700&Limit=100&EnableTotalRecordCount=false. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:28.795 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 3ms. http://192.168.1.100:8096/emby/System/Logs/embyserver-63730108800.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=700&Limit=100&EnableTotalRecordCount=false
2020-07-12 08:56:50.687 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:50.688 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 2ms. http://192.168.1.100:8096/emby/System/Configuration
2020-07-12 08:56:50.693 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
2020-07-12 08:56:50.694 Info HttpServer: HTTP Response 200 to 192.168.1.200. Time: 1ms. http://192.168.1.100:8096/emby/System/Logs?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0
2020-07-12 08:56:55.158 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/embyserver.txt/Lines?SortBy=IsFolder%2CSortName&SortOrder=Ascending&Fields=BasicSyncInfo%2CProductionYear%2CStatus%2CEndDate&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&StartIndex=0&Limit=100. UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
Link to comment
Share on other sites

requa3r0

I fixed the server download errror with this info

https://stackoverflow.com/questions/62107565/wget-and-curl-stopped-working-with-https-wrongly-complain-about-an-expired-cert

I fixed with this steps:

  • vi /etc/ca-certificates.conf
  • Remove the line (or comment) specifying AddTrust_External_Root.crt
  • apt update && apt install ca-certificates
  • update-ca-certificates -f -v

Now wget works without error without the tag --no-check-certificate

Emby still does not load any EPG data?

I have also tried to side-load the file, downloading with wget on the server, and then pointing to it under

TV Guide Data Providers

 Emby does not load any EPG data regardless.

Link to comment
Share on other sites

requa3r0

Oh well - Emby EPG load is just a nightmare.

I have a schedulers direct sub. And tried to use that.

Its almost impossible to select the correct linup -because they are all desinget for variously channels providers, and not an IPTV SERVICE

I load EPG data from 3 contries.

Denmark, Estonia and US/CA

ere are my epg data links d

DK: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/denmark.xml

ES: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/baltic-states.xml

US/CA: https://danskiptv.hitv.one/epg_temp_dl/output-epgs/usa-canada.xml

How do you make a SD line-up that works with above or just all IPTV channels from my provider.

I can not even select Estonia or Baltic states in the emby schedulers direct dropdown to select the correct line-up

When I load the best possible match, I don't get ANY automated channels match.

How in heavens sake can this not match up automatically ???

The channels mapping is seriously flawed ;O/

 

An example of needed manual mapping. Seriously?

16841 MSNBC HD US

MSNBC - Schedules Direct
 
 
Link to comment
Share on other sites

requa3r0

image.thumb.png.ed7b513548b769d3842bedf8b00b830f.png

Throught I should mention, that if I select map channes, on the EPG data loaded directly from danshIPTV, here the US/CA EPG data, i get no automatic match, and if I press the edit button, its just goes grey, and stalles.

Link to comment
Share on other sites

Q-Droid

There are a number of posts in these forums of issues that appear to be tied to the CA Root bundles on the servers. The transition of Comodo to Sectigo and the Root expiration are the trigger but the root cause is likely an outdated CA bundle (ca-certtificates). 

Did "apt update && apt install ca-certificates" perform any actions for you? That and the steps that followed are the most likely actual fix.

Emby includes a CA Root bundle with the package installation but the devs haven't answered my question about which one the server uses: the system CA bundle or the one in Emby.

 

Edited by Q-Droid
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...