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: b2a_base64() argument 1 must be convertible to a buffer, not ConnectorSession #105

Open
jobiols opened this issue Dec 31, 2017 · 0 comments

Comments

@jobiols
Copy link

jobiols commented Dec 31, 2017

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/wdb/ui.py", line 193, in loop
    stop = self.interact()
  File "/usr/local/lib/python2.7/dist-packages/wdb/ui.py", line 240, in interact
    rv = fun(data)
  File "/usr/local/lib/python2.7/dist-packages/wdb/ui.py", line 774, in do_display
    'val': from_bytes(b64encode(thing)),
  File "/usr/lib/python2.7/base64.py", line 54, in b64encode
    encoded = binascii.b2a_base64(s)[:-1]
TypeError: b2a_base64() argument 1 must be convertible to a buffer, not ConnectorSession

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

1 participant