Discussions » Greasy Fork Feedback
Why is meta API sometimes returns the previous version but not the latest?
Oh, thank you. The buffering time now seems to be shortened.
Greasy Fork is available in English.
Discussions » Greasy Fork Feedback
Oh, thank you. The buffering time now seems to be shortened.
I tried to request urls like
https://greasyfork.org/scripts/{NumberScriptID}/code/script.meta.js
to get the meta info of one script (for example: https://greasyfork.org/scripts/416310/code/script.meta.js). But I found the meta info didn't appears like the latest version of the script (for example, the latest version of https://greasyfork.org/scripts/416310/ is1.4.8
, but when I request https://greasyfork.org/scripts/416310/code/script.meta.js I've got version1.4.7.1
(the previous version but not the latest)).Similarly, I got the previous version when I requested urls likehttps://greasyfork.org/scripts/{NumberScriptID}/code/script.user.js
. How can I get the latest meta data and latest script using ScriptID?PS: While I'm typing these words, I found the problem disappeared itself, and now I'll get the latest version if I request those urls again. Is there any buffering time in GreasyFork?