Display Freezes or Not Auto-Refreshing
Solutions when the display freezes or automatic refresh no longer works
Display Freezes or Not Auto-Refreshing
If your LobbyFlight display freezes or no longer automatically refreshes flight data, follow these troubleshooting steps.
Symptoms
Quick Checks (2 Minutes)
1. Is the Display Actually Frozen?
Check: Does the clock on the display still move?
2. Is the Internet Connected?
# Quick test:
ping lobbyflight.com3. Was There a Browser Update?
Browser updates can cause problems:
Cause 1: Browser Memory Overflow
Technical Details
Browsers have limited memory. After long running time:
Symptoms
Solution
Immediate fix:
1. Browser completely close
2. Wait 10 seconds
3. Browser reopen
4. Display URL reloadLong-term solution:
Set up automatic daily restart:
- Using Task Scheduler (Windows)
- Using Cron (Linux)
- Or: Use Fully Kiosk Browser with auto-restartWindows Task Scheduler
1. Open Task Scheduler
2. Create new task
3. Trigger: Daily at 04:00
4. Action: Restart browser with display URLCause 2: JavaScript Error
Symptoms
Solution
Step 1: Check console
1. F12 → Console tab
2. Look for red error messages
3. Note error textStep 2: Hard refresh
Ctrl+Shift+R (Windows/Linux)
Cmd+Shift+R (Mac)Step 3: Clear cache completely
1. F12 → Application tab
2. Clear Site Data
3. Reload pageCause 3: Network Interruption
Symptoms
Technical Details
LobbyFlight fetches data based on your subscription tier (Basic: hourly, Pro: 30 min, Premium: 5 min). If this fails:
Solution
Step 1: Check network
ping lobbyflight.com
# Should respondStep 2: Check router
Step 3: Check firewall
Cause 4: Power Saving Settings
On Android
Problem: Android puts browser to sleep to save power.
Solution:
Settings → Apps → Chrome → Battery:
- Disable "Battery optimization"
- Or: Set to "Don't optimize"
Settings → Display:
- Screen timeout: Never
- Screen saver: DisabledOn Windows
Problem: Windows pauses processes.
Solution:
Settings → System → Power:
- Screen timeout: Never
- Sleep mode: Never
Additionally:
- Disable "Fast Startup"
- Disable hibernateCause 5: Browser Tab Throttling
Technical Details
Modern browsers throttle inactive tabs:
Symptoms
Solution
Option 1: Keep tab in foreground
Option 2: Disable throttling (Chrome)
chrome://flags/#intensive-wake-up-throttling
→ Set to "Disabled"Option 3: Use kiosk mode
chrome --kiosk "https://lobbyflight.com/display/[hotel-id]"Cause 6: Service Worker Problems
Technical Details
LobbyFlight uses Service Workers for caching. These can sometimes cause issues.
Solution
Reset Service Worker:
1. F12 → Application tab
2. Service Workers (left menu)
3. Click "Unregister" for all
4. Reload pageBest Practices for 24/7 Operation
Hardware
Software
Monitoring
Automatic Restart Configuration
With Fully Kiosk Browser (Android)
Settings → Device Management:
- Scheduled restart: Daily at 04:00
- Reload on internet reconnection: Yes
- Reload after screen off: YesWith Windows Task Scheduler
Batch script (restart-display.bat):
@echo off
taskkill /F /IM chrome.exe
timeout /t 5
start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" --kiosk "https://lobbyflight.com/display/[hotel-id]"Task Scheduler:
Still Problems?
Diagnostic Data
Collect before support contact:
Related Articles: