Skip to content

Conversation

@mattdawkins
Copy link
Member

Summary

  • Fix the pooch download URL in batbot.example() from https://github.com/Kitware/batbot/example1.wav to https://raw.githubusercontent.com/Kitware/batbot/main/examples/example1.wav
  • The previous URL is not a valid raw file download URL — GitHub does not serve file content at repository root URLs
  • The fallback download path (when the local file doesn't exist) would always fail

Test plan

  • Remove local examples/example1.wav and run batbot.example() — verify it downloads successfully

🤖 Generated with Claude Code

The URL https://github.com/Kitware/batbot/example1.wav is not a valid
file download URL. GitHub does not serve raw file content at repository
root URLs. Use the raw.githubusercontent.com URL pointing to the
correct path under examples/.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

1 participant