Advertisement
Guest User

Untitled

a guest
May 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. -1 18:49:17 BotCredentials | Could not parse the JSON file. Error on line number '13': '"PatreonAccessToken": "",
  2. "Db": NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data/NadekoBot.db,'.
  3. -1 18:49:17 BotCredentials | System.FormatException: Could not parse the JSON file. Error on line number '13': '"PatreonAccessToken": "",
  4. "Db": NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data/NadekoBot.db,'. ---> Newtonsoft.Json.JsonReaderException: Error parsing NaN value. Path 'Db', line 13, position 10.
  5. at Newtonsoft.Json.JsonTextReader.ParseNumberNaN(ReadType readType, Boolean matched)
  6. at Newtonsoft.Json.JsonTextReader.ParseValue()
  7. at Newtonsoft.Json.Linq.JContainer.ReadContentFrom(JsonReader r, JsonLoadSettings settings)
  8. at Newtonsoft.Json.Linq.JContainer.ReadTokenFrom(JsonReader reader, JsonLoadSettings options)
  9. at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
  10. at Microsoft.Extensions.Configuration.Json.JsonConfigurationFileParser.Parse(Stream input)
  11. at Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)
  12. --- End of inner exception stack trace ---
  13. at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
  14. at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load()
  15. at Microsoft.Extensions.Configuration.ConfigurationRoot..ctor(IList`1 providers)
  16. at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
  17. at NadekoBot.Core.Services.Impl.BotCredentials..ctor() in /Users/hamzah/NadekoBot/NadekoBot.Core/Services/Impl/BotCredentials.cs:line 58
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement