ERR_INVALID_RESPONSE on Brave macOS arm64 and x86_64

Description of the issue:
I’m unable to view the site at https://lobste.rs. It returns:

This site can’t be reached

The web page at https://lobste.rs/ might be temporarily down or it may have moved permanently to a new web address.

ERR_INVALID_RESPONSE

How can this issue be reproduced?

  1. Go to https://lobste.rs

Expected result:
Site works

Brave Version( check About Brave):
Version 1.73.91 Chromium: 131.0.6778.85 (Official Build) (arm64)
Version 1.73.91 Chromium: 131.0.6778.85 (Official Build) (x86_64)

Additional Information:
The website works on Firefox on macOS and Brave on iOS

1 Like

Try again. And then, after 20 seconds, try again.

1 Like

It still returns This site can’t be reached.

In the Brave Browser Global Shields settings, DISABLE the switch that would block cookies.

Use a Terminal.app window and enter the following command:

/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser -n -args --incognito --crash-on-failure --disable-extensions --disable-gpu --enable-leak-detection 2>~/Desktop/brave.console.out.txt

Try to reach the website. If no go . . . then:

In a Brave Browser New Window, go to:

brave://settings/content/javascript

Scroll down that javascript settings page to Allowed to use javascript

Click the Add button

Enter [*.]website_of_interest.com as the site . . . but do not Enable the following:

  • Current Private session only

Click the Add button

(You would replace the character string, “website_of_interest.com” with your domain of interest.)

I followed all the instructions but it still returns the same response. My JavaScript defaults to allow too.

I just PING’d the domain:

$ ping -c 3 lobste.rs

PING lobste.rs (67.205.189.7): 56 data bytes

64 bytes from 67.205.189.7: icmp_seq=0 ttl=46 time=2349.070 ms
64 bytes from 67.205.189.7: icmp_seq=1 ttl=46 time=138.354 ms
64 bytes from 67.205.189.7: icmp_seq=2 ttl=46 time=134.486 ms



What response do you get?

% ping -c 3 lobste.rs
PING lobste.rs (67.205.189.7): 56 data bytes
64 bytes from 67.205.189.7: icmp_seq=0 ttl=42 time=534.558 ms
64 bytes from 67.205.189.7: icmp_seq=1 ttl=42 time=555.036 ms
64 bytes from 67.205.189.7: icmp_seq=2 ttl=42 time=370.431 ms

I can access the website using Firefox on the same machines.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.