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
Turns out, using requests.text was the underlying issue. We needed to use requests.raw to get the binary data and then save that without any sort of unicode handling.
With the new behavior in b28a992, the cache is not being created because the asset downloads are 404'ing.
Looks like the style asset regular expression might need updated.
The text was updated successfully, but these errors were encountered: