versioneye / versioneye_maven_plugin

Maven Plugin for VersionEye
50 stars 22 forks source link

`mvn versioneye:create` fails with ratelimit exceded #70

Open cdeszaq opened 7 years ago

cdeszaq commented 7 years ago

This happens if the project already exists, as well as if the project is band-new. The API key only shows 1 or 2 additonal accesses, so clearly the 50-per-hour limit isn't being hit, but the plugin is getting a ratelimit error.

cdeszaq commented 7 years ago

the securityCheck, versionCheck and the combined goals are all failing for me with the same ratelimit exceeded issue, and now the use counter on the API token isn't even incrementing.

reiz commented 7 years ago

Hi @cdeszaq Sorry for the late response. Can you share a link to your VersionEye project and a link to your pom.xml?

reiz commented 7 years ago

@cdeszaq By default you can make 50 HTTP requests per hour to our public API. If you need more requests you need to buy a paid subscription. Let me know if this is still an issue for you.