sorry mate
There's NO PVR issues here on my side!
393.ts --> "ABC New York HD"
45.ts --> "CBS New York HD"
Code:
14:21:47 T:3808 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401
well...
your log obviously reported that you got an
authorization error when you're trying to accessing the link
Code:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
- were you using VPN ?
- was your same account being shared with 2 or more devices at the same time ?
14:21:47 T:3808 ERROR: CCurlFile::Open failed with code 401 for
http://p1.iptvprivateserver.tv/live/DONATION/DONATION/393.ts
14:21:51 T:5276 ERROR: CCurlFile::Open failed with code 401 for
http://p1.iptvprivateserver.tv/live/DONATION/DONATION/45.ts
if you've got a Stalker's direct-stream url in your log like this one:
Code:
http://[PORTAL]/live/[ID]/[PASSWORD]/[CHANNEL].ts
it means that my addon can perform its job properly
now open your file-manager and go to potato's cache directory
Code:
Kodi/userdata/addon_data/plugin.video.potatoTV/[PORTAL]
open the following cache files:
when the PVR mode is ON,
PVR client will read all items stored in the playlist (potato.m3u)
and when you click a channel,
my addon will work as a middleware which will convert the link in the playlist (potato.m3u) to a Stalker's direct-stream url stored in channels.json
for example:
when you click "ABC New York HD" channel on PVR client
my addon will open the potato.m3u to get the channel's local link
Code:
http://[local_IP:local_PORT]/play?channel=ABC+New+York+HD
then my addon will open the channels.json to find the Stalker's direct-stream url
Code:
http://[PORTAL]/live/[ID]/[PASSWORD]/393.ts
so, once again,
if you've already got a Stalker's direct-stream url in your log like this one:
Code:
http://[PORTAL]/live/[ID]/[PASSWORD]/[CHANNEL].ts
it means that my addon can perform its job properly!
so next time,
when you get the same issue and you also get any Stalker's direct-stream url in your log,
you could also try to open the Stalker's direct-stream url instantly with VLC
and you must open the same url as the one stored in your log at about the same time, in order to perform apple-2-apple comparison
These two and the other tested channels they do open inside the Addon but not on the PVR.
since I'm not a "blind-guessing" kind nerd
if you could also show me a related video, that would be so helpful -
"a picture is worth a thousand words"