Pokefetch icon indicating copy to clipboard operation
Pokefetch copied to clipboard

Error trying to run `./pokefetch.sh pikachu`.

Open Phate6660 opened this issue 6 years ago • 0 comments

Here is the error:

Traceback (most recent call last):
  File "pokefetch.py", line 48, in <module>
    base_total = base_total[base_total.find("Total"):]
AttributeError: 'NoneType' object has no attribute 'find'
stb_image error: No such file or directory

I have the dependecies that were listed in the readme installed.

Phate6660 avatar May 13 '19 00:05 Phate6660