5.

【Pythonエラー】can only concatenate str (not "NoneType") to str

編集

エラー内容

can only concatenate str (not "NoneType") to str

 

発生条件/原因/対処法

Noneをstrに変換しようとして発生するエラー。

is None で判定するか、そもそもNoneを返さないようにするか対応する。

 

編集
Post Share
子ページ

子ページはありません

同階層のページ
  1. ModuleNotFoundError: No module named '~'; '~' is not a package
  2. pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
  3. ...AppData/Local/Microsoft/WindowsApps/python: Permission denied
  4. 【pycharm】connecting to console が終わらない
  5. can only concatenate str (not "NoneType") to str
  6. can only concatenate str (not "datetime.datetime") to str