Unable to play live videos/streams on ubuntu

Over the past few weeks I've been unable to watch live videos on Firefox on Ubuntu 22.04. I thought it was just an issue with Twitch but I realized the problem also persi… (læs mere)

Over the past few weeks I've been unable to watch live videos on Firefox on Ubuntu 22.04. I thought it was just an issue with Twitch but I realized the problem also persists on live videos on Youtube and did some troubleshooting which didn't solve the issue. The only solution I was able to find for Ubuntu said to install ffmpeg, which I already had, but I made sure it was upgraded, refreshed Firefox, and still have the issue. Currently I'm on Firefox 121.0 but I've had this issue since before I updated it. I dual boot Ubuntu and Windows and am not having this issue when I boot Windows on the same computer and Firefox profile.

Stillet af libbycjones for for 4 måneder siden

Seneste svar af zeroknight for for 4 måneder siden

''We are having trouble restoring your last browsing session"

On bootup firefox opens a single window which says the following: Sorry. We’re having trouble getting your pages back." We are having trouble restoring your last browsi… (læs mere)

On bootup firefox opens a single window which says the following:

Sorry. We’re having trouble getting your pages back." We are having trouble restoring your last browsing session. Select Restore Session to try again.

The restore function succeeds in restoring 6 windows from the prior session, but this notice keeps appearing on every bootup.

Here are a few relevant details from about: config

  • browser.sessionstore.max_resumed_crashes (is set to 1)
  • browser.sessionstore.resume_from_crash (is set to true)
  • No 3rd party third party cleaning software
  • Two extensions, tab stash and tree tabs
  • There are no entries in about:crash for this event

Have been using Firefox from 2004 with 5-10 open windows which appear on bootup as they existed from the prior session. This is the first occurance of this error. Appreciate your support. Here are a few system details:

1.) 28gb ram 2.) Linux ~ LMDE 5 (Elsie) 3.) Firefox ESR 115.8 (oesr) 64 bit.

Stillet af josborne1 for for 2 måneder siden

Seneste svar af jonzn4SUSE for for 2 måneder siden

Decryption tool for passwords in Firefox

Back in November 2023 I had the misfortune of a software engineer not doing his job correctly and he reinstalled the OS on my laptop instead of repairing some software th… (læs mere)

Back in November 2023 I had the misfortune of a software engineer not doing his job correctly and he reinstalled the OS on my laptop instead of repairing some software that wasn't functioning correctly. Mercifully, I have had Microsoft support working on recovering my data, which has proved a tremendous task. 4 months and counting.


We have now finally managed to recover my passwords for my browsers, but they are encrypted. Microsoft Support have therefore asked if Mozilla do a decryption tool as they cannot open the file without it being decrypted first. If I was using Microsoft Edge, they would have been able to assist as that is a Microsoft product, but as Firefox is a third party application, they've asked for assistance. By the way, these are NOT scammers or hackers 'helping' me, but Microsoft support and I get everything emailed about our support etc.

Thanks in advance.

Stillet af darrenallen73 for for 2 måneder siden

Seneste svar af TechHorse for 3 uger siden

Lost all tabs from previous session and standard fixes don't work

My Firefox settings are configured to "Open previous windows and tabs" on Startup. This worked fine until this morning, when I lost all of the tabs in my session, includi… (læs mere)

My Firefox settings are configured to "Open previous windows and tabs" on Startup. This worked fine until this morning, when I lost all of the tabs in my session, including the pinned ones. The last time I closed Firefox, there was only one window open.

I have already tried these ideas to restore the tabs:

  • CTRL+SHIFT+T: Does nothing
  • CTRL+SHIFT+N: Does nothing
  • Three bar menu -> History -> Recently closed tabs: The list is empty
  • Three bar menu -> History -> Recently closed windows: The option is greyed out
  • Three bar menu -> History -> Restore previous session: The option does not exist in the menu
  • Open user profile folder and open sessionstore-backups folder: There are three files named "previous.jsonlz4", "recovery.baklz4" and "recovery.baklz4". They are each 2KB and contain only an empty tab with the URL "about:home". There are three additional files starting with "upgrade" but they are from too long ago, so they don't contain the tabs I require.

The contents of these tabs are vitally important for my work, so this is causing me significant stress. If anyone can suggest ways to recover my previous tab beyond the documented fixes, I would greatly appreciate it. Thank you so much to anyone who can help!

Stillet af king__lego for 5 dage siden

Seneste svar af cor-el for 2 timer siden

Autofill address not working anymore

Autofill has been working perfectly fine until yesterday. There's not even a manage addresses in the privacy and security settings anymore. Autofill card still works, bu… (læs mere)

Autofill has been working perfectly fine until yesterday. There's not even a manage addresses in the privacy and security settings anymore.

Autofill card still works, but not addresses.

Stillet af allanrivers99 for for 2 måneder siden

Seneste svar af jonzn4SUSE for for 2 måneder siden

Home Page

The Shortcuts saved on my Home Page have disappeared again. I cannot re-enter because they are not accepted. Why is this happening and how can it be fixed?? Very frust… (læs mere)

The Shortcuts saved on my Home Page have disappeared again. I cannot re-enter because they are not accepted. Why is this happening and how can it be fixed?? Very frustrated!

Raydell Barr Macon, GA

Firefox 121 Windows 10

Stillet af raydle1101 for for 4 måneder siden

Seneste svar af zeroknight for for 3 måneder siden

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (læs mere)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Stillet af jamescobban for 3 uger siden

Seneste svar af jscher2000 - Support Volunteer for 8 timer siden

Hangs when trying to save an image

When I right click on an image and select "save as", after selecting where to save it and then selecting save, firefox just hangs and is completely unresponsive, leaving … (læs mere)

When I right click on an image and select "save as", after selecting where to save it and then selecting save, firefox just hangs and is completely unresponsive, leaving me having to terminate it through task manager. No error message ever come up, Firefox just freezes.

Stillet af mikey-d for for 4 måneder siden

Seneste svar af zeroknight for for 3 måneder siden

Firefox will not load pages / connect to internet

Starting a few weeks ago, firefox would not load any accounts via https://login.microsoftonline.com/ one one of my Macs. I was running the latest version 121.xx on MAC 1… (læs mere)

Starting a few weeks ago, firefox would not load any accounts via https://login.microsoftonline.com/ one one of my Macs.

I was running the latest version 121.xx on MAC 12.7.2

Nothing would fix the site issue, so I tried re-installing and refreshing Firefox. Followed all the troubleshooting steps.

Now firefox is completely broken. Tried creating a new profile. Running in safe mode, etc.

It sometimes will load pages, but extremely slow. But generally is unusable.

Firefox works on my other macs just fine (Profile uses sync with those machines)

Safari and Chrome work perfectly fine. No malware. No ISP issues. No firewall.

Please advise a fix or I guess I will delete everything firefox related.

Stillet af gt0279a for for 4 måneder siden

Seneste svar af zeroknight for for 3 måneder siden

YouTube Latest Videos Box Now Showing After Update

Hey there! After updating Firefox to 121.0.1 YouTube latest videos box not showing. It appears for a few seconds after page is loaded, but then just disappears. Checked o… (læs mere)

Hey there! After updating Firefox to 121.0.1 YouTube latest videos box not showing. It appears for a few seconds after page is loaded, but then just disappears. Checked on another computer -- the same issue, although in 120.0.1 works fine.

Stillet af piano-event-44 for for 4 måneder siden

Seneste svar af jonzn4SUSE for for 4 måneder siden

Cannot connect to YouTube - DoH Issue?

I just tried to connect to YouTube & get "You're offline. Check your connection." I assume this is due to a DoH connection issue. I can connect in Chrome. My Firef… (læs mere)

I just tried to connect to YouTube & get "You're offline. Check your connection." I assume this is due to a DoH connection issue. I can connect in Chrome. My Firefox Mozilla Connection Settings are "Use system proxy settings", though I have set this to "No proxy" in an attempt to fix this - didn't help.

Under Privacy & Security: "Enable HTTPS-Only Mode in all windows", "Enable secure DNS using: Increased Protection" - tried "Default Protection" - no help. Using Cloudflare default.

It has been a few months since I tried YouTube - not sure what's up. It works in Firefox on my phone..

Stillet af theHook for for 4 måneder siden

Seneste svar af jonzn4SUSE for for 4 måneder siden

Chase

I can open the Chase bank site, but cannot log into my account. I can log into my Chase account using Edge. This may have happened after the most recent update to Firefo… (læs mere)

I can open the Chase bank site, but cannot log into my account. I can log into my Chase account using Edge. This may have happened after the most recent update to Firefox. Any ideas how to fix this?

Stillet af ggfossen for 2 uger siden

Seneste svar af cor-el for 2 uger siden

Dont know why some pages shows me in russian language

Hello. I have put my language everywhere on the settings which is latvian. For possible translations i have only put english. Some pages, for example, whatsapp web is sho… (læs mere)

Hello. I have put my language everywhere on the settings which is latvian. For possible translations i have only put english. Some pages, for example, whatsapp web is showing in russian ( i mean the app data for sure, not the messages), also some homepages i use open automatically in russian. How can i put latvian by default or if its not available for the homepage, put english automatically?

Stillet af Edgars Rudzītis for 2 uger siden

Seneste svar af zeroknight for 2 uger siden

Strange Blue Thing On New Tab When Opening NewTab

only sometimes, when i get a new tab, from double click or anywhere else, appears a blue circle on the left side of the tab bar, it comes from the browser it gets bigger.… (læs mere)

only sometimes, when i get a new tab, from double click or anywhere else, appears a blue circle on the left side of the tab bar, it comes from the browser it gets bigger. ive just seen it from the corner of my eye. it just happens real quick

can someone help

Stillet af tunescool for for 4 måneder siden

Seneste svar af cor-el for for 4 måneder siden

Firefox wont sync across laptop and desktop

Hello I hope you can help. Trying to sync my logins/passwords from my laptop to my desktop. It just doesnt work. I have reset primary password, logged into both dev… (læs mere)

Hello

I hope you can help.

Trying to sync my logins/passwords from my laptop to my desktop. It just doesnt work.

I have reset primary password, logged into both devices, selected sync on both devices. But it does not sync to desktop. Both machines come up in the Connected Services setion of my mozilla account.

When i try to manually enter logins & password on desktop list - it keeps asking me to enter my primary password (despite already being logged into firefox).

This is very frustrating so any help is greatly appreciated.

Stillet af chughes2 for for 4 måneder siden

Seneste svar af jonzn4SUSE for for 4 måneder siden

Firefox freezes

I have just reinstalled windows and then Firefox. If I click settings then a menu item it just freezes. I have uninstalled and reinstalled. Using Windows 11 Pro 22H2. … (læs mere)

I have just reinstalled windows and then Firefox. If I click settings then a menu item it just freezes.

I have uninstalled and reinstalled.

Using Windows 11 Pro 22H2.

Any suggestions?

Stillet af Trevor Appleton for for 5 måneder siden

Seneste svar af zeroknight for for 5 måneder siden

Firefox 123.0 Now Opens up New Tab or Window - How to Override This?

Ever since I installed Firefox 123.0, when I execute a search on Yahoo.com, Firefox automatically opens up a new window or tab (depending upon how you have it set up in s… (læs mere)

Ever since I installed Firefox 123.0, when I execute a search on Yahoo.com, Firefox automatically opens up a new window or tab (depending upon how you have it set up in settings) when it didn't before. When I try this with Firefox using Google.com to search, it does NOT open up a new window/tab. But when I try it with Yahoo.com when using Google Chrome, it does NOT open up a new tab. So it would appear that the behavior is being caused by something in Firefox.

I tried making various changes in settings and Firefox about:config that were recommended in previous questions here, but they did not alter the behavior. I would like the behavior to return to simply performing the search within the same window (I can always scroll back to get the original page). Can anyone help?

Stillet af lsedels for for 2 måneder siden

Seneste svar af zeroknight for for 2 måneder siden

Firefox freezes with sandboxie.

Hi! This is an old question, but now over the time i can be more specific with this problem. What i know now in windows 10: - with firefox ESR sandboxie works fine al… (læs mere)

Hi!


This is an old question, but now over the time i can be more specific with this problem. What i know now in windows 10: - with firefox ESR sandboxie works fine all the time (now I use v 115.8.0); - with current firefox (v123) what happens is, after install current version, every time i open firefox, it works fine, but if i select "pause forcing programs", to change something in firefox, this means open firefox without sandboxie, now the first time i open firefox again sandboxie, it´s freeze, and can´t use for this moment now firefox sandboxie. Only works without sandboxie.

Thanks in advance.

Stillet af dfgds dff for for 2 måneder siden

Seneste svar af zeroknight for for 2 måneder siden