95 lines
2.6 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Genesis Radio - General Troubleshooting</title>
<style>
body {
font-family: system-ui, sans-serif;
background-color: #111;
color: #f5f5f5;
max-width: 800px;
margin: auto;
padding: 2rem;
line-height: 1.6;
}
h1, h2 {
color: #90e0ef;
}
a {
color: #00d4ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
code {
background-color: #222;
padding: 2px 5px;
border-radius: 4px;
color: #00f2ff;
}
ul {
margin-left: 1.5rem;
}
footer {
margin-top: 3rem;
font-size: 0.9em;
color: #aaa;
}
</style>
</head>
<body>
<h1>🛠 General Troubleshooting</h1>
<p>If Genesis Radio isnt working for you and youre not sure why, this guide can help you figure it out. Go through each step and test as you go.</p>
<h2>1⃣ Check the Website</h2>
<ul>
<li>Can you reach <a href="https://genesis-radio.net" target="_blank">genesis-radio.net</a>?</li>
<li>If not, try switching DNS servers: see <a href="dns.html">DNS help</a></li>
</ul>
<h2>2⃣ Try a Direct Stream</h2>
<ul>
<li>Paste this into your browser or VLC:</li>
<li><code>https://stream.genesis-radio.net:7454/stream</code></li>
<li>If it loads in VLC but not the web player, its likely a browser or script blocker issue.</li>
</ul>
<h2>3⃣ Switch Networks</h2>
<ul>
<li>Try listening over mobile data instead of Wi-Fi, or vice versa</li>
<li>If mobile works, you may be on a <a href="firewall.html">restricted network</a></li>
</ul>
<h2>4⃣ Turn Off the VPN</h2>
<ul>
<li>VPNs sometimes break audio streaming</li>
<li>Try without it, or switch to a different region: <a href="vpn.html">VPN guide</a></li>
</ul>
<h2>5⃣ Use a Different Device</h2>
<ul>
<li>If it works on your phone but not your desktop, it may be a local browser issue</li>
<li>Clear cache or try an incognito tab</li>
</ul>
<h2>6⃣ Use a Supported Player</h2>
<ul>
<li>Try VLC, Winamp, or mobile radio apps: <a href="players.html">Player guide</a></li>
</ul>
<h2>Still No Luck?</h2>
<p>Contact us directly with as much info as possible (device, network, error message, what works/doesnt). Well help you get tuned in.</p>
<footer>
Genesis Radio Help Last updated May 2025<br>
<a href="index.html">← Back to Help Index</a>
</footer>
</body>
</html>