Troubleshooting
Start with the checks that do not change live data:
confquiz validate quiz.yml
confquiz doctor quiz.yml --credentials /safe/path/firebase-admin.jsonThe attendee page says no room is open
Check that:
confquiz presentis still running;- the presenter created a live room rather than opening only
preview; - the exported site and presenter use the same Firebase
projectId; presentation.idmatches the version used for export; and- the system clock on the presenter computer is correct.
The public room notice uses a short-lived heartbeat. It is expected to disappear after the presenter process stops.
A room code is rejected
- Enter the full code without spaces. Codes exclude
0,1,I, andO. - Confirm the QR code points at the currently deployed attendee URL.
- End stale rooms before reusing a manual code.
- Check that Anonymous Authentication is enabled.
- Look for App Check enforcement errors in the browser console and Firebase metrics.
Answers cannot be submitted
The question must be the active timeline item and voting must still be open. If every attendee is affected, verify the deployed Firestore rules and the authorized attendee hostname. If one browser is affected, try reloading before clearing site data; clearing it creates a new anonymous identity.
Results do not appear
For presenter results, close voting or use the chart control while voting is open. Closed and reveal screens always show results.
For attendee results, check all three gates:
session.show_results_on_attendee_devicesis true;- the question’s
attendee_visibilityallows the current phase; and minimum_public_responseshas been reached.
Text and word-cloud entries must also be approved by the presenter.
Slides do not load
Run confquiz validate and check the PDF outside Conf Quiz. Password-protected, damaged, or unusually encoded PDFs may fail. For remote slides, confirm the URL is reachable during export and update sha256 only after verifying the new file.
If the PDF works in preview but not on the attendee site, inspect the browser network panel for the PDF and PDF.js worker paths. Re-export instead of copying individual files into an old site directory.
The QR code points to localhost
Set presentation.public_url to the deployed attendee URL, then restart the presenter. A temporary override is also available in the presenter options menu. 127.0.0.1 always means the device opening the URL, so it cannot be an attendee address.
The presenter port is busy
Choose another port:
confquiz present quiz.yml --port 8877 --credentials /safe/path/firebase-admin.jsonThe control token and presenter URL are regenerated for that process.
Credential project mismatch
Conf Quiz compares the Admin credential’s project_id with the Firebase web configuration. Use a key from the same project; do not bypass the check by copying identifiers between files.
Get command help
confquiz COMMAND --help
confquiz firebase --help
confquiz sessions --helpThe CLI reference documents every option.