r3nt0n/bopscrk

Lyrics: TypeError: 'NoneType' object is not iterable

noraj opened this issue · 1 comments

noraj commented

I install the 3 Requirements: python2 python2-requests python2-beautifulsoup4.

I tried to generate of wordlist based on lyrics:

# python2 bopscrk.py -a disturbed --output ~/wordlist.txt
  [*] Looking for Disturbed's lyrics...
  [*] 3344 phrases found
Traceback (most recent call last):
  File "bopscrk.py", line 576, in <module>
    try: main()
  File "bopscrk.py", line 497, in main
    for phrase in ly_initials_wl:
TypeError: 'NoneType' object is not iterable

EDIT: The problem was an accidentally commented line in the code, thanks for the issue! It's solved.