Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ## Versions
  2. - OS: Linux
  3. - GTK+ Version: 3.22.30
  4. - PyGObject Version: 3.26.1
  5. - python-nbxmpp Version: 0.6.4
  6. - Gajim Version: 1.0.1
  7.  
  8. ## Traceback
  9. ```
  10. Traceback (most recent call last):
  11. File "/usr/lib/python3/dist-packages/nbxmpp/dispatcher_nb.py", line 498, in dispatch
  12. handler['func'](session, stanza)
  13. File "/usr/lib/python3/dist-packages/gajim/common/jingle.py", line 111, in _JingleCB
  14. self._sessions[sid].on_stanza(stanza)
  15. File "/usr/lib/python3/dist-packages/gajim/common/jingle_session.py", line 353, in on_stanza
  16. call(stanza=stanza, jingle=jingle, error=error, action=action)
  17. File "/usr/lib/python3/dist-packages/gajim/common/jingle_session.py", line 447, in __on_session_info
  18. algo = hash_.getAttr('algo')
  19. AttributeError: 'NoneType' object has no attribute 'getAttr'
  20.  
  21. ```
  22. ## Steps to reproduce the problem
  23. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement