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

TypeError: 'str' does not support the buffer interface #21

Closed
supergithubo opened this issue Jun 29, 2015 · 2 comments
Closed

TypeError: 'str' does not support the buffer interface #21

supergithubo opened this issue Jun 29, 2015 · 2 comments
Labels

Comments

@supergithubo
Copy link

TypeError when random_file_name is set to true on Python 3.4.3:

since:
Log Split Length: 319
Traceback (most recent call last):
  File "gitdummy.py", line 140, in <module>
    commit['filename'] = base64.urlsafe_b64encode(uuid.uuid4().bytes).replace('=
', '')
TypeError: 'str' does not support the buffer interface
@realtux
Copy link
Owner

realtux commented Jun 29, 2015

Eek, let me have a look at fixing this.

@realtux realtux added the bug label Jun 29, 2015
@realtux
Copy link
Owner

realtux commented Aug 12, 2015

Sorry this took so long to fix. If you're still using the project, let me know if it solves it for you.

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

No branches or pull requests

2 participants