Skip to content
This repository was archived by the owner on Nov 12, 2018. It is now read-only.
This repository was archived by the owner on Nov 12, 2018. It is now read-only.

Upon restarting bot, saved songs on queue will not play #13

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions