Skip to content
New issue

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

calling SetApiVersion before authentication gives permissions error #88

Open
XertroV opened this issue Apr 21, 2024 · 3 comments
Open

Comments

@XertroV
Copy link

XertroV commented Apr 21, 2024

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)
@XertroV
Copy link
Author

XertroV commented Apr 21, 2024

this is a problem because AFAIK you can't choose to send SetApiVersion after authenticating

@snixtho
Copy link
Member

snixtho commented Apr 26, 2024

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.

@XertroV
Copy link
Author

XertroV commented Apr 26, 2024

Was the latest (2024-03-18 from memory, just via evo docker image)
On a linux server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants