Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 404 Not Found while uploading plugin #11

Closed
kashishm opened this issue Jan 9, 2017 · 1 comment · Fixed by #26
Closed

Getting 404 Not Found while uploading plugin #11

kashishm opened this issue Jan 9, 2017 · 1 comment · Fixed by #26

Comments

@kashishm
Copy link

kashishm commented Jan 9, 2017

command

java -jar ~/Downloads/plugin-repository-rest-client-0.1.15-all.jar upload -host https://plugins.jetbrains.com/ -channel Nightly -username username -password "password" -plugin <number> -file build/distributions/plugin-0.0.1.zip

Sometimes, I am getting 404 Not Found with following exception

2017-01-09T15:49:44,539 [main] INFO  plugin-repository-rest-client - Uploading plugin <number> from plugin-0.0.1.zip to https://plugins.jetbrains.com/
Exception in thread "main" retrofit.RetrofitError: 404 Not Found
	at retrofit.RetrofitError.httpError(RetrofitError.java:40)
	at retrofit.RestAdapter$RestHandler.invokeRequest(RestAdapter.java:388)
	at retrofit.RestAdapter$RestHandler.invoke(RestAdapter.java:240)
	at org.jetbrains.intellij.pluginRepository.$Proxy2.upload(Unknown Source)
	at org.jetbrains.intellij.pluginRepository.PluginRepositoryInstance.uploadPlugin(pluginRepositoryRest.kt:38)
	at org.jetbrains.intellij.pluginRepository.Uploader$Companion.main(uploader.kt:37)
	at org.jetbrains.intellij.pluginRepository.Uploader.main(uploader.kt)
@wickedev
Copy link

The problem was resolved when I tried to upload it manually first on website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants