craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exist with error when not able to installed and give suggestions

MrCoder opened this issue · comments

I forgot to add /wiki in .pluprc. The process got stuck at Installing... [100%].

> pluploader install --cloud --plugin-uri https://conf-stg-full.pages.dev/descriptor
[11:53:16] INFO     https://conf-stg-full.pages.dev/descriptor will be uploaded to https://zenuml-stg.atlassian.net
Installing... [100%] ━━━━
Installing... [100%] ━━━━
(Ctrl + C)
Aborted!

A more friendly output could be exiting and print out some suggestions such as "if you are installing on Confluence, do not forget to add /wiki to the end of the base url".

Thanks for reporting - I will take a look into it. It certainly shouldn't get stuck at 100%, but report an error.

With v0.8.2, the error logging for install on cloud is now greatly improved. This won't show the error message you requested, as technically omitting the /wiki is correct for jira, but it will show a error message now in case the installation fails, which may helps finding the actual cause.