-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I set up my docker compose file exactly as stated.
services:
bookgrab:
image: mrorbitman/bookgrab:latest
container_name: bookgrab
ports:
- "3000:3000"
environment:
- MAM_TOKEN=MY_MAM_ID
- TRANSMISSION_URL=http://<>/transmission/rpc
- AUDIOBOOK_DESTINATION_PATH=/data/media/audiobooks
- EBOOK_DESTINATION_PATH=/data/media/books
restart: unless-stopped
I keep getting the "Error: Failed to fetch from MAM: 403 Forbidden".
Logs:
aaron@thor:~/docker$ docker logs -f bookgrab
▲ Next.js 15.3.3
- Local: http://6e1755c469de:3000
- Network: http://6e1755c469de:3000
✓ Starting...
✓ Ready in 335ms
{
url: 'https://www.myanonamouse.net/tor/js/loadSearchJSONbasic.php',
status: 403
}
Error searching books: Error: Failed to fetch from MAM: 403 Forbidden
at d (.next/server/app/api/search/route.js:1:1566)
at async c (.next/server/app/api/search/route.js:1:3066)
{
url: 'https://www.myanonamouse.net/tor/js/loadSearchJSONbasic.php',
status: 403
}
Error searching books: Error: Failed to fetch from MAM: 403 Forbidden
at d (.next/server/app/api/search/route.js:1:1566)
at async c (.next/server/app/api/search/route.js:1:3066)
I tested my MAM ID with prowlarr and it works just fine.