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 May 18, 2022. It is now read-only.
Sorry for the late reply!
For an example, if you would do a curl request: curl http://translate.wordpress.org/projects/wp/dev/de/default/export-translations?format=mo
then you would get this result:
But if you would do it again like so: curl -L http://translate.wordpress.org/projects/wp/dev/de/default/export-translations?format=mo
then you will get the result. The 302 redirect will be accepted with this -L flag. This shows also that the file is behind a 302 redirect but http.get() method in https://github.com/wesleytodd/YeoPress/blob/master/util/wordpress.js:55 does not follow the redirect as curl does.
Yeah, we should convert that to use request instead of the core http module. Marking this as a bug. Thanks!
If you are interested in getting it working it is as simple as using request to make the request. I would accept this PR and publish right away if you make it.
Due to a 302 redirect the language files can not be downloaded. The files are created but the content is an html file with the message '302 Found'.
The text was updated successfully, but these errors were encountered: