Firefox and chromium browser errors

hi I have tried firefox and chromium but every time I try to login to microsoft I get these 2 error codes

ERR_HTTP2_PING_FAILED

ERR_CONNECTION_RESET

I have cleared the cash and data I’ve rest back to default and in chromium I’ve disabled Quic protocol,I’ve tried incognito/private mode. I have even checked the online status and nothing is down.

I’m using the current app store versions
Firefox 118.0.1-1
Chromium 118.0.5993.88-1

Manjaro-kde-23.0.4
KDE Plasma Version: 5.27.8

I’ve also tried this with gmail and even yahoo using chromium

There was an error during the transport or processing of this request. Error code = 103, Path = /v3/signin/_/AccountsSignInUi/data/batchexecute : Incomplete XSS header at end of request (HTTP Status: 408) (XHR Error Code: 6) (XHR Error Message: ’ [408]')

this is what I got from gmail

Hi @camdy,

What happens when you:

mv ~/.mozilla/firefox/Pending\ Pings ~/.mozilla/firefox/Pending\ Pings.backup

:bangbang: Tip: :bangbang:

When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

2 Likes

I get No such file or directory

 mv ~/.mozilla/firefox/Pending\ Pings ~/.mozilla/firefox/Pending\ Pings.backup                  ✔ 
mv: cannot stat '/home/name/.mozilla/firefox/Pending Pings': No such file or directory

I can login to other sites and watch youtube though I haven’t tried to login to youtube. Manjaro forums do seem to take longer to load in firefox compared to chromium.

:face_with_raised_eyebrow:

OK, please provide the output of:

stat ~/.mozilla/firefox/

…both when Firefox is running, as well as not.

1 Like

Essentially, an authentication failure; and as it happens in all browsers mentioned, and thunderbird; all during login; this is likely related to recent changes to default password hashing algorithm and umask settings.

This is at least worth exploring.

1 Like

Thus the server sends a 408 and disconnects

408 is a Request Timeout send by the server - this is done to not hang indefinite

The situation is an issue between your system and the server - why that happens - impossible to guess.