Add-on diagnosis
Test a Stremio add-on before reinstalling it.
A public add-on can be checked for URL safety, reachability, manifest validity, supported resources, and response time without accessing your Stremio app.
Try these first
The fixes that usually work
- Open only the add-on's public, unparameterized manifest address. Valid JSON confirms that endpoint answered; it does not prove catalog, stream, provider, or title availability.
- Check the add-on's official page or channel for a current outage, retirement, or address change before reinstalling anything.
- If the same add-on is installed twice from different addresses, identify the official current installation before removing the older one.
- Use the add-on's official configuration instructions. Some changes require saving only; others may require a fresh install address.
No sign-up needed for any of these. If none of them change anything, the free diagnostic checks the rest of the chain and tells you which stage is actually failing.
Common causes
What may be happening
- The manifest endpoint is offline
- The manifest response is invalid JSON
- Required resources are missing
- The add-on is slow or returns no streams
A better process
Check the chain in order
- Paste the public add-on or manifest URL
- Validate the host and protocol
- Fetch and inspect the manifest in your browser
- See what can and cannot be tested