NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 19 20 21 22 23 … 34 Next »
Cannot Save IPTV Channel List

 
  • 0 Vote(s) - 0 Average
Cannot Save IPTV Channel List
bc123
Offline

Junior Member

Canada
Posts: 7
Threads: 1
Joined: Apr 2021
#1
2021-04-09, 03:53 AM (This post was last modified: 2021-04-09, 04:26 AM by bc123.)
Hello,

First, I installed a minimal version of debian. (ie: No desktop, web server, etc)

Then, as a regular user, I installed nextpvr.
Code:
curl https://nextpvr.com/nextpvr-helper.deb -O
sudo apt install ./nextpvr-helper.deb --install-recommends

I checked the status and it is "active (running)".
Then I ran the 3 included scripts.
Code:
sudo /opt/nextpvr/shell/nextpvr-recording.sh /videos/livetv
sudo /opt/nextpvr/shell/nextpvr-recording.sh /videos/recordings
sudo /opt/nextpvr/shell/nextpvr-recording.sh /movies

Very nice work on the .deb file @Martin, thank you!

I log into NextPVR using my browser and I setup my IPTV Channel list.  (Using Admin & password for now)
It looks like everything is working fine as I deselect the channels I'm not interested in. (Except for a naughty save button that disappears occasionally for some reason)
After I'm done importing & customizing my m3u list, I click the save button and I get:

192.168.0.147:8866 says: error!

I tried deselecting everything in my m3u list except one channel and still same issue.

Is my URL syntax ok? (h t t p : / /) somewhere.nice:1234/get.php?username=xxxxxxx&password=xxxxxxx&type=m3u_plus&output=ts

You guys sure made it easy so far!

Thanks,

ETA: I found my log. Smile  Is my problem because my "Scanner is not active"?  How do I activate it?
Code:
2021-04-08 23:57:24.678 [DEBUG][13]     Got request [192.168.0.127]: /services/service (setting.scan.status)
2021-04-08 23:57:24.678 [DEBUG][13]     method=setting.scan.status
2021-04-08 23:57:24.678 [DEBUG][13]     parameters:
2021-04-08 23:57:24.678 [DEBUG][13]        method: setting.scan.status
2021-04-08 23:57:24.678 [DEBUG][13]        format: json
2021-04-08 23:57:24.678 [DEBUG][13]        sid: 979217a4-e823-425b-9540-cb231574847d
2021-04-08 23:57:24.678 [DEBUG][13]        client_ip: 192.168.0.127
2021-04-08 23:57:24.678 [DEBUG][13]        user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chro$
2021-04-08 23:57:24.678 [DEBUG][13]        host_callback: 192.168.0.147:8866
2021-04-08 23:57:24.678 [DEBUG][13]     setting.scan.status
2021-04-08 23:57:24.678 [DEBUG][13]     {"stat":"Failed","code":11,"msg":"Scanner not active"}
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,878
Threads: 770
Joined: Nov 2003
#2
2021-04-09, 04:44 AM
(2021-04-09, 03:53 AM)bc123 Wrote: ETA: I found my log. Smile  Is my problem because my "Scanner is not active"?  How do I activate it?
Code:
2021-04-08 23:57:24.678 [DEBUG][13]     Got request [192.168.0.127]: /services/service (setting.scan.status)
2021-04-08 23:57:24.678 [DEBUG][13]     method=setting.scan.status
2021-04-08 23:57:24.678 [DEBUG][13]     parameters:
2021-04-08 23:57:24.678 [DEBUG][13]        method: setting.scan.status
2021-04-08 23:57:24.678 [DEBUG][13]        format: json
2021-04-08 23:57:24.678 [DEBUG][13]        sid: 979217a4-e823-425b-9540-cb231574847d
2021-04-08 23:57:24.678 [DEBUG][13]        client_ip: 192.168.0.127
2021-04-08 23:57:24.678 [DEBUG][13]        user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chro$
2021-04-08 23:57:24.678 [DEBUG][13]        host_callback: 192.168.0.147:8866
2021-04-08 23:57:24.678 [DEBUG][13]     setting.scan.status
2021-04-08 23:57:24.678 [DEBUG][13]     {"stat":"Failed","code":11,"msg":"Scanner not active"}
The error happened earlier in your logs. The snippet you've posted above is just saying it's "no longer importing channels because failed earlier".

