iheanyi / bandcamp-dl

Simple python script to download Bandcamp albums
The Unlicense
941 stars 104 forks source link

bandcamp-dl command doesnt work anymore #200

Closed BlastkinS closed 1 year ago

BlastkinS commented 1 year ago

Describe the bug Bandcamp dl worked correctly for me since i downloaded it like 2 month ago. stopped working for some reason, but the package is definetly installed. I dont know how to run it differently than with the command.

To Reproduce Command to reproduce the behavior: bandcamp-dl [options] [URL]

URL or List of URLs HERE

Expected behavior should show a menu saying i did the command wrong.

Logs Most if not always you will get some kind of output explaining the issue, post it:


bandcamp-dl : The term 'bandcamp-dl' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ bandcamp-dl
+ ~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (bandcamp-dl:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

``
If possible after running the command with the --debug option.

**Desktop (please complete the following information):**
 - OS: Windows
 - Version Windows 10
 - Python Version 3.8

**Additional context**
Nope.
BlastkinS commented 1 year ago

turns out i had updated python and hadn't update its path. sorry!