MCn- / gamebits

Fetch game info from the internet.
1 stars 4 forks source link

Search Error #3

Closed lionelione43 closed 11 years ago

lionelione43 commented 11 years ago

NameError: name 'the_tag' is not defined

Caused by such games as:

gamebits.py "Disney's Tarzan" "N64" "Z64" "English" >> GameDescriptions.txt gamebits.py "Donald Duck: Quack Attack" "N64" "Z64" "English" >> GameDescriptions.txt gamebits.py "Doom 64" "N64" "Z64" "English" >> GameDescriptions.txt gamebits.py "Duck Dodgers Starring Daffy Duck" "N64" "Z64" "English" >> GameDescriptions.txt

MCn- commented 11 years ago

This is due to the strict nature of the matching, which could be loosened at the cost of allowing the wrong data occasionally. Will have to consider.

In the meantime, there is now some feedback which lets you know the options to detect misspellings etc. rather than throwing this ugly error.