Closed insiyab closed 4 years ago
Here's a potential fix that I found: https://github.com/scoringengine/scoringengine/issues/670 (change werkzeug.url_decode to werkzeug.urls.url_decode or pin Werkzeug to an earlier version < 1.0)
But I'm not sure in which file I should actually apply the fix to.
Oh you know what this is actually stemming from files that will be deleted as part of our spring cleaning, so we don't really need to fix this issue
oh yeet
Hakan Alpay Computer Science, UCLA
On Fri, Apr 24, 2020 at 6:03 PM Will Fehrnstrom notifications@github.com wrote:
Oh you know what this is actually stemming from files that will be deleted as part of our spring cleaning, so we don't really need to fix this issue
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ucladevx/Bmaps-Backend/issues/172#issuecomment-619295533, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5CFT4RVOB3ALH5XRQLGGDROIZGBANCNFSM4MPGUS2Q .
Made a temporary patch to fix this until werkzeug is removed completely: https://github.com/ucladevx/Bmaps-Backend/pull/174
Running into this error when I run
make dev
on backend. (I made sure to runmake build-base
beforehand).