Miserlou / Miserlou/SoundScrape
Unable to Use Likes Argument
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
soundscrape idkidc1 -l
results in:
Expecting value: line 1 column 1 (char 0)
Process finished with exit code 0
I've also attempted using --likes
Note:
-
I am able to successfully get basic track downloads from this artist.
-
I am able to successfully get likes from other artists.
This artist has a high number of likes.
Could this be a problem with failure to return JSON payload from the likes page ?
How to debug?
Any response or assistance is appreciated.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing soundscrape idkidc1 -l and the equivalent --likes command. Trace the likes argument from the CLI entry point through the response parsing that raises the JSON error. Done means the likes command handles this artist successfully without the reported parsing failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100