python-github3 icon indicating copy to clipboard operation
python-github3 copied to clipboard

Assigning labels to issues not possible

Open rolandgeider opened this issue 12 years ago • 3 comments

It's not possible to assign labels to issues. Regardless of what is passed to add_to_issue for the labels, there is always a ValueError thrown:

ValueError: Unable to encode lists with elements that are not 2-tuples.

Also, the example in the documentation is wrong, there are non-keyword arguments after keyword arguments.

rolandgeider avatar Apr 19 '13 20:04 rolandgeider

I can confirm this problem. Do you think you're going to fix this? Also, I noticed that development seems to be stopped at the moment. Can you confirm this? Thanks.

andreagrandi avatar Mar 17 '14 14:03 andreagrandi

Also just ran into this...

raprasad avatar Jun 30 '14 21:06 raprasad

I had similar issue with labels.replace_all() got ValueError: too many values to unpack

rjmackay avatar Aug 23 '15 20:08 rjmackay