FAQ & Troubleshooting
Start with the quick checklist below: most reports trace back to JavaScript being blocked or a stuck service-worker cache, not a real bug.
Most "not working" reports trace back to JavaScript being blocked or a stuck service-worker cache, not a real bug. Work through this list first:
This app uses a service worker to cache the app shell for offline use. That's normally invisible, but it has one specific failure mode.
After a new version ships, a browser that's had the site open for a while can keep running the old cached version instead of picking up the update automatically.
Normally, a small "New version available" banner appears and reloading via that banner fixes it. If you don't see that banner and something feels off, force it manually:
The wheel won't spin when clicked. Refresh first.
If it persists, confirm JavaScript is enabled: this is the single most common root cause of a wheel that loads visually but doesn't respond to clicks.
Entries aren't showing up on the wheel. Check for stray blank lines or invisible characters in a pasted list.
Pastes from some spreadsheet software carry formatting that can interfere with parsing.
Also confirm you're not over the 100-entry cap; entries beyond that are trimmed rather than shown.
Sound isn't playing. Check your browser's site-specific sound/autoplay permissions: some browsers mute audio by default until you've interacted with the page.
If you've used the site before, the first spin online caches the tick/fanfare sounds for offline use afterward.
A half-cached state after a flaky connection can occasionally cause silent spins until you reload.
A shared wheel link won't load. Confirm the link is copied in full and hasn't been altered.
If a specific shared wheel is missing, it may have been removed through the site's moderation process rather than a loading bug.
The page loads slowly or looks broken. Usually connection speed, not the tool. Retry after a few minutes.
If it's consistently broken across a refresh, a different browser, and a stable connection, treat it as a real issue rather than continuing to retry.
If you've worked through the checklist (refresh, JavaScript enabled, different browser, service worker unregistered if you're a repeat user, stable connection) and it's still broken, that's worth reporting.
Use the site's feedback form or contact page rather than continuing to troubleshoot alone.