-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Fix: InvalidParamTypeProvidedNULL: fixed login() method #4399
Fix: InvalidParamTypeProvidedNULL: fixed login() method #4399
Conversation
I have this commit 41ea3c6 in production, which uses JSON-RPC with basic auth with requests daily, so far nothing bad is reported. |
Another consideration to do is that apiKey parameter can be null ( apiKey = null ).
So it doesn't make sense that apiKey could be null at this point :) |
We should not change methods parameters. Default |
Actually the change solved the problem :) |
@eneiasramos i dont see how doc type should have impact on it ... please check. |
Quality Gate passedIssues Measures |
Sorry for the delay in responding. The adjustment worked as expected. Thank you very much for your support :) |
Thanks for reporting & PR :) |
Description (*)
I got an error using API when applying the last commits to my master branch.
Apparently any API call is generating the error: Invalid param type provided ("null")
Applying the fix the error disappears.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)