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 daniel.johnson

    every time i try to watch a video it says this feature is not available im just wondering why that happened. i dont know how to fix it.

    R Offline
    R Offline
    reddeath670
    wrote on last edited by
    #213

    @daniel-johnson hey had that problem too keep pushing the a button on the swicth it might play but their will be no sound

    1 Reply Last reply
    0
    • VGMooseV VGMoose referenced this topic on
    • 7 Offline
      7 Offline
      7SidedCube
      wrote on last edited by
      #214

      Hey! I just wanted to say, exiting and re-entering the browser resets the timer!

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Alastor fan
        wrote on last edited by
        #215

        I think I stoped the timer on my switch. Don't know how all I know is that I was on nitendo news then whent on the web thing for a bit shut of my switch and whent back to where the timer was and it said 0:00 and it still has not kicked me off.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Alastor fan
          wrote on last edited by
          #216

          my timer stoped and it says 0:00 but I'm still on google it did not kick me off

          1 Reply Last reply
          0
          • RiaR Offline
            RiaR Offline
            Ria
            WILLOW+RIA SHIPPERS BDNS RENOVATORS Ria Pookie Bears Mel's friends dqrkk pookies <3 Danganronpa V4 ##adhd Autistic peeps artist's.. Spotify ig neurodivergent Gay People P!ATD fans Karen M McManus fans riverdale fans Lesbians of DNS resource center
            wrote on last edited by
            #217

            @VGMoose I keep managing to bypass it, but it is random, so what happens is that I keep turning it off and then when I reopen it, it stays on for ages and I cant really predict when it is going to happen tho

            DNI 🚫
            ped0s, preds, or contacting minors 4 inappropriate reasons ❌
            -Are toxic
            -Are lying about your age
            -Don’t respect boundaries or my friends/family
            -Come for drama, trolling
            -Be kind, respectful, and safe—or stay away. I like chaos and fun-but will not tolerate unsafe/predatory behavior .

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

              In my experience, sleeping your console will pause the timer. But the total screen-on time should still be 20 minutes.

              The countdown timers on SB and BDNS will keep ticking and become unsynced with the real one when this happens, but after 20 min it still closes.

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

              mr catM 1 Reply Last reply
              0
              • VGMooseV VGMoose

                In my experience, sleeping your console will pause the timer. But the total screen-on time should still be 20 minutes.

                The countdown timers on SB and BDNS will keep ticking and become unsynced with the real one when this happens, but after 20 min it still closes.

                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
                #219

                @VGMoose said in Browser Timeout: "This Screen will be closed.":

                In my experience, sleeping your console will pause the timer. But the total screen-on time should still be 20 minutes.

                The countdown timers on SB and BDNS will keep ticking and become unsynced with the real one when this happens, but after 20 min it still closes.

                it also causes wifi issues in my experience with it

                1 Reply Last reply
                0
                • 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
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • 1
                                          • 2
                                          • 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