Advertisement
BerSun

Untitled

Apr 22nd, 2020
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. FormatException: Input string was not in a correct format.
  2. System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  3. System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  4. System.Int32.Parse (System.String s) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  5. Balance.Bloggers.BloggersInfoManager.ParseSheet (System.String[] rows) (at Assets/Scripts/Balance/Bloggers/BloggersInfoManager.cs:66)
  6. SwiftGoogleSheetParser.SheetParserContainer.ParseLocalFile () (at Assets/Scripts/SwiftGoogleSheetParser/SheetParserContainer.cs:113)
  7. SwiftGoogleSheetParser.SheetParserContainer.CheckDownload () (at Assets/Scripts/SwiftGoogleSheetParser/SheetParserContainer.cs:121)
  8. SwiftGoogleSheetParser.SheetParserContainer.OnDownloaded (System.Object sender, System.ComponentModel.AsyncCompletedEventArgs e) (at Assets/Scripts/SwiftGoogleSheetParser/SheetParserContainer.cs:148)
  9. System.Net.WebClient.OnDownloadFileCompleted (System.ComponentModel.AsyncCompletedEventArgs e) (at <9f8c4786222746238eb929db40bf8dd1>:0)
  10. System.Net.WebClient.DownloadFileOperationCompleted (System.Object arg) (at <9f8c4786222746238eb929db40bf8dd1>:0)
  11. UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/UnitySynchronizationContext.cs:114)
  12. UnityEngine.UnitySynchronizationContext:ExecuteTasks()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement