Beets Hooks

I’m trying to create Hooks to push new imported items to pushbullet using this command:

curl -u “API_KEY”: https://api.pushbullet.com/v2/pushes -d type=note -d title=“Beets Imports” -d body="${item}"

but I always get an error when beets read the config file.

Hello! When you report problems, it’s important to provide lots of detail about exactly what happens. Start with the error message itself, but please provide more detail too—anything you can think of that will help people understand what’s happening on your machine.