github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

Error creating blob: Parse exception converting JSON to object: #102

Open mjremijan opened 8 years ago

mjremijan commented 8 years ago

Trying to use this for the first time....

My POM is a little non-standard. I have a profile named "site" which is bound to the "prepare-package" phase of the Maven build lifecycle. This generates the site fine. Then I have another profile i named "site-deploy-try" which is bound to the "verify" phase of the Maven build lifecycle and has the configuration of the github-site-plugin. I then execute with mvn -Psite,site-deploy-try clean verify

In theory it should work but getting the following error.

--- site-maven-plugin:0.9:site (default) @ ferris-tweial ---

Creating 617 blobs

BUILD FAILURE

Total time: 54.370s Finished at: Fri Oct 16 16:28:34 CDT 2015

Final Memory: 36M/87M

Failed to execute goal com.github.github:site-maven-plugin:0.9:site (default) on project ferris-tweial: Error creating blob: Parse exception converting JSON to object: java.io.IOException: Premature EOF -> [Help 1]

Any thoughts.

mprins commented 8 years ago

You probably got hit by the rate limiting or a different API change, try with a current release of the plugin.

mjremijan commented 8 years ago

Thank you for the suggestion. I will try again with 0.12

jkremser commented 8 years ago

@mjremijan were you able to overcome this issue? I've just hit the same problem.