NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Extras v
« Previous 1 2 3 4 Next »
Locast.org support

 
  • 0 Vote(s) - 0 Average
Locast.org support
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#81
2020-12-12, 04:52 PM
Deleted device using the control-key, scanned for devices, device again scanned in, clicked on device and got to channels page, scanned channels and that's it. No EPG prompt.

BTW, I can find no trashcan at the top left of the devices page. I used the control key to reveal the delete option.


Attached Files
.zip   logs-20201212-1150.zip (Size: 323.87 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#82
2020-12-12, 04:55 PM
It is on n the device itself not on devices in general.

When you changed admin/password did you also change the port to 8867

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#83
2020-12-12, 05:26 PM
Yes. In locast\lib\libnextpvr.py in one place:        def __init__(self, ip = '127.0.0.1', port = '8867', pin = '0000', username = 'JohnC998', password= '********'):
I did not change the "port = 8866" earlier in the script.

Now...I went a few steps further:
- After scanning channels, went to the Guide page and manually added the C:\Users\Public\NPVR-data\locast-xmltv.xml guide.
- On the Channels page, selected Auto-map. 
- Then went to the About page and clicked Update EPG. Guide was now filled in with program entries for the new channels.
- Tried to tune a program but after a black screen, got a red Failed message at the bottom of the screen.


Attached Files
.zip   logs-20201212-1211.zip (Size: 428.3 KB / Downloads: 4)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#84
2020-12-12, 05:42 PM
First when you run

cmd /c "C:\Users\Public\NPVR-data\scripts\locast\locast.bat" 104

Do you get a URL? If so could you run

pip list -v

and make sure the required libraries are global.

Whatever the server responded when you start is odd to but I do notice it is telling you to run

"c:\program files\python38\python.exe" -m pip install --upgrade pip

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#85
2020-12-12, 06:06 PM
There is no locast.bat in the locast folder. Can you send it?

Can I do the -upgrade after getting the channels to work?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#86
2020-12-12, 06:12 PM
I'd prefer getting this working.

python locast.py install

to make sure you have the required pieces and I have the installer working. It is created right after the two extras files.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#87
2020-12-12, 06:32 PM
Ran locast.py a third time. No batch file created. Maybe more logging? Something I can step through?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#88
2020-12-12, 07:15 PM
You didn't show me the output from

pip list -v

and I am not sure you updated pip

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#89
2020-12-12, 07:22 PM
OK. Here is the output I believe you asked for:

C:\Users\Public\NPVR-data\scripts\locast>"c:\program files\python38\python.exe" -m pip install --upgrade pip
Defaulting to user installation because normal site-packages is not writeable
Collecting pip
  Downloading pip-20.3.1-py2.py3-none-any.whl (1.5 MB)
    |████████████████████████████████| 1.5 MB 3.2 MB/s
Installing collected packages: pip
  WARNING: The scripts pip.exe, pip3.8.exe and pip3.exe are installed in 'C:\Users\John\AppData\Roaming\Python\Python38\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-20.3.1

C:\Users\Public\NPVR-data\scripts\locast>pip list -v
Package    Version  Location                                                    Installer
---------- --------- ----------------------------------------------------------- ---------
certifi    2020.12.5 c:\users\john\appdata\roaming\python\python38\site-packages pip
chardet    3.0.4    c:\users\john\appdata\roaming\python\python38\site-packages pip
idna      2.10      c:\users\john\appdata\roaming\python\python38\site-packages pip
iso8601    0.1.13    c:\users\john\appdata\roaming\python\python38\site-packages pip
lxml      4.6.2    c:\users\john\appdata\roaming\python\python38\site-packages pip
m3u8      0.7.1    c:\users\john\appdata\roaming\python\python38\site-packages
pip        20.3.1    c:\users\john\appdata\roaming\python\python38\site-packages pip
requests  2.25.0    c:\users\john\appdata\roaming\python\python38\site-packages pip
setuptools 47.1.0    c:\program files\python38\lib\site-packages                pip
urllib3    1.26.2    c:\users\john\appdata\roaming\python\python38\site-packages pip

C:\Users\Public\NPVR-data\scripts\locast>

How's it look?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,918
Threads: 956
Joined: May 2006
#90
2020-12-12, 07:34 PM
Bad, the modules are still not loaded for all users you even get a warning message about that fact. So you have python globally modules globally but not the pip installs.

I really think you should try testing with with gsudo command.

gsudo -s

will give you a Local System command prompt where you should again try

pip list -v

If the modules aren't there run

pip install requests lxml m3u8

with

pip list -v

That isn't explaining why locast.bat isn't being created but you need a working python first.


Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (14): « Previous 1 … 7 8 9 10 11 … 14 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Locast takes a legal hit 2leftfeet 12 3,086 2021-09-08, 10:22 PM
Last Post: Morpheus23
  Locast Extra announcements mvallevand 8 2,422 2021-09-02, 01:52 PM
Last Post: mvallevand
  Locast streaming and recordings failing Esteban 22 4,922 2021-09-01, 09:29 PM
Last Post: mvallevand
  Locast - KeyError during install MrBultitude 5 1,509 2021-09-01, 05:50 PM
Last Post: mvallevand
  Locast Multiple Streams Question pkscout 4 1,564 2021-08-30, 12:14 AM
Last Post: sub
  Locast - I did something terribly wrong?? 2leftfeet 37 6,028 2021-08-28, 05:16 PM
Last Post: mvallevand
  Locast workarounds not working for me loveridgem 19 3,402 2021-08-27, 07:44 PM
Last Post: mvallevand
  Locast - Guide Correct but wrong channel tuned sdKeith 17 3,150 2021-08-26, 10:31 PM
Last Post: sdKeith
  Locast Issues thecow 40 7,628 2021-08-06, 01:41 AM
Last Post: mvallevand
  Got Locast Working- Some thoughts-- biggoronjon 5 1,474 2021-07-29, 02:38 AM
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