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

Issue with authentication #2

Closed
ediskandarov opened this issue Jul 28, 2015 · 0 comments
Closed

Issue with authentication #2

ediskandarov opened this issue Jul 28, 2015 · 0 comments

Comments

@ediskandarov
Copy link

Traceback (most recent call last):
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/tornado/web.py", line 1415, in _execute
    result = yield result
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/tornado/gen.py", line 870, in run
    value = future.result()
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/tornado/gen.py", line 876, in run
    yielded = self.gen.throw(*exc_info)
  File "/home/e.iskandarov/workspace/icq-complaints/icq/main.py", line 76, in post
    yield self.handle_spam(complaint, insert_id, result)
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/tornado/gen.py", line 870, in run
    value = future.result()
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/tornado/gen.py", line 879, in run
    yielded = self.gen.send(value)
  File "/home/e.iskandarov/workspace/icq-complaints/icq/main.py", line 268, in handle_spam
    yield from self.tnt.call(self.tnt_put_routine , data)
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/aiotarantool.py", line 323, in call
    resp = yield from self._send_request(RequestCall(self, func_name, args))
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/aiotarantool.py", line 254, in _send_request
    yield from self.connect()
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/aiotarantool.py", line 180, in connect
    yield from self.authenticate(self.user, self.password)
  File "/home/e.iskandarov/.virtualenvs/icq/lib/python3.4/site-packages/aiotarantool.py", line 353, in authenticate
    resp = yield from self._send_request(RequestAuthenticate(self, self._salt, self.user, self.password))
AttributeError: 'Connection' object has no attribute '_salt'
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