NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 6 7 8 9 10 … 101 Next »
can't get http://localhost:8866/service=?method=channel.m3u

 
  • 0 Vote(s) - 0 Average
can't get http://localhost:8866/service=?method=channel.m3u
JCDinPGH
Offline

Junior Member

USA
Posts: 14
Threads: 3
Joined: Nov 2024
#1
2024-11-25, 03:24 PM
I had my install working but I have been trying different iptv providers so I completely uninstalled and reinstalled and now http://localhost:8866/service=?method=channel.m3u grabs nothing. I tried with curl also. Unauthenticated access is enabled. It worked fine before the reinstall and as best I can tell, my settings are identical. I was able to successfully add an xtream link which pulled down channels and EPG data. http://localhost:8866/service=?method=channel.xmltv also doesn't work anymore. I also donated just recently. I'm not sure where else to look. I can provide logs also. Do I attach them here? I have version 7.0.0.241105 installed.   Version: Version: 7.0.0.241105   Version: 7.0.0.241105  
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,865
Threads: 954
Joined: May 2006
#2
2024-11-25, 03:45 PM
Start by uploading your zipped logs.

Martin
JCDinPGH
Offline

Junior Member

USA
Posts: 14
Threads: 3
Joined: Nov 2024
#3
2024-11-25, 03:59 PM
see attached


