Skip to content

Instantly share code, notes, and snippets.

@JakeGinnivan
Created January 24, 2012 12:28
Show Gist options
  • Save JakeGinnivan/1669989 to your computer and use it in GitHub Desktop.
Save JakeGinnivan/1669989 to your computer and use it in GitHub Desktop.
System.NotImplementedException occurred
Message=NotImplementedException
StackTrace:
at System.Net.HttpWebRequest.set_CookieContainer(CookieContainer value)
at RestSharp.Http.AppendCookies(HttpWebRequest webRequest)
at RestSharp.Http.ConfigureAsyncWebRequest(String method, Uri url)
at RestSharp.Http.GetStyleMethodInternalAsync(String method, Action`1 callback)
at RestSharp.Http.GetAsync(Action`1 action)
at RestSharp.RestClient.ExecuteAsync(IRestRequest request, Action`2 callback)
at RestSharp.RestClient.ExecuteAsync[T](IRestRequest request, Action`2 callback)
at TaskBoards.Services.RestClientExtensions.ExecuteAwaitableAsync[T](RestClient client, IRestRequest request)
at TaskBoards.Services.TrelloBoardRepository.<IsTokenExpired>d__49.MoveNext()
at TaskBoards.Services.TrelloBoardRepository.IsTokenExpired()
at TaskBoards.Controllers.MainController.<Index>d__2.MoveNext()
at TaskBoards.Controllers.MainController.Index()
at Phoenix.Utilities.DelegateInvoker.ActionInvokerWrapper`1.Call(Object[] args)
at Phoenix.Framework.ActionResolver.GetTask(Controller controller, MethodInfo possibleAction, IEnumerable`1 parameters)
at Phoenix.Framework.ActionResolver.CreateTask(Controller controller, MethodInfo possibleAction, IEnumerable`1 parameters)
at Phoenix.Framework.ActionResolver.<>c__DisplayClassb.<GetBestMatch>b__6(Controller c)
at Phoenix.Framework.ActionResolver.ResolveFor(ControllerActionContext request)
at Phoenix.Framework.ActionInvoker.InvokeInternalAsync(InvokeActionRequest invokeActionRequest, Action`1 contextSetup)
at Phoenix.Framework.ActionInvoker.InvokeInternal(InvokeActionRequest invokeActionRequest, Action`1 contextSetup)
at Phoenix.Framework.ActionInvoker.InvokeAction(InvokeActionRequest request)
at Phoenix.PhoenixApplicationBase.InitialiseApplication(IShell applicationShell)
at Phoenix.PhoenixApplication.CompleteInitialisePhoneApplication(Object sender, NavigationEventArgs e)
at System.Windows.Navigation.NavigationService.RaiseNavigated(Object content, Uri uri, NavigationMode mode, Boolean isNavigationInitiator, PhoneApplicationPage existingContentPage, PhoneApplicationPage newContentPage)
at System.Windows.Navigation.NavigationService.CompleteNavigation(DependencyObject content, NavigationMode mode)
at System.Windows.Navigation.NavigationService.ContentLoader_BeginLoad_Callback(IAsyncResult result)
at System.Windows.Navigation.PageResourceContentLoader.BeginLoad_OnUIThread(AsyncCallback userCallback, PageResourceContentLoaderAsyncResult result)
at System.Windows.Navigation.PageResourceContentLoader.<>c__DisplayClass4.<BeginLoad>b__0(Object args)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(RuntimeMethodInfo rtmi, Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess, StackCrawlMark& stackMark)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, StackCrawlMark& stackMark)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at System.Delegate.DynamicInvokeOne(Object[] args)
at System.MulticastDelegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.Dispatch(DispatcherPriority priority)
at System.Windows.Threading.Dispatcher.OnInvoke(Object context)
at System.Windows.Hosting.CallbackCookie.Invoke(Object[] args)
at System.Windows.Hosting.DelegateWrapper.InternalInvoke(Object[] args)
at System.Windows.RuntimeHost.ManagedHost.InvokeDelegate(IntPtr pHandle, Int32 nParamCount, ScriptParam[] pParams, ScriptParam& pResult)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment