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
using the example script:
Unhandled exception. GbxRemoteNet.Exceptions.XmlRpcFaultException: (-1000) Permission denied. at GbxRemoteNet.GbxRemoteClient.CallOrFaultAsync(String method, Object[] args) at GbxRemoteNet.GbxRemoteClient.SetApiVersionAsync(String version) at GbxRemoteNet.GbxRemoteClient.LoginAsync(String login, String password) at Program.<Main>$(String[] args)
The text was updated successfully, but these errors were encountered:
this is a problem because AFAIK you can't choose to send SetApiVersion after authenticating
Sorry, something went wrong.
I'm unable to reproduce this error, what server version are you running and which OS?
I am also able to set the API version after authenticating.
Was the latest (2024-03-18 from memory, just via evo docker image) On a linux server
No branches or pull requests
using the example script:
The text was updated successfully, but these errors were encountered: