Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Lumen)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Categories
  3. Consoles
  4. Switch
  5. Browser Timeout: "This Screen will be closed."

Browser Timeout: "This Screen will be closed."

Scheduled Pinned Locked Moved Switch
313 Posts 134 Posters 94.4k Views 70 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dreamer9090
    wrote on last edited by
    #220

    thanks

    1 Reply Last reply
    0
    • Chimech0C Offline
      Chimech0C Offline
      Chimech0
      wrote on last edited by
      #221

      @VGMoose So I think I'm onto something.
      I was doing this: https://www.reddit.com/r/SwitchHacks/comments/1dggbrl/news_applet_as_a_plex_client_on_hos/

      And on one of my steps to develop it further, I patched a couple binaries to change the domains from *nintendo.net to a custom domain with a custom port.

      Before I did that, I just had a dns rewrite with a catch-all server for *nintendo.com and *nintendo.net, with "valid" ssl certificates (real certs but self-signed, but since the switch on the post is hacked the CA verification is bypassed).

      When I had this config, the browser never closed, I was actually able to stream full length movies (2~3 hrs).

      After I patched the domains on the binaries, I pointed back all *nintendo.com & net to 127.0.0.1, and I was able to listen to the requests on my custom domain:port, and everything worked fine, EXCEPT this time the browser closed after a certain period of time (but I think it was less than the 20 mins mentioned here, but could be due to the news applet using a different browser)

      TLDR; I think what makes the browser close, is actually based on requests to a *nintendo.net, and since I think browserdns blocks some (or all) of those, it always fail to connect to the server it is trying to, and eventually closes the browser.

      I will run more tests since I do want to have the custom domains working.

      PD: I think the browser on the news applet is different from the web auth, but since it had the same self-closing behaviour I thought it was worth mentioning it.

      PD2: The videos are played by using hls streams (m3u8), forcing video to h264 and audio to aac, and bitrate to max 3000. It only works with that config for me, everything else results on an error. Again, don't know if the web auth browser has the same capabilities, but worth trying it.

      VGMooseV 1 Reply Last reply
      2
      • pusheenP Offline
        pusheenP Offline
        pusheen
        insanity good dude soy seco k puerto rican YouTube group And website room Alastor Supremacy🛐 Russian Puerto Rico red crown holder Mexican womp womp Joseph's Baby Goats Art group! chat-perms Spotify ig Has a Youtube Channel join if your gang perfect GACHA LIFE BDNS ISSUES RESTORE la Zxx l dca skibidi known <3 Youtube Is awesome alphabetical X corp. statem 1,000 members? Kicked Insane Clown Posse fans, Juggalos come fourth IMA BURN IN HELL, but<3 simps Hazbin Hotel Fans We <3 Gir sky children of the light Survived a near death experience (yay) Minecraft Pros Nintendo Switch Users warrior cats BDNS DATABASE ∀ Chainsaw Man ∀ Ukraine supporter PKM FAN neurodivergent Coders soqrotis synonym for friends that start with s group i ♥ weezer A Silly one manga fan Silliest Goobers God of War fans Demon slayer Fan Tofu's Lovers The Dollars urdu and hindi speakers country and rock fans Fans of Star Wars smash or pass gang Animal Crossing Gang Certified homoerectus Stardust Crusaders certified crackhead Heavymetal fans!?!? Dark Humor Club Epic Gamers 55 switch players clowns Gang Fml Steam Fans One Piece Fans Banned
        wrote on last edited by
        #222

        is insane

        1 Reply Last reply
        0
        • pusheenP Offline
          pusheenP Offline
          pusheen
          insanity good dude soy seco k puerto rican YouTube group And website room Alastor Supremacy🛐 Russian Puerto Rico red crown holder Mexican womp womp Joseph's Baby Goats Art group! chat-perms Spotify ig Has a Youtube Channel join if your gang perfect GACHA LIFE BDNS ISSUES RESTORE la Zxx l dca skibidi known <3 Youtube Is awesome alphabetical X corp. statem 1,000 members? Kicked Insane Clown Posse fans, Juggalos come fourth IMA BURN IN HELL, but<3 simps Hazbin Hotel Fans We <3 Gir sky children of the light Survived a near death experience (yay) Minecraft Pros Nintendo Switch Users warrior cats BDNS DATABASE ∀ Chainsaw Man ∀ Ukraine supporter PKM FAN neurodivergent Coders soqrotis synonym for friends that start with s group i ♥ weezer A Silly one manga fan Silliest Goobers God of War fans Demon slayer Fan Tofu's Lovers The Dollars urdu and hindi speakers country and rock fans Fans of Star Wars smash or pass gang Animal Crossing Gang Certified homoerectus Stardust Crusaders certified crackhead Heavymetal fans!?!? Dark Humor Club Epic Gamers 55 switch players clowns Gang Fml Steam Fans One Piece Fans Banned
          wrote on last edited by
          #223

          why reddit haves to reload reload and reload

          1 Reply Last reply
          0
          • HenseltTheHogH Offline
            HenseltTheHogH Offline
            HenseltTheHog
            #KeepBDNSSafe
            wrote on last edited by
            #224

            any new info on how to bypass it yet without third party ways? i just want to know if there is a way to bypass without needng anything just my switch lite

            1 Reply Last reply
            0
            • Chimech0C Chimech0

              @VGMoose So I think I'm onto something.
              I was doing this: https://www.reddit.com/r/SwitchHacks/comments/1dggbrl/news_applet_as_a_plex_client_on_hos/

              And on one of my steps to develop it further, I patched a couple binaries to change the domains from *nintendo.net to a custom domain with a custom port.

              Before I did that, I just had a dns rewrite with a catch-all server for *nintendo.com and *nintendo.net, with "valid" ssl certificates (real certs but self-signed, but since the switch on the post is hacked the CA verification is bypassed).

              When I had this config, the browser never closed, I was actually able to stream full length movies (2~3 hrs).

              After I patched the domains on the binaries, I pointed back all *nintendo.com & net to 127.0.0.1, and I was able to listen to the requests on my custom domain:port, and everything worked fine, EXCEPT this time the browser closed after a certain period of time (but I think it was less than the 20 mins mentioned here, but could be due to the news applet using a different browser)

              TLDR; I think what makes the browser close, is actually based on requests to a *nintendo.net, and since I think browserdns blocks some (or all) of those, it always fail to connect to the server it is trying to, and eventually closes the browser.

              I will run more tests since I do want to have the custom domains working.

              PD: I think the browser on the news applet is different from the web auth, but since it had the same self-closing behaviour I thought it was worth mentioning it.

              PD2: The videos are played by using hls streams (m3u8), forcing video to h264 and audio to aac, and bitrate to max 3000. It only works with that config for me, everything else results on an error. Again, don't know if the web auth browser has the same capabilities, but worth trying it.

              VGMooseV Offline
              VGMooseV Offline
              VGMoose
              Admin
              wrote on last edited by
              #225

              @Chimech0 This is really interesting, thanks for sharing! Funny how well the News applet fits Plex's layout. Also useful info about which formats of video are supported.

              For Videos:
              For playing videos, the social applet via Google drive works alright: https://browsedns.net/topic/1905/tutorial-watching-videos-on-google-drive if not really tedious. There's no time limit on the social applet, though.

              The social applet has a whitelist of which domains are allowed, and they all require HTTPS and Google Sites is specifically excluded. If it were possible though to serve HTML from one of these domains, an iframe would very likely allow sites outside of the whitelist to render.

              For the timeout
              I have tried messing with the overridden domains (just the ctest url though), and pointing them to various hosts / slowing them down, or blocking some but not all, and it seems to always dismiss after 20 minutes of screen on time.

              Those logs are here: https://browsedns.net/post/3358

              I also think that it has to do with the nintendo URL not being able to be hit, but the issue might be, as soon as it is hit, the applet dismisses itself and displays "successful connection". If it has to do with an HTTPS url though, we're even more out of luck without modding.

              Still, it's worth trying changing an https URL to point to an invalid https cert and seeing what happens. Or on my modded switch I could try the some CA verification bypass. Probably that'w with these exefs_patches ?

              Sign the petition! Help us figure out the browser timeout.

              ㅤㅤㅤㅤ 1 Reply Last reply
              0
              • VGMooseV Offline
                VGMooseV Offline
                VGMoose
                Admin
                wrote on last edited by VGMoose
                #226

                Also, if you extract the whitelist for the Social applet, it's a file called listLnsGlobal.txt with this content (as of 1/06/22, when I did this):

                ^https://([0-9A-Za-z\-]+\.)*nintendo\.net(/|$)
                ^https://([0-9A-Za-z\-]+\.)*nintendo\.(co\.jp|com|eu|co\.uk|es|pt|ch|at|de|nl|be|ru|fr|it|co\.za|co\.kr|tw|com\.hk|com\.au|ca|co\.nz)(/|$)
                ^https://([0-9A-Za-z\-]+\.)*nintendo-europe\.com(/|$)
                ^https://([0-9A-Za-z\-]+\.)*nintendoservicecentre\.co\.uk(/|$)
                ^https://([0-9A-Za-z\-]+\.)*nintendoswitch\.cn(/|$)
                ^https://([0-9A-Za-z\-]+\.)*nintendoswitch\.com\.cn(/|$)
                ^https://([0-9A-Za-z\-]+\.)*google\.(com|ad|ae|com\.af|com\.ag|com\.ai|al|am|co\.ao|com\.ar|as|at|com\.au|az|ba|com\.bd|be|bf|bg|com\.bh|bi|bj|com\.bn|com\.bo|com\.br|bs|bt|co\.bw|by|com\.bz|ca|cd|cf|cg|ch|ci|co\.ck|cl|cm|cn|com\.co|co\.cr|com\.cu|cv|com\.cy|cz|de|dj|dk|dm|com\.do|dz|com\.ec|ee|com\.eg|es|com\.et|fi|com\.fj|fm|fr|ga|ge|gg|com\.gh|com\.gi|gl|gm|gp|gr|com\.gt|gy|com\.hk|hn|hr|ht|hu|co\.id|ie|co\.il|im|co\.in|iq|is|it|je|com\.jm|jo|co\.jp|co\.ke|com\.kh|ki|kg|co\.kr|com\.kw|kz|la|com\.lb|li|lk|co\.ls|lt|lu|lv|com\.ly|co\.ma|md|me|mg|mk|ml|com\.mm|mn|ms|com\.mt|mu|mv|mw|com\.mx|com\.my|co\.mz|com\.na|com\.nf|com\.ng|com\.ni|ne|nl|no|com\.np|nr|nu|co\.nz|com\.om|com\.pa|com\.pe|com\.pg|com\.ph|com\.pk|pl|pn|com\.pr|ps|pt|com\.py|com\.qa|ro|ru|rw|com\.sa|com\.sb|sc|se|com\.sg|sh|si|sk|com\.sl|sn|so|sm|sr|st|com\.sv|td|tg|co\.th|com\.tj|tk|tl|tm|tn|to|com\.tr|tt|com\.tw|co\.tz|com\.ua|co\.ug|co\.uk|com\.uy|co\.uz|com\.vc|co\.ve|vg|co\.vi|com\.vn|vu|ws|rs|co\.za|co\.zm|co\.zw|cat)(/|$)
                ^https://(about|safety)\.google(/|$)
                ---- ^https?://([0-9A-Za-z\-]+\.)*google(\.[A-Za-z]+)*/(search\?|translate\?|amp/)
                ---- ^https?://([0-9A-Za-z\-]+\.)*(sites|mail|news)\.google(\.[A-Za-z]+)*/
                ^https://([0-9A-Za-z\-]+\.)*facebook\.com(/|$)
                ^https://([0-9A-Za-z\-]+\.)*twitter\.com(/|$)
                

                Lines that start with ---- are overridden to be specifically not allowed, even if they match an earlier rule. Prior to this, you could serve iframes from a sites.google.com domain, and watch YT or other videos like that.

                These values (again for the ShareApplet) can be overridden via AMS by putting a file at: sd:/atmosphere/contents/010000000000080D/romfs/listLnsGlobal.txt

                Sign the petition! Help us figure out the browser timeout.

                1 Reply Last reply
                0
                • VGMooseV VGMoose

                  @Chimech0 This is really interesting, thanks for sharing! Funny how well the News applet fits Plex's layout. Also useful info about which formats of video are supported.

                  For Videos:
                  For playing videos, the social applet via Google drive works alright: https://browsedns.net/topic/1905/tutorial-watching-videos-on-google-drive if not really tedious. There's no time limit on the social applet, though.

                  The social applet has a whitelist of which domains are allowed, and they all require HTTPS and Google Sites is specifically excluded. If it were possible though to serve HTML from one of these domains, an iframe would very likely allow sites outside of the whitelist to render.

                  For the timeout
                  I have tried messing with the overridden domains (just the ctest url though), and pointing them to various hosts / slowing them down, or blocking some but not all, and it seems to always dismiss after 20 minutes of screen on time.

                  Those logs are here: https://browsedns.net/post/3358

                  I also think that it has to do with the nintendo URL not being able to be hit, but the issue might be, as soon as it is hit, the applet dismisses itself and displays "successful connection". If it has to do with an HTTPS url though, we're even more out of luck without modding.

                  Still, it's worth trying changing an https URL to point to an invalid https cert and seeing what happens. Or on my modded switch I could try the some CA verification bypass. Probably that'w with these exefs_patches ?

                  ㅤㅤㅤㅤ Offline
                  ㅤㅤㅤㅤ Offline
                  ㅤㅤㅤ
                  S I L K S A N I T Y
                  wrote on last edited by
                  #227

                  @VGMoose might there be a way to simulate the standby mode of the switch? the timeout only happens if the switch isn't in standby mode, so making the site think the switch is in standby while it's not might work?

                  oh-my-god-oh-my-god-v0-lhyz8b494age1.png

                  1 Reply Last reply
                  0
                  • VGMooseV Offline
                    VGMooseV Offline
                    VGMoose
                    Admin
                    wrote on last edited by
                    #228

                    I would love to further understand the conditions around the timeout via reverse engineering, but my skillset isn't really there yet.

                    My guess is, standby pausing the timeout is a side effect of the actual foreground app pausing. (So, the loop where it performs the check is not running, as well as no code on the page running either).

                    Sign the petition! Help us figure out the browser timeout.

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      stamp
                      wrote on last edited by
                      #229

                      how do you add bookmarked sites for faster access on switchbru? And what do you meqn using youtube to access the dns?

                      RavenR VGMooseV 2 Replies Last reply
                      0
                      • S stamp

                        how do you add bookmarked sites for faster access on switchbru? And what do you meqn using youtube to access the dns?

                        RavenR Offline
                        RavenR Offline
                        Raven
                        Co-Admin
                        wrote on last edited by
                        #230

                        @stamp,

                        For more information on how to watch videos please read https://browsedns.net/topic/1905/tutorial.

                        Since you're on the switch we do have weblinks, to visit the weblinks page click here. You sould be able to bookmark sites you like to use on the SwitchBru Dashboard. I will provide you more information on that once i am able to.

                        If you send me a link of a website you would like to use, i will edit your profile and enter it there if you would like me to. In order to visit your profile just click on your profile picture and tap 'Visit Profile'. You may also click here to visit your profile if you do not understand the first method.

                        Anymore questions?

                        1 Reply Last reply
                        0
                        • S stamp

                          how do you add bookmarked sites for faster access on switchbru? And what do you meqn using youtube to access the dns?

                          VGMooseV Offline
                          VGMooseV Offline
                          VGMoose
                          Admin
                          wrote on last edited by
                          #231

                          @stamp specifically, using YouTube to access DNS just means setting the DNS up in settings first, then opening the YouTube app from the eShop which opens the browser. This will also automatically re-launch the browser when the timeout occurs.

                          And then bookmarks can be managed like Raven mentioned, or on the https://dns.switchbru.com landing page under "Useful Links"

                          Sign the petition! Help us figure out the browser timeout.

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            SUS
                            wrote on last edited by
                            #232

                            I like

                            1 Reply Last reply
                            1
                            • I Offline
                              I Offline
                              ibdu13
                              wrote on last edited by
                              #233

                              its very food

                              1 Reply Last reply
                              1
                              • Ms_Soapy_NugZM Offline
                                Ms_Soapy_NugZM Offline
                                Ms_Soapy_NugZ
                                wrote on last edited by
                                #234

                                so annoying. i have 15 mins before it kicks me out, even with pressing x and i dont get a cancel button lol. if theres any way to more easily access my socials or websites, id love to know.

                                Chae. P.

                                1 Reply Last reply
                                0
                                • H Offline
                                  H Offline
                                  haley2loved
                                  wrote on last edited by
                                  #235

                                  thuis helped alot bc i never knew if u locked out of ur screen it would extend ur time THANK YOU

                                  1 Reply Last reply
                                  0
                                  • mr catM Offline
                                    mr catM Offline
                                    mr cat
                                    Sneakerhead Survived a near death experience (yay) Neko TheFurriesOfDNS Neko's Kittens the cat chat QUINNs pals friends of mr cat meow BDNS DATABASE country and rock fans TheFurryClan Stay Sober The Official BDNS Mod Appreciation Group high af Mr. Duran's class Bi people 🤘Metal Fans🤘 cool ppl!😎 chat-perms Spotify ig Chaotic People 👌👌👌 JaredMLG besties certified crackhead Anime fans ♡♡ Heavymetal fans!?!? Minecraft Pros 3ds Players invite in to best chatssss switch players TRUE Gamers Switchbru Ravenscroft ANTI FURRY HATTERS Aly's friends <3 420 Communist Dark Humor Club join if your gang proud furry 🍓Averys friends🍓 the world xaro remember us Raven Empire
                                    wrote on last edited by
                                    #236

                                    Its cursed but it works

                                    1 Reply Last reply
                                    0
                                    • VGMooseV VGMoose referenced this topic on
                                    • MamaBunnyM Offline
                                      MamaBunnyM Offline
                                      MamaBunny
                                      wrote on last edited by
                                      #237

                                      Dude, I just wanna draw stuff, WHY-

                                      1 Reply Last reply
                                      0
                                      • A SkeletonA Offline
                                        A SkeletonA Offline
                                        A Skeleton
                                        wrote on last edited by
                                        #238

                                        Honestly, Its annoying cause it auto signs me out when it closes too.

                                        I will bite thine Ankles

                                        1 Reply Last reply
                                        0
                                        • RavenR Offline
                                          RavenR Offline
                                          Raven
                                          Co-Admin
                                          wrote on last edited by
                                          #239

                                          It isn't hard to log back in lol.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • 1
                                          • 2
                                          • 10
                                          • 11
                                          • 12
                                          • 13
                                          • 14
                                          • 15
                                          • 16
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Groups
                                          • Users
                                          • Tags
                                          • Popular