Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swapping users causes error #5

Closed
Randolph42 opened this issue Aug 6, 2014 · 2 comments
Closed

Swapping users causes error #5

Randolph42 opened this issue Aug 6, 2014 · 2 comments

Comments

@Randolph42
Copy link

./gdc Randolph42
./gdc Alenka
(no result)

try organisation instead:

./gdc DeepCloudPtyLtd
Traceback (most recent call last):
File "./gdc", line 48, in
full_names.insert(0, ensure_str(rep['full_name']))
TypeError: string indices must be integers

@Jan-E
Copy link

Jan-E commented May 8, 2015

I got the same error with ./gdc rethinkdb (using Python 2.7.9):

# ./gdc rethinkdb
Traceback (most recent call last):
  File "./gdc", line 48, in <module>
    full_names.insert(0, ensure_str(rep['full_name']))

Is there a fix?

@mmilidoni
Copy link
Owner

@Randolph42 For Alenka project you have only pre-release, not release.

@Jan-E ./gdc rethinkdb runs with latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants