spawnScan icon indicating copy to clipboard operation
spawnScan copied to clipboard

I know this repeated but

Open hypermoist opened this issue 9 years ago • 9 comments

AttributeError: 'NoneType' object has no attribute 'join' this is a clone from about 10-20mins ago and its throwing that ? got any idea how to fix it ?

hypermoist avatar Aug 10 '16 11:08 hypermoist

code was updated 8mins ago that should fix it, (was an issue with trying to join a thread that didnt exist)

TBTerra avatar Aug 10 '16 11:08 TBTerra

Just pulled the latest and
File "spawn.py", line 131 for j in range(5) ^ SyntaxError: invalid syntax

hypermoist avatar Aug 10 '16 11:08 hypermoist

^^^ I happen to be up and got the same thing you did when trying to start spawn.py

shottothedome avatar Aug 10 '16 11:08 shottothedome

woops, fixed that

TBTerra avatar Aug 10 '16 11:08 TBTerra

Thanks for fixing that TBTerra, quick question is there a way i could make it do my whole town ?

hypermoist avatar Aug 10 '16 11:08 hypermoist

the scan handler should be able to take arbitrarily sized scans, they will just take a long time, i would however suggest starting with something small to test that it works

TBTerra avatar Aug 10 '16 11:08 TBTerra

`Exception in thread Thread-7: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(_self.__args, *_self.__kwargs) File "spawn.py", line 143, in worker print 'worker {} is doing {} pass'.format(wid,num2words[6]) IndexError: list index out of range

Happened to all threads running`

hypermoist avatar Aug 10 '16 12:08 hypermoist

woops, another stupid error (asking for index 6 in a 6 element list[the list has indexes 0-5]), fixed it.

im really sorry you are the one to keep finding these errors

TBTerra avatar Aug 10 '16 12:08 TBTerra

Well, i normally am the breaker of things ^_^

hypermoist avatar Aug 10 '16 12:08 hypermoist