-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
rpc error #15
Comments
I'm getting the same issue here. |
Any updates on this? |
Alright created a fix for this issue PR. The problem was that the As a temporary solution until the PR is accepted you can overwrite the file
Cheers! |
Updated the PR again because I ran into Also, I rewrote the |
The PR has been accepted but the new tag hasn't been released so it won't work until then |
Hello,
I've tried to use the client rpc call with something like:
client.DB.Rpc("search",....)
but I get the error:
Post "/rpc/public/search": unsupported protocol scheme ""
I think there's an issue with the baseURL in the client maybe? can you help? thanks
The text was updated successfully, but these errors were encountered: