Signals submission errors

I am using the example code but get this error:
ValueError: duplicate stocks submitted for the live period

Any idea how to fix or what I am missing?

Also, if this line is left
#tournament = tournament.dropna(subset=[‘target’] + feature_names)
then the submission gets the error of no valid tickers submitted.

Thanks!