Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

[Bug] Issue while passing playx playlist #44

Closed
NISH1001 opened this issue Jan 5, 2019 · 2 comments
Closed

[Bug] Issue while passing playx playlist #44

NISH1001 opened this issue Jan 5, 2019 · 2 comments

Comments

@NISH1001
Copy link
Owner

NISH1001 commented Jan 5, 2019

When a local playlist with extension .playx is passed, there's always this message:

[PlaylistBase]: Passed pl-start argument is not valid!
[PlaylistBase]: Passed pl-end argument is not valid!
[PlaylistBase]: Passed pl-start argument is not valid!
[PlaylistBase]: Passed pl-end argument is not valid!

@deepjyoti30 there might be an inherent bug in the function _is_valid(). The default values should have been taken.

@deepjyoti30
Copy link
Contributor

@NISH1001 Sorry, i made a mistake. We need to change line 72 and 76 in playlistbase from else to elif not self.is_valid_start and elif not self.is_valid_end.
This should fix the issue.

@NISH1001
Copy link
Owner Author

NISH1001 commented Jan 5, 2019

@deepjyoti30 That didn't work...

@NISH1001 NISH1001 closed this as completed Jan 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants