TypeError: sequence item 0: expected string, NoneType found

If you’ve arrived here because you were looking for the root cause of “TypeError: sequence item 0: expected string, NoneType found“, it can come from doing something along these lines…

','.join([None])

Leave a Comment