We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
When trying to use tik4net in net6 api solution I am get this error. Have tried all combos and all throw same error.
IOException: Can not read sentence from connection tik4net.Api.ApiConnection.ReadSentence() tik4net.Api.ApiConnection.GetOne(string tag) tik4net.Api.ApiConnection.GetAll(string tag)+MoveNext() System.Collections.Generic.List..ctor(IEnumerable collection) System.Linq.Enumerable.ToList(IEnumerable source) tik4net.Api.ApiConnection.CallCommandSync(string[] commandRows) tik4net.Api.ApiCommand.ExecuteScalarInternal(string target, bool allowReturnDefault, string defaultValue) tik4net.Api.ApiCommand.ExecuteScalarOrDefault() tik4net.Api.ApiConnection.Login_v3(string user, string password) tik4net.Api.ApiConnection.Open(string host, int port, string user, string password) tik4net.Api.ApiConnection.Open(string host, string user, string password) DCAPIServer.Controllers.TestController.GetQBytes() in TestController.cs + connection.Open(host, user, pass);
The text was updated successfully, but these errors were encountered:
It works (see tik4net.coreconsole) ... So the problem should be somewhere else (did you allow API on mikrotik router?) SSL or without SSL?
Sorry, something went wrong.
No branches or pull requests
Hi
When trying to use tik4net in net6 api solution I am get this error. Have tried all combos and all throw same error.
IOException: Can not read sentence from connection
tik4net.Api.ApiConnection.ReadSentence()
tik4net.Api.ApiConnection.GetOne(string tag)
tik4net.Api.ApiConnection.GetAll(string tag)+MoveNext()
System.Collections.Generic.List..ctor(IEnumerable collection)
System.Linq.Enumerable.ToList(IEnumerable source)
tik4net.Api.ApiConnection.CallCommandSync(string[] commandRows)
tik4net.Api.ApiCommand.ExecuteScalarInternal(string target, bool allowReturnDefault, string defaultValue)
tik4net.Api.ApiCommand.ExecuteScalarOrDefault()
tik4net.Api.ApiConnection.Login_v3(string user, string password)
tik4net.Api.ApiConnection.Open(string host, int port, string user, string password)
tik4net.Api.ApiConnection.Open(string host, string user, string password)
DCAPIServer.Controllers.TestController.GetQBytes() in TestController.cs
+
connection.Open(host, user, pass);
The text was updated successfully, but these errors were encountered: