Jump to content


waxhead

Member Since 22 Jul 2014
Offline Last Active 12 Mar 2022 12:20
-----

Posts I've Made

In Topic: New Zealand EPG

19 October 2020 - 09:47

Thanks for the help - epgimport & https: definitely the problem.

 

I had to install busybox-cron (opkg install busybox-cron) and then work out where & what file to put the cron job in (/etc/cron/crontabs/root).

 

Then just restart cron (/etc/init.d/busybox-cron restart) and the file is downloading. Tweaked the sources file and EPG now work again.

 

Thanks again!


In Topic: New Zealand EPG

13 October 2020 - 12:14

Okay,

 

So I have been using http://i.mjh.nz/nz/epg.xml.gz as an epg source for years, without issue.

 

Over the last month or so I have been getting the follow error, which I cannot figure out:

 

Attached File  epgimport.log   1.15KB   2 downloads

 

I can download the file from a web browser without any issue.

 

Seems like there might be a redirection issue - wget returns the following:

 

root@vuultimo:/# wget i.mjh.nz/nz/epg.xml.gz
Connecting to i.mjh.nz (172.67.162.157:80)
Connecting to i.mjh.nz (104.28.31.233:443)
wget: error getting response: Connection reset by peer
 
Curl gives this output:
 
root@vuultimo:/# curl -v http://i.mjh.nz/nz/epg.xml.gz
*   Trying 172.67.162.157...
* TCP_NODELAY set
* Connected to i.mjh.nz (172.67.162.157) port 80 (#0)
> GET /nz/epg.xml.gz HTTP/1.1
> Host: i.mjh.nz
> User-Agent: curl/7.53.1
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Tue, 13 Oct 2020 08:06:51 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< Cache-Control: max-age=3600
< Expires: Tue, 13 Oct 2020 09:06:51 GMT
< cf-request-id: 05c29881f10000fd2ece248200000001
< Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?lkg-colo=26&lkg-time=1602576411"}],"group":"cf-nel","max_age":604800}
< NEL: {"report_to":"cf-nel","max_age":604800}
< Server: cloudflare
< CF-RAY: 5e1790498fabfd2e-SYD
<
* Connection #0 to host i.mjh.nz left intact
 
Any ideas?