Retry importing your channel, then post your logs and I'll take a look. (use the 'Log Files' button to get the zip of log files to attach)
bc123
Offline

Junior Member

Canada
Posts: 7
Threads: 1
Joined: Apr 2021
#3
2021-04-09, 05:10 AM
Thanks Sub,

Here is the log.  as is.... It's a little large... I left it as is so I didn't delete anything important.

Thanks again!


Attached Files
.zip   logs-20210409-0059.zip (Size: 179.79 KB / Downloads: 2)
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,878
Threads: 770
Joined: Nov 2003
#4
2021-04-09, 05:50 AM
I'm able to decrypt the m3u from the log, so quickly tried an import, and see this browser error:

Quote:rangeError: Maximum call stack size exceeded

I think NextPVR has managed to successfully pull in the channel list, but there must be too many channels for your browser to show you the list. This is the first time I've see a user report this.

Do you happen to know approximately how many streams are there? I know we've seen users successfully pulling back 20,000 before, but I'm guessing this is significantly more?
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,878
Threads: 770
Joined: Nov 2003
#5
2021-04-09, 05:52 AM
Wow - 298733 streams...by far the most I've ever seen. Just the m3u file is 75MB.
bc123
Offline

Junior Member

Canada
Posts: 7
Threads: 1
Joined: Apr 2021
#6
2021-04-09, 05:52 AM
I don't know off hand, but I'll check. In the meantime, I'll try to get it truncated down to something more reasonable.

Thanks sub!
bc123
Offline

Junior Member

Canada
Posts: 7
Threads: 1
Joined: Apr 2021
#7
2021-04-09, 05:54 AM (This post was last modified: 2021-04-09, 05:55 AM by bc123.)
"I'm able to decrypt the m3u from the log"

hehe... Is this something I should be concerned about?
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,878
Threads: 770
Joined: Nov 2003
#8
2021-04-09, 05:55 AM
The best way for me to handle this is probably just ignore all the streams that are for VOD, which are the vast majority of these.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,878
Threads: 770
Joined: Nov 2003
#9
2021-04-09, 05:57 AM
(2021-04-09, 05:54 AM)bc123 Wrote: "I'm able to decrypt the m3u from the log"

hehe... Is this something I should be concerned about?
No one else is able to. I'm the only one with the private key for decrypting these. It's useful for support. (and I have no interest in watching your channels - so safe)
bc123
Offline

Junior Member

Canada
Posts: 7
Threads: 1
Joined: Apr 2021
#10
2021-04-09, 06:00 AM
(2021-04-09, 05:57 AM)sub Wrote:
(2021-04-09, 05:54 AM)bc123 Wrote: "I'm able to decrypt the m3u from the log"

hehe... Is this something I should be concerned about?
No one else is able to. I'm the only one with the private key for decrypting these. It's useful for support. (and I have no interest in watching your channels - so safe)

lol.. okay. phew.  Thank you.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  one channel cannot be found on HDHomerun ag100pct 8 135 Today, 03:47 AM
Last Post: mvallevand
  IPTV stops often SysAdminZ 17 1,615 2025-04-08, 01:04 AM
Last Post: mvallevand
  Extra - {channel} argument not working? blitz2kx 2 862 2024-06-11, 03:54 PM
Last Post: blitz2kx
  BBC Four HD missing from Channel scan - Astra 28.2E Heifer 12 2,925 2024-03-03, 01:49 PM
Last Post: mvallevand
  HDHomerun channel scan not working WagMan 2 972 2023-12-06, 02:38 PM
Last Post: mvallevand
  Different Errors depending on channel (no tuner found/transcoding Error) idefixrc 3 1,051 2023-11-21, 12:45 PM
Last Post: mvallevand
  Australian IPTV Channel 10 refusing "VLC/2.2.6 LibVLC/2.2.6" header Leigh 1 985 2023-10-23, 11:46 AM
Last Post: mvallevand
  IPTV device - reloading M3U amirlsm 28 11,745 2023-08-15, 09:51 AM
Last Post: mrnobody
  No regions or auto-detect in channel scan Paul_G 1 778 2023-08-04, 02:03 PM
Last Post: mvallevand
Photo Copy Channel Lineup in Linux boukmandutty 11 2,213 2023-06-15, 06:53 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode