Skip to content
Snippets Groups Projects
  1. Jun 07, 2018
    • Matt Traudt's avatar
      Merge branch 'issue159' from juga, thanks! · 78872b3a
      Matt Traudt authored
      78872b3a
    • Matt Traudt's avatar
      8674d780
    • Matt Traudt's avatar
    • Matt Traudt's avatar
      Use a file that obviously doesn't exist by default · 245e9324
      Matt Traudt authored
      That way it will be obvious that sbws isn't really going to try to
      log to /nonexist and that sbws must set this option for real elsewhere.
      245e9324
    • Matt Traudt's avatar
    • Matt Traudt's avatar
      Fix assertion if stem can't find a relay · 88fae60b
      Matt Traudt authored
      2018-06-06 04:42:03 ERROR Thread-5 scanner.py:225 - dispatch_worker_thread - Unhandled exception in worker thread
      Traceback (most recent call last):
        File "/home/pastly/src/simple-bw-scanner/sbws/core/scanner.py", line 223, in dispatch_worker_thread
          return measure_relay(*a, **kw)
        File "/home/pastly/src/simple-bw-scanner/sbws/core/scanner.py", line 138, in measure_relay
          dest = destinations.next()
        File "/home/pastly/src/simple-bw-scanner/sbws/lib/destination.py", line 222, in next
          self._perform_usability_test()
        File "/home/pastly/src/simple-bw-scanner/sbws/lib/destination.py", line 171, in _perform_usability_test
          circ_id = self._cb.build_circuit([None, exit.fingerprint])
        File "/home/pastly/src/simple-bw-scanner/sbws/lib/circuitbuilder.py", line 175, in build_circuit
          for r in path]
        File "/home/pastly/src/simple-bw-scanner/sbws/lib/circuitbuilder.py", line 175, in <listcomp>
          for r in path]
      AttributeError: 'NoneType' object has no attribute 'fingerprint'
      2018-06-06 04:42:03 ERROR Thread-10 scanner.py:280 - closure - Unhandled exception caught while measuring torbogen: <class 'AttributeError'> 'NoneType' object has no attribute 'fingerprint'
      88fae60b
  2. Jun 06, 2018
  3. Jun 05, 2018
  4. Jun 03, 2018
  5. Jun 02, 2018
  6. May 30, 2018
  7. May 29, 2018
Loading