You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReportErrorWithDiscordMessage("Price change is null. Responsible node is "+scrapingNodeAuthenticationResult.scrapingNode.scrapingNodeId,"nullError");
480
-
}
481
-
elseif(scrapingContribution==null)
472
+
if(scrapingContribution==null)
482
473
{
483
474
ReportErrorWithDiscordMessage("Scraping Contribution is null. Responsible node is "+scrapingNodeAuthenticationResult.scrapingNode.scrapingNodeId,"nullError");
@@ -1356,11 +1356,18 @@ function AndroidDownload(id, parentApplicationId,parentApplicationName, version,
1356
1356
<div>
1357
1357
<div style="font-size: 1.2em; font-weight: bold; margin-bottom: 10px;">Why is my download not starting?</div>
1358
1358
<p>
1359
-
<span style="font-weight: bold">You cannot download quest games atm. You may be able to use <span style="font-weight: bolder;">QuestAppVersionSwitcher</span> to downgrade/download Quest games like Beat Saber.</span>
1359
+
<span style="font-weight: bold">You cannot download quest games directly via your browser atm. You may be able to use <a style="font-weight: bolder;" href="https://oculusdb.rui2015.me/guide/quest/qavs">QuestAppVersionSwitcher</a> to downgrade/download Quest games like Beat Saber.</span>
1360
1360
It's an app you install on your Quest and then use to downgrade. You can find a guide on how to set it up <a href="https://oculusdb.rui2015.me/guide/quest/qavs">here</a>.
1361
+
<br/>
1362
+
<br/>
1363
+
If you want to download directly on your pc, you can use Oculus Downgrader. In that case press the Oculus Downgrader button below.
1361
1364
For more info check <a href="https://computerelite.github.io/blog/2024/01/05/downgrading">here</a>.
0 commit comments