Skip to content
mbernat edited this page May 17, 2013 · 4 revisions

The plugin displays an error telling me about a missing cookie file when I run git flow init -d

This is because the rbt tool stores the RB credentials in a cookie file in your $HOME directory. And it's stupid enough to log an error when the cookie is not found, although technically this is not an error, it just means you're running it for the first time. So please ignore the error and input your RB username and password to continue.

>>> rbt output CRITICAL:root:Error uploading diff

This can happen because origin/develop has diverged (a team-member finished one of the stories). Manual solution: git flow feature finish --no-review, then resolve conflicts in develop and push. Then generate the correct review manually with git diff and upload that to RB.