philchillbill wrote: 
> Would the Perl not be easier than Python, given that pCP needs Perl
> itself? All the script does is a HTTPS GET to a specific url with some
> url parameters filled out. It can be done from any language. If it helps
> you at all, I have a tiny sh script that does it too. pCP has sh
> available.

I've just been trying the perl script.  I first installed LMS, so as to
get all the associated perl modules, but running updater.pl gives me a
similar missing module error:

Code:
--------------------
    tc@pCP:~$ perl updater.pl
  Can't locate LWP/UserAgent.pm in @INC (you may need to install the 
LWP::UserAgent module) (@INC contains: 
/usr/local/lib/perl5/site_perl/5.32.0/aarch64-linux-thread-multi 
/usr/local/lib/perl5/site_perl/5.32.0 
/usr/local/lib/perl5/vendor_perl/5.32.0/aarch64-linux-thread-multi 
/usr/local/lib/perl5/vendor_perl/5.32.0 
/usr/local/lib/perl5/5.32.0/aarch64-linux-thread-multi 
/usr/local/lib/perl5/5.32.0) at updater.pl line 8.
  BEGIN failed--compilation aborted at updater.pl line 8.
  
--------------------


That tiny sh script would be very useful, thank you.  Yes, pCP has sh. 
I've tried to figure out, from both the python and the perl, what those
specific url parameters are for the https get, but haven't managed it.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to