Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin doesn`t connect to latest MediaBrower Beta #55

Open
ncoH opened this issue Oct 31, 2014 · 1 comment
Open

plugin doesn`t connect to latest MediaBrower Beta #55

ncoH opened this issue Oct 31, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@ncoH
Copy link
Collaborator

ncoH commented Oct 31, 2014

Connection doesn't work with MediaBrowser 3.0.5416.0.
Exception:
[10-31 10:17:08,983] [29 ] [DEBUG] GET http://xxx.xxx.xxx.xxx:8096/mediabrowser/Users?format=json
[10-31 10:17:09,014] [32 ] [ERROR] System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (401) Nicht autorisiert.
bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
bei System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
bei MediaBrowser.ApiInteraction.HttpWebRequestClient.d__1.MoveNext()
---> (Interne Ausnahme #0) System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (401) Nicht autorisiert.
bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
bei System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)<---

Stack Trace
bei MediaBrowser.Server.Implementations.Session.SessionManager.ValidateSecurityToken(String token) bei MediaBrowser.Server.Implementations.HttpServer.Security.AuthService.ValidateUser(IRequest req, IResponse response, IAuthenticated authAttribtues) bei MediaBrowser.Server.Implementations.HttpServer.Security.AuthService.Authenticate(IRequest request, IResponse response, Object requestDto, IAuthenticated authAttribtues) bei MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter(IRequest request, IResponse response, Object requestDto) bei ServiceStack.ServiceStackHost.ApplyRequestFilters(IRequest req, IResponse res, Object requestDto) bei ServiceStack.Host.RestHandler.ProcessRequestAsync(IRequest httpReq, IResponse httpRes, String operationName)

@apondman apondman added the bug label Oct 31, 2014
@apondman apondman added this to the Backlog milestone Oct 31, 2014
@apondman
Copy link
Owner

Probably have to wait out an ApiClient update for it to work with a beta/dev version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants