I did get the latest update and I was able to add my account but I
wasn’t able to authorize it. I hope the next error is still within your
reach

> [18-09-30 07:58:07.4413] Slim::Web::JSONRPC::requestMethod (456) Request
> failed with error: Bad dispatch!
> [18-09-30 07:58:13.4290] Slim::Control::Request::execute (1888) Error:
> While trying to run function coderef
> [Slim::Control::Queries::statusQuery]: [Wide character in subroutine
> entry at /usr/share/perl5/Slim/Utils/DbCache.pm line 126.
> 


Code:
--------------------
    
  121 sub _key {
  122         my ( $key ) = @_;
  123         
  124         # Get a 60-bit unsigned int from MD5 (SQLite uses 64-bit signed 
ints for the key)
  125         # Have to concat 2 values here so it works on a 32-bit machine
  126         my $md5 = Digest::MD5::md5_hex($key);
  127         return hex( substr($md5, 0, 8) ) . hex( substr($md5, 8, 7) );
  128 }
  
--------------------


------------------------------------------------------------------------
PlusMinus's Profile: http://forums.slimdevices.com/member.php?userid=68504
View this thread: http://forums.slimdevices.com/showthread.php?t=109388

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

Reply via email to