[18-06-01 09:50:31.6545] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling Slim::Web::HTTP::processHTTP:
Unescaped left brace in regex is illegal here in regex; marked by <--
HERE in m/{{ <-- HERE 00:04:20:10:1a:a5}}/ at
/usr/libexec/Plugins/SettingsManager/Web.pm line 232.
; fh=Slim::Web::HTTP::ClientConn=GLOB(0x55cc5b84b148)

I guess you're using { somewhere in a value, which breaks the regex parsing. Either change the plugin to not interpret those values as regexes (wrap ein \Q...\E), or modify the value to remove the brace or escape it. That's not a LMS issue.

--

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

Reply via email to