WARNING: Failed to get entry, retrying Traceback (most recent call last): File "/usr/src/musicbot/musicbot/player.py", line 346, in _play entry = await self.playlist.get_next_entry() File "/usr/src/musicbot/musicbot/playlist.py", line 397, in get_next_entry return await entry.get_ready_future() File "/usr/src/musicbot/musicbot/entry.py", line 184, in _download extractor = os.path.basename(self.expected_filename).split('-')[0] File "/usr/lib/python3.6/posixpath.py", line 144, in basename p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType Traceback (most recent call last): File "/usr/src/musicbot/musicbot/entry.py", line 184, in _download extractor = os.path.basename(self.expected_filename).split('-')[0] File "/usr/lib/python3.6/posixpath.py", line 144, in basename p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType Traceback (most recent call last): File "/usr/src/musicbot/musicbot/entry.py", line 184, in _download extractor = os.path.basename(self.expected_filename).split('-')[0] File "/usr/lib/python3.6/posixpath.py", line 144, in basename p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType Future exception was never retrieved future: <Future finished exception=TypeError('expected str, bytes or os.PathLike object, not NoneType',)> Traceback (most recent call last): File "/usr/src/musicbot/musicbot/entry.py", line 184, in _download extractor = os.path.basename(self.expected_filename).split('-')[0] File "/usr/lib/python3.6/posixpath.py", line 144, in basename p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType