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
If you set the request handler configuration to config.raise_jsonapi_errors = true and you send the page parameter with anything other than a hash a TypeError: no implicit conversion of Symbol into Integer errors raise instead of the proper Error because the format of the message is the incorrect one:
If you set the request handler configuration to
config.raise_jsonapi_errors = true
and you send thepage
parameter with anything other than a hash aTypeError: no implicit conversion of Symbol into Integer
errors raise instead of the proper Error because the format of the message is the incorrect one:https://github.com/runtastic/request_handler/blob/master/lib/request_handler/page_parser.rb#L14
https://github.com/runtastic/request_handler/blob/master/lib/request_handler/error.rb#L22
The text was updated successfully, but these errors were encountered: