Skip to content

Troubleshooting + Support

Troubleshooting

Check Configuration:

  1. Verify *arr URLs are correct
  2. Ensure "Enable *arr Links" is checked
  3. Confirm you're logged in as administrator
  4. Check item has *arr metadata

Test URLs:

  • Open *arr URLs in browser
  • Verify they're accessible from Jellyfin server
  • Check for HTTPS/HTTP mismatches

Tags Not Syncing

Check API Keys:

  1. Verify API keys are correct
  2. Test API access manually
  3. Check *arr logs for errors

Check Tag Settings:

  • Verify tag prefix matches *arr tags
  • Check sync filter isn't too restrictive
  • Ensure tags exist in *arr

Calendar Not Loading

Check Prerequisites:

  1. Sonarr/Radarr URLs configured
  2. API keys entered
  3. *arr instances accessible
  4. Calendar page enabled

Blank Screen / "Cannot find module" Error (Cloudflare Rocket Loader):

If the Calendar or Requests page shows a blank screen and the browser console shows Cannot find module './', this may be caused by Cloudflare Rocket Loader interfering with Jellyfin's JavaScript module system. Rocket Loader rewrites and defers script loading in a way that can break dynamic module imports.

Solution: Disable Rocket Loader for your Jellyfin domain in Cloudflare:

  1. Log in to the Cloudflare dashboard
  2. Select your domain
  3. Go to SpeedOptimizationContent Optimization
  4. Toggle Rocket Loader off

Alternatively, disable it for specific pages using a Page Rule or Configuration Rule targeting your Jellyfin URL.

See GitHub issue #570 for more context.

Check Logs:

  • Browser console for client errors
  • Server logs for API errors
  • *arr logs for connection issues

Requests Page Issues

Downloads Not Showing:

  1. Verify polling is enabled
  2. Check poll interval setting
  3. Ensure downloads exist in *arr
  4. Check API connectivity

Status Not Updating:

  1. Verify polling is enabled
  2. Check poll interval
  3. Refresh page manually
  4. Check browser console for errors

Support

If you encounter issues:

  1. Check FAQ for common solutions
  2. Verify *arr URLs and API keys
  3. Check browser console and server logs
  4. Report issues on GitHub