s0md3v / Orbit

Blockchain Transactions Investigation Tool
GNU General Public License v3.0
526 stars 152 forks source link

Throws attribute error at line 44 (used both python and python3 orbit.py to call) #11

Closed biggysma11s closed 2 years ago

biggysma11s commented 2 years ago

_
| |
| ' | |__| | |) | | v2.0

Traceback (most recent call last): File "/home/kali/Orbit/orbit.py", line 44, in seeds = args.seeds.split(',') AttributeError: 'NoneType' object has no attribute 'split'

biggysma11s commented 2 years ago

Figured it out

spyheros400 commented 1 year ago

Hey do you know how you fixed this i'm having the same issue