mecouc wrote: 
> 
> {"name":"mediaservertunnel","url":"https://xxxxxxxxxxx.eu.ngrok.io"}
> Can't locate object method "escape" via package "JSON::PP" at
> perl-updater.pl line 42.
> 

I suspect a search/replace has done more than needed.
line 42 and 43 should now look like this:

Code:
--------------------
    
  $json = JSON::PP->new->allow_nonref->space_after(0)->encode(@subdomains);
  $url = 'https://smartskills.tech/linking/updateNgrok.php?uuid=' . $myUuid . 
'&data=' . uri_escape($json);
  
--------------------



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to