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
when i try to get get a param from a url, the app gave me this error
ERROR:growler.router:4441216280:'GrowlerHTTPResponder' object has no attribute 'client_query'
ERROR:growler.middleware_chain:4437457384:'GrowlerHTTPResponder' object has no attribute 'client_query' https://gist.github.com/leonardoo/cc9c0ae4ac0593553b4bfea239758528
Thanks for your contribution! That bug was introduced a while ago when I was trying to move away from the parser storing data and putting more client information into the Protocol object. The target for that particular property was this attribute (otherwise unused). This also shows I need to buckle down and get more test coverage.
when i try to get get a param from a url, the app gave me this error
ERROR:growler.router:4441216280:'GrowlerHTTPResponder' object has no attribute 'client_query'
ERROR:growler.middleware_chain:4437457384:'GrowlerHTTPResponder' object has no attribute 'client_query'
https://gist.github.com/leonardoo/cc9c0ae4ac0593553b4bfea239758528
the fix is change:
for this:
The text was updated successfully, but these errors were encountered: