Smaky 131 Posted September 3, 2015 Posted September 3, 2015 Shortly after a complete server reinstall (and also happening before this) I am getting errors while Import Last.fm Data job is run. 2015-09-03 09:27:41.1497 Error - App: Error getting response from http://ws.audioscrobbler.com/2.0/?format=json&api_key=cb3bdcd415fcb40cd572b137b2b255f5&method=library.getTracks&user=SmakyFeter&limit=200&page=1 *** Error Report *** Version: 3.0.5724.3 Command line: C:\Users\XXXXX\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe Operating system: Microsoft Windows NT 6.2.9200.0 Processor count: 8 64-Bit OS: True 64-Bit Process: False Program data path: C:\Users\XXXXX\AppData\Roaming\Emby-Server Application Path: C:\Users\XXXXX\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe The remote server returned an error: (400) Bad Request. System.Net.WebException at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) 2015-09-03 09:27:41.1497 Error - App: Error *** Error Report *** Version: 3.0.5724.3 Command line: C:\Users\XXXXX\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe Operating system: Microsoft Windows NT 6.2.9200.0 Processor count: 8 64-Bit OS: True 64-Bit Process: False Program data path: C:\Users\XXXXX\AppData\Roaming\Emby-Server Application Path: C:\Users\XXXXX\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe The remote server returned an error: (400) Bad Request. MediaBrowser.Model.Net.HttpException at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsyncInternal>d__1e.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsync>d__7.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager.<Get>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at LastfmScrobbler.Api.BaseLastfmApiClient.<Get>d__a`2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at LastfmScrobbler.Api.LastfmApiClient.<GetTracks>d__26.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() at LastfmScrobbler.ScheduledTasks.ImportLastfmData.<GetUsersLibrary>d__29.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at LastfmScrobbler.ScheduledTasks.ImportLastfmData.<SyncDataforUserByArtistBulk>d__15.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at LastfmScrobbler.ScheduledTasks.ImportLastfmData.<Execute>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.<ExecuteInternal>d__c.MoveNext() InnerException: System.Net.WebException The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) 2015-09-03 09:27:41.1497 Info - App: Import Last.fm Data Failed after 0 minute(s) and 8 seconds Full log attached. server-63576869235.txt
Luke 42077 Posted September 7, 2015 Posted September 7, 2015 The plugin was built by a community developer who has not been around as much lately. Someone new is going to have to volunteer to look at it.
Smaky 131 Posted September 7, 2015 Author Posted September 7, 2015 Is the code for this plug-in available in GitHub?
ebr 16169 Posted September 7, 2015 Posted September 7, 2015 Is the code for this plug-in available in GitHub? https://github.com/MediaBrowser/Emby.Plugins/tree/master/MediaBrowser.Plugins.Lastfm
Smaky 131 Posted September 8, 2015 Author Posted September 8, 2015 Hopefully I will find some time to try to fix this one. Thanks. 1
Smaky 131 Posted September 8, 2015 Author Posted September 8, 2015 I forked the plugins repository from GitHub but the last.fm contents were not copied. Is there something else I should do?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now