From 2b4e3318ca2d221656d862a6524b076da820b78b Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 29 May 2024 21:01:49 -0400 Subject: fix latest beta VALVEEEEE --- backend/src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/src/main.py') diff --git a/backend/src/main.py b/backend/src/main.py index ca6eef58..d83bc542 100644 --- a/backend/src/main.py +++ b/backend/src/main.py @@ -161,7 +161,7 @@ class PluginManager: if first: if await tab.has_global_var("deckyHasLoaded", False): await close_old_tabs() - await tab.evaluate_js("try{if (window.deckyHasLoaded){setTimeout(() => location.reload(), 100)}else{window.deckyHasLoaded = true;(async()=>{try{while(!window.SP_REACT){await new Promise(r => setTimeout(r, 10))};await import('http://localhost:1337/frontend/index.js')}catch(e){console.error(e)};})();}}catch(e){console.error(e)}", False, False, False) + await tab.evaluate_js("try{if (window.deckyHasLoaded){setTimeout(() => SteamClient.Browser.RestartJSContext(), 100)}else{window.deckyHasLoaded = true;(async()=>{try{while(!window.webpackChunksteamui){await new Promise(r => setTimeout(r, 10))};await import('http://localhost:1337/frontend/index.js')}catch(e){console.error(e)};})();}}catch(e){console.error(e)}", False, False, False) except: logger.info("Failed to inject JavaScript into tab\n" + format_exc()) pass -- cgit v1.2.3