You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sigma67, thanks for the bug report. This is related to #2737. @qwerty541 should we handle this behavoir internally?
@rickstaa We should not resolve type conflicts of query parameters internally, but i agree with @sigma67 that we should show adequate error message to user. I'll try to make a pull request soon to fix this.
Describe the bug
When creating my own deployment, by mistake I passed an URL parameter twice. This can happen easily due to the number of configuration parameters.
In this example, I passed
hide
twice totop-langs
.I was greeted with the error message
str.split is not a function
.Expected behavior
github-readme-stats should perform basic validation and provide a decent error message. This would also prevent unnecessary issues created on GitHub.
Screenshots / Live demo link
No response
Additional context
Thanks for creating this great project!
The text was updated successfully, but these errors were encountered: