#Firefox wont let me log into Twitch and freezes often

62 messages ยท Page 1 of 1 (latest)

languid lance
#

Hiya, so somehow on my Arch I cannot log into Twitch I'm not even sure why. I disabled all addons and whatsoever. The version is: 108.0 (64-Bit)
For the error see Screenshot. I tried aswell with Opera and Chromium and I get the same error. It's in German and basically means "This Browser is not supported, please take a look at the following article" which says FF is supported.
Also I cannot set any cookie settings whatsoever, the cookiebanner does not disappear after saving my changes.

I dont know if this fits here but I dont have these Problems on Windows rn so maybe its my System but no clue how to even start finding out whats wrong

#

Also my Firefox randomly crashes when I watch a YT video and research something on another FF window. I pointed it down to having a fullscreen video running and then marking a like with my curser. It then completely freezes

#

Firefox wont let me log into Twitch and freezes often

fallen juniperBOT
# vivid lotus .s litany

Please follow the Standard Litany when asking a question:
โ€ข What was your environment? What was your operating system, configuration?
โ€ข What did you do? What did you run or test? Where?
โ€ข What actually happened? What were the exact results, complete log contents, exact error messages?
โ€ข What did you expect? What were you aiming to achieve? What result were you looking for?

Vague or superficial questions will yield vague or superficial answers. False information leads to false solutions.

Also see this similar guide on how to ask smart questions.

vivid lotus
#

.s q

fallen juniperBOT
# vivid lotus .s q

When requesting support, please include specific, detailed, and relevant information about your system and issue.

We need such information because we don't know what it's like inside your system, and it's unlikely that we know much about the issue you're facing. The more information you can provide, the better we can help you with your specific issue.

Some examples of frequently requested information include the steps you took before your issue occurred (such as system updates), the steps you took to resolve your issue and their results, and your environment (such as your display manager or desktop environment).

Vague or superficial questions lead to vague or superficial answers. False information leads to false solutions.

vivid lotus
#

my, you have to tell us more info

languid lance
vivid lotus
languid lance
#

Sorry but I dont really see which info you mean ๐Ÿ˜…

#

Can you point to it?

vivid lotus
languid lance
#

I read it I really dont know what you mean. Cant you just tell me? :/

#

Like config what config do you want from me? Like my whole DE config or what? I really dont know whats missing

vivid lotus
#

system info and related

languid lance
#

Kernel version?

#

That would be the newest stable as of the time of this post

#

DE? Would be latest stable kde

#

Idk what else?

vivid lotus
languid lance
#

I actually did not try it. Somehow didnt think of it

#

So you mean maybe seeing if it outputs weird stuff there?

mortal hazel
#

@languid lance specs?

vivid lotus
#

also journalctl

#

... journalctl

fallen juniperBOT
#

#10200 ๐Ÿ“ฃ ```js

To actively follow log (like tail -f):

journalctl -f

To display all errors since last boot:

journalctl -b -p err

To filter by time period:

journalctl --since=2012-10-15 --until="2011-10-16 23:59:59"

To show list of systemd units logged in journal:

journalctl -F _SYSTEMD_UNIT

To filter by specific unit:

journalctl -u dbus

To filter by executable name:

journalctl /usr/bin/dbus-daemon

To filter by PID:

journalctl _PID=123

To filter by Command, e.g., sshd:

journalctl _COMM=sshd

To filter by Command and time period:

journalctl _COMM=crond --since '10:00' --until '11:00'

To list all available boots:

journalctl --list-boots

To filter by specific User ID e.g., user id 1000:

journalctl _UID=1000

To filter by specific SYSLOG_INDENTIFIER:

journalctl -t systemd-resolved
tldr:journalctl

journalctl

Query the systemd journal.

More information: https://manned.org/journalctl.

Show all messages with priority level 3 (errors) from this [b]oot:

journalctl -b --priority=3

Show all messages from last [b]oot:

journalctl -b -1

Delete journal logs which are older than 2 days:

journalctl --vacuum-time=2d

[f]ollow new messages (like tail -f for traditional syslog):

journalctl -f

Show all messages by a specific [u]nit:

journalctl -u unit

Filter messages within a time range (either timestamp or placeholders like "yesterday"):

journalctl --since now|today|yesterday|tomorrow --until YYYY-MM-DD HH:MM:SS

Show all messages by a specific process:

journalctl _PID=pid

Show all messages by a specific executable:

journalctl path/to/executable
$```

languid lance
languid lance
mortal hazel
languid lance
#

Im not at my pc rn anymore i will try tomorrow and report back ty so far

vivid lotus
#

sorry for my bad english

languid lance
#

Question on the side. Which C-call would write errors to the journalctl? Like if I would write my own program when will a crash or whatever be reported there?

languid lance
main hazel
languid lance
# main hazel you try reading?

Im not sure what you wanna tell me with this. Ofcourse I read. Thats why I said I dont know which exact infos I am missing. Instead of just telling me there are infos missing you could just tell me which ones and not make it to a guessing game for me :/ It says configurations. What does this mean? Do you need my kde settings, do you need screenshots of my firefox settings, do you need screenshots of my nvidia settings?

mortal hazel
languid lance
mortal hazel
#

@languid lance run updates.
firefox issue should be solved

languid lance
# mortal hazel have you tried that?

I had some meetings and just now got to trying. I disabled it. I then went to open a new browser window with some random youtube video playing as usual. I marked a text on the non YT page and it instantly froze.

languid lance
#

I will now start FF from the terminal like also suggested

mortal hazel
languid lance
#

I did that, there was no update for me

mortal hazel
#

have you updated today?

languid lance
#

yeah like 1h ago

mortal hazel
#

oh ok

#

reboot and it should work. are you on X11?

languid lance
#

here as proof, its in german but you can see the packages

languid lance
mortal hazel
#

as i said, if you reboot and try again it does work properly

languid lance
#

Oh

#

I thought you mean there was a FF update ๐Ÿ˜„

#

on first notice it seems to work, since last time it instantly crashed but I will report back if the crash will continue ๐Ÿ˜„

#

thanks!

#

Oh, yesterday my Proton Borderlands 2 game also randomly froze, could that also be traced back to this libX11 bug?

mortal hazel
#

idk

#

... close

fallen juniperBOT
#

#9456 ๐Ÿ“ฃ If your issue is solved, please append [SOLVED] to the beginning of this thread's title. Then, if possible, archive the thread.