Stanford-Online / edx-platform

The Open edX platform, the software that powers Lagunita!
https://lagunita.stanford.edu
GNU Affero General Public License v3.0
42 stars 18 forks source link

Treat Marketo error codes as strings, always #941

Closed stvstnfrd closed 5 years ago

stvstnfrd commented 5 years ago

This fixes a bug where error handling was not properly matching these error codes due to the type mismatch. This meant that the logic to auto-renew expired authentication tokens was never triggered, causing all future API requests to fail.