Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bPath is not defined in birds/notebooks/AM_downloadData.ipynb #17

Open
h17 opened this issue Jun 27, 2020 · 3 comments
Open

bPath is not defined in birds/notebooks/AM_downloadData.ipynb #17

h17 opened this issue Jun 27, 2020 · 3 comments

Comments

@h17
Copy link

h17 commented Jun 27, 2020

No description provided.

@BenzKukkik
Copy link

No description provided.

Now can you fix it? I have same your problem.

@kesarlakusuma
Copy link

along with bpath, base path is also not provided

@rbcer17
Copy link

rbcer17 commented Aug 21, 2022

hi everyone, replace the reference to bPath with savePath, which is defined in the first code cell. you will also have to replace the reference to basePath with savePath (in the definition of the function download). Lastly remove the "http" + string in the urllib.request.urlretrieve call:
urllib.request.urlretrieve(fileaddress[i],
path + "/" + birdName + filenamesID[i] + ".mp3")
These are minor problems that were breaking the code to run. Congratulations to the authors of the project for a very useful set of scripts and analyses!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants