nathanwoulfe / Plumber

The workflow solution for Umbraco 7
39 stars 20 forks source link

Could not get workflow log #136

Open RihabAlrefae opened 4 years ago

RihabAlrefae commented 4 years ago

Describe the bug After installing the workflow 1.1.13 from the NuGet it shows the following error workflow error

and the Log file error is

ERROR Workflow.Api.SettingsController - Error getting version information 
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at Workflow.Api.SettingsController.GetVersion()

Plumber version 1.1.13 Umbraco Version 7.15.5

nathanwoulfe commented 4 years ago

@RihabAlrefae that error is unrelated to the logs exception (changes to GitHub API that I wasn't aware of). Could you please check the UmbracoTraceLog for anything raised by Workflow.Api.LogsController.GetDates()