`git bug bridge configure` interactive mode rejects gitlab token

Timeline

Yurii Zinets (yznts) opened

If token provided with --token=... arg, everything works, but interactive mode rejects it with "incorrect token format" message.

Michael Muré (MichaelMure) commented

Which version of git-bug are you using?

Yurii Zinets (yznts) commented

Sorry for missing information. Latest available with brew install.

$ git bug --version
git-bug version v0.7.2

Michael Muré (MichaelMure) commented

Could you try the master branch? There has been significant changes since that.

Yurii Zinets (yznts) commented (edited)

Thanks for advice! Is there any particular reason of avoiding new release?

Unfortunately, due to the issue witb gitlab bridge (https://github.com/MichaelMure/git-bug/issues/839) using this tool makes no sense for me now. I hope installing master version will help to solve that.

If it doesn't help, I can take care of the problem.

Michael Muré (MichaelMure) commented

Well, I got myself thinking that the next version will be 1.0, which comes with some form of guarantee regarding the stored data. But there is still some things to achieve before that, but I'm starting to feel that a new release before that wouldn't hurt.

Yurii Zinets (yznts) commented

Master version fixed this issue. Anyway, found another minor issue, "detected projects" proposes incorrect url (double slash issue):

Detected projects:
[1]: https://gitlab.com//comr...

But still can provide own correct. I think issue can be closed now. Thanks for your help! I'll continue conversation on this (https://github.com/MichaelMure/git-bug/issues/839) issue :)

Yurii Zinets (yznts) closed the bug