37
« on: June 01, 2014, 08:23:52 PM »
I also have the 530 error when trying to load the library in Retune. I enabled log4net and can see the startup and retune connection all seem fine, so there dosen't seem to be any connectivity issue. However, I found this at the end of the log:
2014-06-01 15:10:53,965 [25] DEBUG Melloware.DACP.DatabaseResponse [(null)] - Creating DatabaseResponse...
2014-06-01 15:10:55,258 [25] ERROR Melloware.DACP.DACPServer [(null)] - MusicBee Error: Input string was not in a correct format.
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s)
at DacpMusicBeePlugin.MusicBeeLibCache..ctor(MusicBeeApiInterface mbApi) in c:\Users\SCARAMACCAI\Documents\Visual Studio 2013\Projects\dacp-net-read-only\DacpMusicBeeServer\MusicBeeLibCache.cs:line 135
at MusicBeePlugin.Plugin.<.ctor>b__86() in c:\Users\SCARAMACCAI\Documents\Visual Studio 2013\Projects\dacp-net-read-only\DacpMusicBeeServer\Plugin.cs:line 35
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at MusicBeePlugin.Plugin.GetDatabaseInfo(HttpListenerRequest request) in c:\Users\SCARAMACCAI\Documents\Visual Studio 2013\Projects\dacp-net-read-only\DacpMusicBeeServer\Plugin.cs:line 697
at Melloware.DACP.DACPServer.DispatchRequest(HttpListenerRequest request, HttpListenerResponse response, Boolean isCompressed) in c:\Users\SCARAMACCAI\Documents\Visual Studio 2013\Projects\dacp-net-read-only\dacp-net\Melloware.DACP\DACPServer.cs:line 367