Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. nvoke>b__1 (System.Threading.Tasks.Task t) [0x00000] in C:\gl\builds\4ff63adb\0\cfx\fivem\code\client\clrcore\FunctionReference.cs:78
  2.  
  3. at System.Threading.Tasks.ContinuationTaskFromResultTask`1[TAntecedentResult].InnerInvoke () [0x00024] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  4.  
  5. at System.Threading.Tasks.Task.Execute () [0x00000] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  6.  
  7. ---> (Inner Exception #0) MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
  8.  
  9. at MySqlConnector.Core.ServerSession.ConnectAsync (MySqlConnector.Core.ConnectionSettings cs, MySqlConnector.Core.ILoadBalancer loadBalancer, MySqlConnector.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x001dd] in <3c0d3c7928b341c89f199d843f17af8c>:0
  10.  
  11. at MySqlConnector.Core.ConnectionPool.GetSessionAsync (MySql.Data.MySqlClient.MySqlConnection connection, MySqlConnector.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x005e1] in <3c0d3c7928b341c89f199d843f17af8c>:0
  12.  
  13. at MySqlConnector.Core.ConnectionPool.GetSessionAsync (MySql.Data.MySqlClient.MySqlConnection connection, MySqlConnector.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x00801] in <3c0d3c7928b341c89f199d843f17af8c>:0
  14.  
  15. at System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[TResult].GetResult () [0x0001e] in <4ac30274d31c4b8099694c24336fcb22>:0
  16.  
  17. at MySql.Data.MySqlClient.MySqlConnection.CreateSessionAsync (System.Nullable`1[T] ioBehavior, System.Threading.CancellationToken cancellationToken) [0x0018e] in <3c0d3c7928b341c89f199d843f17af8c>:0
  18.  
  19. at System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[TResult].GetResult () [0x0001e] in <4ac30274d31c4b8099694c24336fcb22>:0
  20.  
  21. at MySql.Data.MySqlClient.MySqlConnection.OpenAsync (System.Nullable`1[T] ioBehavior, System.Threading.CancellationToken cancellationToken) [0x000e3] in <3c0d3c7928b341c89f199d843f17af8c>:0
  22.  
  23. at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00017] in <3c0d3c7928b341c89f199d843f17af8c>:0
  24.  
  25. at GHMatti.Data.MySQL.Core.Interaction`1[T].Run () [0x0001f] in <ffd7d261a5d048369d234efae0f269df>:0
  26.  
  27. at GHMatti.Data.MySQL.MySQL+<>c__DisplayClass5_0.<QueryResult>b__0 () [0x0003d] in <ffd7d261a5d048369d234efae0f269df>:0
  28.  
  29. at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  30.  
  31. at System.Threading.Tasks.Task.Execute () [0x00000] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  32.  
  33. --- End of stack trace from previous location where exception was thrown ---
  34.  
  35.  
  36.  
  37. at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object)
  38.  
  39. at GHMattiMySQL.Core.QueryResult (System.String query, System.Object parameters) [0x00304] in <ffd7d261a5d048369d234efae0f269df>:0 <---
  40.  
  41. <---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement