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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
It seems there is an error in PinEnvironment. If you call pin_get('/customers', True), the second argument is being passed on to the _pin_request method as the payload argument. This raises:
TypeError: Cannot mix str and non-str arguments
The text was updated successfully, but these errors were encountered:
This feels like it's because of a stale codebase that assumes Python 2.7 or perhaps an older version of Django, but unfortunately I am not able to investigate and fix this issue at this time.
Hi Ross
It seems there is an error in
PinEnvironment
. If you callpin_get('/customers', True)
, the second argument is being passed on to the_pin_request
method as thepayload
argument. This raises:The text was updated successfully, but these errors were encountered: