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

error 'Favicon file does not exist' when generating an Image flair #13

Closed
chopeen opened this issue Jan 4, 2011 · 1 comment
Closed

Comments

@chopeen
Copy link

chopeen commented Jan 4, 2011

Input: http://i.imgur.com/BdI2r.png

Exception: System.Exception: Favicon file does not exist

Stack trace:

[Exception: Favicon file does not exist]
   Template.GetFavicon(String siteName) in D:\Users\Rebecca\Documents\Visual Studio 2010\Projects\StackFlair.Web\StackFlair.Mvc\Controllers\Templates.cs:108
   Template.GenerateImage() in D:\Users\Rebecca\Documents\Visual Studio 2010\Projects\StackFlair.Web\StackFlair.Mvc\Controllers\Templates.cs:204
   StackFlair.Mvc.Controllers.GenerateController.GenerateImageFlair(StackData stackData, StackFlairOptions flairOptions) in D:\Users\Rebecca\Documents\Visual Studio 2010\Projects\StackFlair.Web\StackFlair.Mvc\Controllers\GenerateController.cs:93
   StackFlair.Mvc.Controllers.GenerateController.Index(String options, String associationId, String format) in D:\Users\Rebecca\Documents\Visual Studio 2010\Projects\StackFlair.Web\StackFlair.Mvc\Controllers\GenerateController.cs:43
   lambda_method(Closure , ControllerBase , Object[] ) +209
   System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +199
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
   System.Web.Mvc.<>c__DisplayClassd.<InvokeActionMethodWithFilters>b__a() +56
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +267
   System.Web.Mvc.<>c__DisplayClassf.<InvokeActionMethodWithFilters>b__c() +20
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +190
   System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +345
   System.Web.Mvc.Controller.ExecuteCore() +115
   System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +42
   System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
   System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +34
   System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
   System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +43
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8841105
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
@rchern
Copy link
Owner

rchern commented Jan 5, 2011

The daily process that checks for new sites and phase changes had crashed and thus wasn't processing new sites. Good to go now! (And custom errors turned on)

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

No branches or pull requests

2 participants