Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. Time Elapsed 00:00:04.96
  2. Running NadekoBot. Please wait.
  3. 09:31:13 NadekoBot | Starting NadekoBot v1.7
  4. 09:31:13 NadekoBot | Shard 0 logging in ...
  5. 09:31:16 NadekoBot | Shard 0 logged in.
  6. 09:31:16 NadekoBot | Shard 0 loading services...
  7. 09:31:16 ImagesService | System.FormatException: Input string was not in a correct format.
  8. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
  9. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  10. at NadekoBot.Services.Impl.ImagesService.<>c.<Reload>b__48_1(String x) in /home/kronkle/NadekoBot/src/NadekoBot/Services/Impl/ImagesService.cs:line 61
  11. at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
  12. at System.Linq.EnumerableSorter`1.ComputeMap(TElement[] elements, Int32 count)
  13. at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
  14. at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__3.MoveNext()
  15. at System.Linq.Enumerable.SelectIPartitionIterator`2.ToArray()
  16. at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
  17. at System.Collections.Immutable.ImmutableArray.CreateRange[T](IEnumerable`1 items)
  18. at NadekoBot.Services.Impl.ImagesService.Reload() in /home/kronkle/NadekoBot/src/NadekoBot/Services/Impl/ImagesService.cs:line 60
  19.  
  20. Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.FormatException: Input string was not in a correct format.
  21. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
  22. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  23. at NadekoBot.Services.Impl.ImagesService.<>c.<Reload>b__48_1(String x) in /home/kronkle/NadekoBot/src/NadekoBot/Services/Impl/ImagesService.cs:line 61
  24. at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
  25. at System.Linq.EnumerableSorter`1.ComputeMap(TElement[] elements, Int32 count)
  26. at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
  27. at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__3.MoveNext()
  28. at System.Linq.Enumerable.SelectIPartitionIterator`2.ToArray()
  29. at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
  30. at System.Collections.Immutable.ImmutableArray.CreateRange[T](IEnumerable`1 items)
  31. at NadekoBot.Services.Impl.ImagesService.Reload() in /home/kronkle/NadekoBot/src/NadekoBot/Services/Impl/ImagesService.cs:line 83
  32. --- End of inner exception stack trace ---
  33. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  34. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  35. at NadekoBot.Services.NServiceProvider.ServiceProviderBuilder.LoadFrom(Assembly assembly) in /home/kronkle/NadekoBot/src/NadekoBot/Services/ServiceProvider.cs:line 102
  36. at NadekoBot.NadekoBot.AddServices() in /home/kronkle/NadekoBot/src/NadekoBot/NadekoBot.cs:line 132
  37. at NadekoBot.NadekoBot.<RunAsync>d__43.MoveNext() in /home/kronkle/NadekoBot/src/NadekoBot/NadekoBot.cs:line 224
  38. --- End of stack trace from previous location where exception was thrown ---
  39. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  40. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  41. at NadekoBot.NadekoBot.<RunAndBlockAsync>d__45.MoveNext() in /home/kronkle/NadekoBot/src/NadekoBot/NadekoBot.cs:line 274
  42. --- End of stack trace from previous location where exception was thrown ---
  43. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  44. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  45. at NadekoBot.Program.Main(String[] args) in /home/kronkle/NadekoBot/src/NadekoBot/Program.cs:line 16
  46. Done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement