Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Authenticating with Nucleus...
  2. server thread hitch warning: timer interval of 5806 milliseconds
  3. Exception thrown by a task: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts.
  4. 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
  5. at MySqlConnector.Core.ConnectionPool.GetSessionAsync (MySql.Data.MySqlClient.MySqlConnection connection, MySqlConnector.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x005e1] in <3c0d3c7928b341c89f199d843f17af8c>:0
  6. at MySqlConnector.Core.ConnectionPool.GetSessionAsync (MySql.Data.MySqlClient.MySqlConnection connection, MySqlConnector.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x00801] in <3c0d3c7928b341c89f199d843f17af8c>:0
  7. at System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[TResult].GetResult () [0x0001e] in <4ac30274d31c4b8099694c24336fcb22>:0
  8. at MySql.Data.MySqlClient.MySqlConnection.CreateSessionAsync (System.Nullable`1[T] ioBehavior, System.Threading.CancellationToken cancellationToken) [0x0018e] in <3c0d3c7928b341c89f199d843f17af8c>:0
  9. at System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[TResult].GetResult () [0x0001e] in <4ac30274d31c4b8099694c24336fcb22>:0
  10. at MySql.Data.MySqlClient.MySqlConnection.OpenAsync (System.Nullable`1[T] ioBehavior, System.Threading.CancellationToken cancellationToken) [0x000e3] in <3c0d3c7928b341c89f199d843f17af8c>:0
  11. at MySql.Data.MySqlClient.MySqlConnection.Open () [0x00017] in <3c0d3c7928b341c89f199d843f17af8c>:0
  12. at GHMatti.Data.MySQL.Core.Interaction`1[T].Run () [0x0001f] in <ffd7d261a5d048369d234efae0f269df>:0
  13. at GHMatti.Data.MySQL.MySQL+<>c__DisplayClass3_0.<Query>b__0 () [0x00049] in <ffd7d261a5d048369d234efae0f269df>:0
  14. at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <4fffd39960df419684f9b9cb5ce46688>:0
  15. at System.Threading.Tasks.Task.Execute () [0x00000] in <4fffd39960df419684f9b9cb5ce46688>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement