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

Commit

Permalink
Update Hving Issues section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
NISH1001 committed May 3, 2020
1 parent d21bc6f commit 68b9ac3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,22 @@ Structure is like:
## Having Issues? (We're not perfect!)
### First try cleaning the broken cache as
### First update youtube-dl
[youtube-dl](https://github.com/ytdl-org/youtube-dl) is the core through which we fetch stream urls for any song or any YT playlist.
So, update it first
```bash
pip install -U youtube-dl
```
youtube-dl keeps on rolling out updates actively because the YouTube keeps on updating its internals for html. So, the parser/crawler should be updated periodically.
### Second try cleaning the broken cache as
```bash
playx --clean
```
Chances are you have a url in the `urls.json` but the local mp3 might not exist in `~/.playx/songs/`.
So, cleaning and running the playx might mitigate that.
### See The Partial Log
Log is found at `logs/partial_log`
Expand Down

0 comments on commit 68b9ac3

Please sign in to comment.