Advertisement
Guest User

Error

a guest
Nov 2nd, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Unhandled Error
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python2.7/dist-packages/twisted/python/log.py", line 88, in callWithLogger
  4. return callWithContext({"system": lp}, func, *args, **kw)
  5. File "/usr/local/lib/python2.7/dist-packages/twisted/python/log.py", line 73, in callWithContext
  6. return context.call({ILogContext: newCtx}, func, *args, **kw)
  7. File "/usr/local/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
  8. return self.currentContext().callWithContext(ctx, func, *args, **kw)
  9. File "/usr/local/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
  10. return func(*args,**kw)
  11. --- <exception caught here> ---
  12. File "/usr/local/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 601, in _doReadOrWrite
  13. why = selectable.doRead()
  14. File "/usr/local/lib/python2.7/dist-packages/twisted/internet/inotify.py", line 237, in doRead
  15. fdesc.readFromFD(self._fd, self._doRead)
  16. File "/usr/local/lib/python2.7/dist-packages/twisted/internet/fdesc.py", line 94, in readFromFD
  17. callback(output)
  18. File "/usr/local/lib/python2.7/dist-packages/twisted/internet/inotify.py", line 264, in _doRead
  19. iwp._notify(path, mask)
  20. File "/usr/local/lib/python2.7/dist-packages/twisted/internet/inotify.py", line 139, in _notify
  21. callback(self, filepath, events)
  22. exceptions.TypeError: unbound method notify() must be called with webSocket instance as first argument (got _Watch instance instead)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement