Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 KB | None | 0 0
  1. root@DietPi:/var/opt/ptmagic/bot1# dotnet PTMagic.dll
  2. 2019/06/17 13:28:15.252 INFO -
  3. 2019/06/17 13:28:16.075 INFO - ██████╗ ████████╗ ███╗ ███╗ █████╗ ██████╗ ██╗ ██████╗
  4. 2019/06/17 13:28:16.079 INFO - ██╔══██╗╚══██╔══╝ ████╗ ████║██╔══██╗██╔════╝ ██║██╔════╝
  5. 2019/06/17 13:28:16.079 INFO - ██████╔╝ ██║ ██╔████╔██║███████║██║ ███╗██║██║
  6. 2019/06/17 13:28:16.079 INFO - ██╔═══╝ ██║ ██║╚██╔╝██║██╔══██║██║ ██║██║██║
  7. 2019/06/17 13:28:16.079 INFO - ██║ ██║ ██║ ╚═╝ ██║██║ ██║╚██████╔╝██║╚██████╗
  8. 2019/06/17 13:28:16.079 INFO - ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝
  9. 2019/06/17 13:28:16.087 INFO - Version 2.0.1
  10. 2019/06/17 13:28:16.087 INFO -
  11. 2019/06/17 13:28:16.087 INFO - Starting PTMagic in /var/opt/ptmagic/bot1
  12. 2019/06/17 13:28:18.125 FATAL - Error loading configuration! Newtonsoft.Json.JsonReaderException Error parsing comment. Expected: *, got v. Path 'GeneralSettings.Application.ProfitTrailerPath', line 7, position 28. at Newtonsoft.Json.JsonTextReader.ParseComment(Boolean setToken)
  13. at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType)
  14. at Newtonsoft.Json.JsonTextReader.ReadAsString()
  15. at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
  16. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  17. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  18. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  19. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  20. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  21. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  22. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  23. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  24. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  25. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  26. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  27. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  28. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  29. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  30. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  31. at Core.Main.PTMagicConfiguration.LoadSettings(String basePath) in D:\Tools\ptmagic-github\Core\Main\PTMagicConfiguration.cs:line 26
  32. at Core.Main.PTMagic.InitializeConfiguration() in D:\Tools\ptmagic-github\Core\Main\PTMagic.cs:line 461
  33.  
  34. Unhandled Exception: Newtonsoft.Json.JsonReaderException: Error parsing comment. Expected: *, got v. Path 'GeneralSettings.Application.ProfitTrailerPath', line 7, position 28.
  35. at Core.Main.PTMagic.InitializeConfiguration() in D:\Tools\ptmagic-github\Core\Main\PTMagic.cs:line 468
  36. at Core.Main.PTMagic.StartProcess() in D:\Tools\ptmagic-github\Core\Main\PTMagic.cs:line 424
  37. at PTMagic.Program.Main(String[] args) in D:\Tools\ptmagic-github\PTMagic\Program.cs:line 21
  38. Aborted
  39. 2019/06/17 13:32:55.086 FATAL - Error loading configuration! Newtonsoft.Json.JsonReaderException Input string '..' is not a valid number. Path 'GeneralSettings.Application.ProfitTrailerPath', line 7, position 29. at Newtonsoft.Json.JsonTextReader.ParseReadNumber(ReadType readType, Char firstChar, Int32 initialPosition)
  40. at Newtonsoft.Json.JsonTextReader.ParseNumber(ReadType readType)
  41. at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType)
  42. at Newtonsoft.Json.JsonTextReader.ReadAsString()
  43. at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
  44. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  45. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  46. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  47. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  48. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  49. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  50. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  51. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  52. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  53. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  54. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  55. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  56. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  57. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  58. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  59. at Core.Main.PTMagicConfiguration.LoadSettings(String basePath) in D:\Tools\ptmagic-github\Core\Main\PTMagicConfiguration.cs:line 26
  60. at Core.Main.PTMagic.InitializeConfiguration() in D:\Tools\ptmagic-github\Core\Main\PTMagic.cs:line 461
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement