foresight icon indicating copy to clipboard operation
foresight copied to clipboard

Crash on startup: IndexError: list index out of range

Open spaceone opened this issue 6 years ago • 0 comments

$ foresee php linux rand -o 60 16 19 30 44 3 50 51 54 42 61 5 41 16 33 60

Warning: Some predictions my be incorrect.

Traceback (most recent call last):
  File "/usr/local/bin/foresee", line 9, in <module>
    load_entry_point('foresight==0.1', 'console_scripts', 'foresee')()
  File "/usr/local/lib/python3.4/dist-packages/foresight-0.1-py3.4.egg/foresight/foresee.py", line 212, in main
  File "/usr/local/lib/python3.4/dist-packages/foresight-0.1-py3.4.egg/foresight/foresee.py", line 90, in handle_php
  File "/usr/local/lib/python3.4/dist-packages/foresight-0.1-py3.4.egg/foresight/foresee.py", line 15, in print_from_gen
  File "/usr/local/lib/python3.4/dist-packages/foresight-0.1-py3.4.egg/foresight/php/rand.py", line 70, in from_outputs
  File "/usr/local/lib/python3.4/dist-packages/foresight-0.1-py3.4.egg/foresight/glibc/random.py", line 79, in generate_values
    
  File "/usr/local/lib/python3.4/dist-packages/foresight-0.1-py3.4.egg/foresight/glibc/random.py", line 72, in inner
    share state.
IndexError: list index out of range

spaceone avatar Sep 17 '18 11:09 spaceone