drazisil / ghi

GitHub Issues on the command line. Use your $EDITOR, not your browser.
Other
12 stars 7 forks source link

error: For 'properties/issue', "517" is not an integer. #11

Closed karenetheridge closed 5 years ago

karenetheridge commented 5 years ago

see https://github.com/stephencelis/ghi/issues/371

drazisil commented 5 years ago

I'm not very good at Ruby. I'll take a look, but PRs welcome. The issue is that all args are strings, and somewhere it is being assumed to be a number.

Farmerjoe12 commented 5 years ago

Hey @karenetheridge , I can't seem to reproduce your bug. It doesn't seem like this is still an issue? I ran the same commands on the same repo and didn't get the 'properties/issue' bug.

karenetheridge commented 5 years ago

I see the same problem still:

: [ether@aquavit git/conch]$; brew upgrade ghi
Error: ghi 1.2.0_4 already installed
: [ether@aquavit git/conch]$; ghi -V
ghi version 1.2.0
: [ether@aquavit git/conch]$; ghi edit 517 -H
Invalid request.

For 'properties/issue', "517" is not an integer.
Farmerjoe12 commented 5 years ago

You’re using a Mac?

Sent from Yahoo Mail for iPhone

On Thursday, July 18, 2019, 3:17 PM, Karen Etheridge notifications@github.com wrote:

I see the same problem still: : [ether@aquavit git/conch]$; brew upgrade ghi Error: ghi 1.2.0_4 already installed : [ether@aquavit git/conch]$; ghi -V ghi version 1.2.0 : [ether@aquavit git/conch]$; ghi edit 517 -H Invalid request.

For 'properties/issue', "517" is not an integer.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

karenetheridge commented 5 years ago

yes, using OSX.

Farmerjoe12 commented 5 years ago

Is this only happening when you use 'edit'? What about comment, update, show, open, close, and assign?

karenetheridge commented 5 years ago

create, open, close, comment, lock and unlock all work ok. ghi edit 'new title' also works.