I am getting this error. It appears to be coming from RandomWord.nouns.next. I assume it means I reached the end of the list. what is the recommended way of recovering from it?
StopIteration:
iteration reached an end
I don't mind starting the list from the beginning again. It's just not clear how to do that.
I am getting this error. It appears to be coming from
RandomWord.nouns.next
. I assume it means I reached the end of the list. what is the recommended way of recovering from it?I don't mind starting the list from the beginning again. It's just not clear how to do that.