Attached Files
.zip   logs-20241125-1011.zip (Size: 283.92 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,865
Threads: 954
Joined: May 2006
#4
2024-11-25, 04:16 PM
At least one error is your Live TV buffer is bad

Unexpected error cleaning old live tv buffer files: System.IO.DirectoryNotFoundException: Could not find a part of the path 'd:\IPTV'.

but I don't think that the only problem on your reinstall. Reinstalling really does mean going back to scratch so not necessarily a good thing to try because you have to get everything right

I don see this this error trying to get the channel.m3u

Code:
2024-11-25 09:57:43.232    [ERROR][18]    System.NullReferenceException: Object reference not set to an instance of an object.
   at NShared.RecordingService.GetServerStatus()
   at NShared.Extend.SystemRequestHandler.GetStatus(Dictionary`2 parameters)
   at NShared.Extend.SystemRequestHandler.HandleRequest(String method, Dictionary`2 parameters)
   at NShared.Extend.PluginFactory.HandleRequest(ServiceResponseStream serviceResponseStream, Dictionary`2 parameters)
   at NPVR.Controllers.ServicesController.HandleServiceRequest(String body, String contentType)
2024-11-25 09:57:43.608    [DEBUG][39]    [{

Personally I'd try to restart the server after doing a fresh install and scan to see if the commands work sometimes I have found some internals thing don't work perfectly after their very first scan.

Martin
JCDinPGH
Offline

Junior Member

USA
Posts: 14
Threads: 3
Joined: Nov 2024
#5
2024-11-25, 04:48 PM (This post was last modified: 2024-11-25, 04:49 PM by JCDinPGH.)
(2024-11-25, 04:16 PM)mvallevand Wrote: At least one error is your Live TV buffer is bad

Unexpected error cleaning old live tv buffer files: System.IO.DirectoryNotFoundException: Could not find a part of the path 'd:\IPTV'.

but I don't think that the only problem on your reinstall.  Reinstalling really does mean going back to scratch so not necessarily a good thing to try because you have to get everything right

I don see this this error trying to get the channel.m3u

Code:
2024-11-25 09:57:43.232    [ERROR][18]    System.NullReferenceException: Object reference not set to an instance of an object.
   at NShared.RecordingService.GetServerStatus()
   at NShared.Extend.SystemRequestHandler.GetStatus(Dictionary`2 parameters)
   at NShared.Extend.SystemRequestHandler.HandleRequest(String method, Dictionary`2 parameters)
   at NShared.Extend.PluginFactory.HandleRequest(ServiceResponseStream serviceResponseStream, Dictionary`2 parameters)
   at NPVR.Controllers.ServicesController.HandleServiceRequest(String body, String contentType)
2024-11-25 09:57:43.608    [DEBUG][39]    [{

Personally I'd try to restart the server after doing a fresh install and scan to see if the commands work sometimes I have found some internals thing don't work perfectly after their very first scan.

Martin
Thanks. I will try once I get back home.
JCDinPGH
Offline

Junior Member

USA
Posts: 14
Threads: 3
Joined: Nov 2024
#6
2024-11-25, 08:31 PM
curl http://localhost:8866/service=?method=channel.m3u and it returns nothing again. I tried restarting the service and tried again but still nothing. Very strange since it definitely worked before my reinstall. I am doing all of this on the system where NEXTPVR is installed but also verified the firewall is disabled. 
Attached are more logs. 
I uninstalled everything and reinstalled. I changed the default login/password and checked "unauthenticated access". I also added my xtream url with a userid/password. The channels and EPG data were both populated and show data in channels and tv guide respectively. I then tried:
curl http://localhost:8866/service=?method=channel.m3u and it returns nothing again. I tried restarting the service and tried again but still nothing. Very strange since it definitely worked before my reinstall.


Attached Files
.zip   logs-20241125-1510.zip (Size: 675.96 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,865
Threads: 954
Joined: May 2006
#7
2024-11-25, 08:55 PM (This post was last modified: 2024-11-25, 08:57 PM by mvallevand.)
The error has gone, which makes it easier to check but I now see you are using the wrong URL there is no = after service try the proper syntax.

http://localhost:8866/service?method=channel.m3u

http://localhost:8866/service?method=channel.xmltv

Do you really need 15000+ channels that will be very slow.

Martin
JCDinPGH
Offline

Junior Member

USA
Posts: 14
Threads: 3
Joined: Nov 2024
#8
2024-11-25, 11:10 PM
I swear I checked the syntax 20 times. Duh! Of course it is working now. And I definitely don't need that many channels. I just wanted to get it installed and working before narrowing down the channels.
Thanks for your help. Excited for more updates. More donations to follow.
JCDinPGH
Offline

Junior Member

USA
Posts: 14
Threads: 3
Joined: Nov 2024
#9
2024-11-28, 01:56 AM
mvallevandThe error has gone, which makes it easier to check but I now see you are using the wrong URL there is no = after service  try the proper syntax.

http://localhost:8866/service?method=channel.m3u

http://localhost:8866/service?method=channel.xmltv

Do you really need 15000+ channels that will be very slow.

Martin

I did want to open a new thread. I hope that's ok. Any idea what would cause an error when doing 
curl -o test.xmltv http://localhost:8866/service?method=channel.xmltv

<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
  <err code="13" msg="Not Allowed" />
</rsp>

I'm trying to see what the EPG data that NEXTPVR sees not my iptv provider.
Do I need to provide an agent parameter?

As a side note, I really like being able to remove unnecessary channels with NEXTPVR.  There are several other methods available but almost everyone is a subscription model. Blah!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,865
Threads: 954
Joined: May 2006
#10
2024-11-28, 02:11 AM
You need to turn enabled unauthenticated access in Settings Access, put the URL in quotes and for good measure change the extension to .xml

I would just browse the guide in NextPVR

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Channel 7 TV channels do not load into my list cmacd 1 193 2025-05-26, 07:37 AM
Last Post: Renryant
  error: No tuner was available for the requested channel jzk 3 240 2025-04-19, 03:30 PM
Last Post: mvallevand
  Question about Multiple Clients viewing Same Channel JohnySmith1010 15 693 2025-04-07, 12:28 PM
Last Post: mvallevand
  Watched program and channel lists mkroc 8 440 2025-03-24, 02:21 PM
Last Post: BrettB
  Channel lock issue during recording erik123 1 206 2025-02-08, 03:35 AM
Last Post: BrettB
  Channel Icons Not Showing peekyblinder71 2 242 2025-01-17, 02:19 AM
Last Post: mvallevand
Sad Failed to download channel list? membball84 4 372 2025-01-15, 11:46 PM
Last Post: membball84
  Issue changing channel to same IPTV connection curtisfeatures 18 1,110 2025-01-14, 04:22 PM
Last Post: mvallevand
  I can't start service daydreaming5 17 904 2024-12-08, 03:24 AM
Last Post: daydreaming5
  [Failed: Channel not found. Deleted?] and Service Restart jobby99 5 453 2024-11-25, 08:01 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