顯示下列標籤的問題: 顯示所有問題

Storage (databases) seem to be broken

Storage seem to be broken in general, although the problem has morphed with my bad troubleshooting attempts. This problem started ~last week (or ~two months after I switc… (閱讀更多)

Storage seem to be broken in general, although the problem has morphed with my bad troubleshooting attempts. This problem started ~last week (or ~two months after I switched OS from Windows to Garuda Linux, a variant of Arch) and has progressively gotten worse.

Initial problem: Privacy Badger errors and says storage is broken. Putting `navigator.storage.estimate()` into PB's extension console leads to a quota of a large number, and a usage of 0. Pandora.com then logs me out, and doesn't allow me to log back in. Console reveals it's an indexedDB problem about storage quotas. Many websites are forgetting tokens - I'll log in, and then 15 minutes later, log in again. This happened on Discord, Fastmail, and this support forum (in fact, I couldn't log in on Firefox here. Had to use Chromium). Bitwarden's extension also errors, although this one doesn't directly mention storage and instead says that the sync is out of date directly after syncing. Alright. (If I had to guess, the sync process no longer can write to storage so it's stuck with an old sync).

OK, this is odd. I load back the profile directory I still have saved from the last machine. Still symptomatic. Maybe it's a permissions problem? I run `chmod -R 777 ~/.mozilla/firefox` and relaunch. Still symptomatic. I nuke my firefox directory entirely, reinstall firefox (switching to For Developers) in the process, reimport my bookmarks, and run chmod again. Still symptomatic. Alright.

Maybe it's a problem with my extensions. I really, really doubt that, but maybe. I restart into troubleshooting mode. The problem still exists, but when I go back my bookmarks and extensions are gone.

Problem as it stands now: Pandora.com still logs me out, but I can log back in. Sometimes. It just doesn't remember when I relaunch firefox. Along the way at some point, visiting about:support now shows nothing. As in, when I press "copy text to clipboard" this is the report I get back:

  Application Basics
  ------------------
  
  Name:
  Version:
  Build ID:
  Distribution ID:
  User Agent:
  OS:
  OS Theme:
  Multiprocess Windows:
  Fission Windows:
  Remote Processes:
  Enterprise Policies:
  Google Location Service Key:
  Google Safebrowsing Key:
  Mozilla Location Service Key:
  ...full report in Troubleshooting Information section below, but it's not very helpful

When I open the browser console, I am greeted with dozens of errors. Here are the first few:

  NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001    (NS_ERROR_NOT_IMPLEMENTED) [nsIAppStartup.secondsSinceLastOSRestart]
      _collectStartupConditionsTelemetry resource:///modules/BrowserGlue.sys.mjs:1608
      BG__onFirstWindowLoaded resource:///modules/BrowserGlue.sys.mjs:1716
      BG_observe resource:///modules/BrowserGlue.sys.mjs:961
      _delayedStartup chrome://browser/content/browser.js:2068
  BrowserGlue.sys.mjs:1617:15
  
  TypeError: connection not specified in clone options.
      cloneStorageConnection resource://gre/modules/Sqlite.sys.mjs:1416
      <anonymous> resource://gre/modules/PlacesUtils.sys.mjs:2165
      promiseDBConnection resource://gre/modules/PlacesUtils.sys.mjs:1434
      fetchAnnotatedPages resource://gre/modules/History.sys.mjs:183
      _initializePromise resource://gre/modules/DownloadHistory.sys.mjs:205
      ensureInitialized resource://gre/modules/DownloadHistory.sys.mjs:229
      getList resource://gre/modules/DownloadHistory.sys.mjs:63
      _promiseList resource:///modules/DownloadsCommon.sys.mjs:790
  
  TypeError: connection not specified or invalid.
      wrapStorageConnection resource://gre/modules/Sqlite.sys.mjs:1507
      <anonymous> resource://gre/modules/PlacesUtils.sys.mjs:2177
      withConnectionWrapper resource://gre/modules/PlacesUtils.sys.mjs:1484
      get resource://gre/modules/PlacesUtils.sys.mjs:2253
      #kickOffOriginsAlternativeFrecency resource://gre/modules/PlacesFrecencyRecalculator.sys.mjs:366
      AlternativeFrecencyHelper resource://gre/modules/PlacesFrecencyRecalculator.sys.mjs:350
      PlacesFrecencyRecalculator resource://gre/modules/PlacesFrecencyRecalculator.sys.mjs:136
  
  TypeError: can't access property "executeBeforeShutdown", db is undefined
      withConnectionWrapper resource://gre/modules/PlacesUtils.sys.mjs:1485

(Many more errors here of "db is undefined" in various places)

  NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED)    [nsINavBookmarksService.tagsFolder] PlacesUtils.sys.mjs:2085
  
  Error: Error(s) encountered during statement execution: database or disk is full
      handleCompletion resource://gre/modules/Sqlite.sys.mjs:1067
  Sqlite.sys.mjs:402:15
  
  StorageError: Storage error: QuotaExceededError: IndexedDB: main/partitioning-exempt-urls importChanges() IndexedDB:  importChanges() in main/partitioning-exempt-urls The current transaction exceeded its quota limitations.
      StorageError resource://services-settings/RemoteSettingsClient.sys.mjs:157
      _adjustedError resource://services-settings/RemoteSettingsClient.sys.mjs:928
      maybeSync resource://services-settings/RemoteSettingsClient.sys.mjs:816
  Caused by: QuotaExceededError: IndexedDB: main/partitioning-exempt-urls importChanges() IndexedDB:  importChanges() in main/partitioning-exempt-urls The current transaction exceeded its quota limitations.
  
  StorageError: Storage error: InvalidStateError: IndexedDB: main/message-groups importChanges() IndexedDB: collections, timestamps, records importChanges() in main/message-groups A mutation operation was attempted on a database that did not allow mutations.
      StorageError resource://services-settings/RemoteSettingsClient.sys.mjs:157
      _adjustedError resource://services-settings/RemoteSettingsClient.sys.mjs:928
      maybeSync resource://services-settings/RemoteSettingsClient.sys.mjs:816
  Caused by: InvalidStateError: IndexedDB: main/message-groups importChanges() IndexedDB: collections, timestamps, records importChanges() in main/message-groups A mutation operation was attempted on a database that did not allow mutations.
      importChanges resource://services-settings/Database.sys.mjs:120
      promise resource://services-settings/IDBHelpers.jsm:128
      executeIDB resource://services-settings/IDBHelpers.jsm:92
      executeIDB resource://services-settings/Database.sys.mjs:474
  RemoteSettingsClient.sys.mjs:532:15
  RemoteSettingsWorker error: QuotaExceededError: IndexedDB:  execute() The current transaction exceeded its quota limitations.
  
  Could not write session state file  DOMException: Could not write chunk (size = 117330) to file /home/hugh/.mozilla/firefox/gkgh2t17.dev-edition-default/sessionstore-backups/recovery.jsonlz4.tmp. The file may be corrupt. <empty string> SessionFile.sys.mjs:405:17
  QM_TRY failure (ERROR): 'Unavailable failed with resultCode 0x80520012, resultName NS_ERROR_FILE_NOT_FOUND, context dom::localstorage::FirstOriginInitializationAttempt::Datastore', file dom/localstorage/ActorsParent.cpp:1056
  QM_TRY failure (WARNING): 'Unavailable failed with resultCode 0x80520012, resultName NS_ERROR_FILE_NOT_FOUND, context dom::localstorage::FirstOriginInitializationAttempt::Datastore', file dom/localstorage/ActorsParent.cpp:8393
  QM_TRY failure (WARNING): 'Unavailable failed with resultCode 0x8052000F, resultName NS_ERROR_FILE_TOO_BIG, context dom::localstorage::FirstOriginInitializationAttempt::Datastore', file dom/localstorage/ActorsParent.cpp:487

I see the error of "database or disk is full" - however, my disk is new (6 months old) and is literally 95% free space (see attached screenshot). I'm out of ideas, so hopefully someone else has more.

calm.iron3027 於 4 小時前 詢問

  • 已解決

Missing "Send Tab to Device" button on linux

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for i… (閱讀更多)

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for it?

I have searched the internet for this problem and could not find such things. I would appreciate any help!

info3416 於 6 小時前 詢問

info3416 於 2 小時前 解答

  • 已解決

How to import data from old proile

I've installed a new version of Ubuntu Linux and - as recommended on this page's FAQs - backed up my firefox profile, than copied it into the profile folder on the new os… (閱讀更多)

I've installed a new version of Ubuntu Linux and - as recommended on this page's FAQs - backed up my firefox profile, than copied it into the profile folder on the new os. Now Firefox tells me "You've launched an older version of firefox" and forces me to create a new profile :( Also loading the old profile in "about:profiles" leads to the same result

How can i restore at least my passwords? (When i try to copy only 4.db and logins.json from the old to the new profile, i get the same result)

I can't find an "import old profile"-function anywhere...

dwm3 於 4 小時前 詢問

dwm3 於 4 小時前 解答

  • 已解決

Is it possible to have multiple policies.json files?

Hi, I have a policies.json file that acts as a white list for me (black listed all urls and then white listed needed urls). I was wondering is it possible to create a s… (閱讀更多)

Hi,

I have a policies.json file that acts as a white list for me (black listed all urls and then white listed needed urls). I was wondering is it possible to create a second .json file that will act as a black list. I want to give access to a partial admin. user to the policy.json file to be able to edit the file and add websites if needed but I want a another black list running as well to block out specific websites (this one the partial admin. will not have access to).

So to start off the first question would be is firefox only limited to one .json file for policies or can you have multiple .json files (I want to call the second file blacklist.json)? Btw I use Debian and Firefox-esr.

Thanks.

MozillaFirefoxMan 於 14 小時前 詢問

MozillaFirefoxMan 於 5 小時前 解答

  • 已解決

firefox is redirecting from localhost:8080 to localhost:8081

Currently Firefox is redirecting http://localhost:8080 to http://localhost:8081 , each time when type the address in the URL address bar. I have been working with a cont… (閱讀更多)

Currently Firefox is redirecting http://localhost:8080 to http://localhost:8081 , each time when type the address in the URL address bar.

I have been working with a container wordpress. I have tested in chrome the address http://localhost:8080 and all works fine.

How can we fix that problems, thanks in advance.

I have removed cookies and site data of localhost in Privacy-and-security> Manage-data>

screen-cast https://imgur.com/lWV1WFa

christian 於 11 小時前 詢問

christian 於 10 小時前 解答

Firefox using two fonts for Arabic text

In a simple HTML file containing an Arabic / Urdu / Persian phrase: "با نشئہ درویشی در ساز و دمادم زن", Firefox in Linux (Ubuntu, to be more precise) uses the default fon… (閱讀更多)

In a simple HTML file containing an Arabic / Urdu / Persian phrase: "با نشئہ درویشی در ساز و دمادم زن", Firefox in Linux (Ubuntu, to be more precise) uses the default font (DejaVu Sans) for the whole phrase except for one character (UNICODE: 6C1). Font used for this character is Noto Sans Arabic UI. So the text looks broken due to different fonts.

Please have a look at the attached screenshots for better understanding.

I've tried to search but could not find how exactly Firefox resolves preferences in Font Settings and CSS "font-family" preference to local fonts in Linux. Does this have to do something with "fontconfig"?

How can I make Firefox use only the default font for the whole phrase?

Irfan Latif 於 19 小時前 詢問

Irfan Latif 最近回覆於 13 小時前

Firefox reports incorrect timezone despite privacy.resistFingerprinting being false

Hi, Firefox reports an incorrect timezone (UTC), despite `privacy.resistFingerprinting` being false. (None of the settings underneath `privacy` have been changed. The c… (閱讀更多)

Hi,

Firefox reports an incorrect timezone (UTC), despite `privacy.resistFingerprinting` being false. (None of the settings underneath `privacy` have been changed.

The clearest example is here: https://browserspy.dk/date.php (screenshot attached). Another browser (epiphany) reports the correct timezone on that page.

I have tested the following versions: - Mozilla Firefox 102.11.0esr - Mozilla Firefox 113.0 - Mozilla Firefox 113.0b9

It persists under `--safe-mode`, in Private Browsing mode and despite being signed into a firefox account or not.

uname -a: Linux s 6.3.4 #1-NixOS SMP PREEMPT_DYNAMIC Wed May 24 16:30:25 UTC 2023 x86_64 GNU/Linux

timedatectl, displays correct timezone

I'm at a loss at how to proceed and debug this, every search leads back to privacy.resistFingerprinting, but as mentioned this isn't the case here.

sophie1889 於 20 小時前 詢問

Samsung product registration page does not work on Firefox, works fine on Chrome

The Samsung page with the products registration: https://www.samsung.com/us/support/account/products/ does not display any products on Firefox and keeps refreshing itse… (閱讀更多)

The Samsung page with the products registration: https://www.samsung.com/us/support/account/products/

does not display any products on Firefox and keeps refreshing itself about every 10 seconds or so.

It works perfectly in Chrome on the same computer and then displays the individual Samsung products I've purchased and registered with Samsung.

em2jacks 於 1 天前 詢問

"File exporer" window doesn't open

I want to attach a file and I click on a button (everything works perfectly on Chrome). When I click, in the console I get this error: (firefox:3264): Gtk-WARNING **: 13… (閱讀更多)

I want to attach a file and I click on a button (everything works perfectly on Chrome). When I click, in the console I get this error:

(firefox:3264): Gtk-WARNING **: 13:52:46.781: Can't open portal file chooser: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: L’interface « org.freedesktop.portal.FileChooser » n’existe pas pour l’objet à l’emplacement /org/freedesktop/portal/desktop


Of course, nothing happens when I click. I have Ubuntu 22.04 and apparently Firefox in installed with snap, and I have this problem since snap is used to install Firefox.

If it's useful:

snap list Nom Version Révision Suivi Éditeur Notes bare 1.0 5 latest/stable canonical✓ base code b3e4e68a 129 latest/stable vscode✓ classic core 16-2.58.3 14946 latest/stable canonical✓ core core18 20230503 2751 latest/stable canonical✓ base core20 20230503 1891 latest/stable canonical✓ base core22 20230503 634 latest/stable canonical✓ base firefox 113.0.2-1 2710 latest/stable mozilla✓ - gnome-3-38-2004 0+git.6f39565 140 latest/stable/… canonical✓ - gnome-42-2204 0+git.587e965 102 latest/stable canonical✓ - gtk-common-themes 0.1-81-g442e511 1535 latest/stable/… canonical✓ - snap-store 41.3-71-g709398e 959 latest/stable/… canonical✓ - snapd 2.59.2 19122 latest/stable canonical✓ snapd snapd-desktop-integration 0.9 83 latest/stable/… canonical✓ -


This message is the last I'm writing before I definitely move to Chrome. I hope I'll get the help I couldn't find on other places (I saw a lot of answers telling to deactivate snap, adding a ppa or some solutions like these).

DJ Caësar 9114 於 2 天前 詢問

jonzn4SUSE 最近回覆於 2 天前

Disabling media.hardwaremediakeys.enabled does nothing

I don't like Firefox videos showing up in my media player controls, so I turned off media.hardwarekeys.enabled, but it doesn't seem to do anything anymore. I'm pretty sur… (閱讀更多)

I don't like Firefox videos showing up in my media player controls, so I turned off media.hardwarekeys.enabled, but it doesn't seem to do anything anymore. I'm pretty sure it used to work at some point, don't know when it stopped working. Even though I have it turned off, videos still appears in the Media Player on my panel, and I can play and pause them with the play/pause button on my keyboard. I have also tried disabling dom.media.mediasession.enabled, but that doesn't help either.

KDE Neon 5.27 Firefox 113.0.2

rbits0 於 2 天前 詢問

cor-el 最近回覆於 2 天前

How to configure Firefox mime type to open text files in gedit / external editor.

OS: Ubuntu 20.04 Firefox 113.0(64 Bit ) I am building a website on my hard drive just using files. EX: file:///home/username/notes/main.html <a href="/home/username/… (閱讀更多)

OS: Ubuntu 20.04 Firefox 113.0(64 Bit )

I am building a website on my hard drive just using files. EX: file:///home/username/notes/main.html <a href="/home/username/folder/file.txt"></a>

I put an anchor link in the html source , and when I click on it I want it to open file.txt with gedit. I can get c files to do it , but .txt files open in Firefox.

Tyranna 於 3 天前 詢問

Tyranna 最近回覆於 2 天前

How do I reset individual links from purple back to blue?

I would like to be able to reset links on a webpage to be as if I have never clicked on them, but I am unable to do so. I have tried: -Resetting all of the cookies, hist… (閱讀更多)

I would like to be able to reset links on a webpage to be as if I have never clicked on them, but I am unable to do so. I have tried:

-Resetting all of the cookies, history, etc for that individual website. -Removing the URLs from the links in question from my browser history. -Downloading this extension: https://addons.mozilla.org/en-US/firefox/addon/remove-visited-link/ and using it -Going into settings and changing the visited link color.

Nothing has worked so far. One thing about the website in question is it has its own unique color for visited links---I am wondering if that is causing this? Additionally, this persists whether or not I am signed in to this website.

Thanks.

chalejohnson 於 3 天前 詢問

cor-el 最近回覆於 3 天前

Many sites wont load i firefox, some kill the browser entirely

Summary: Firefox fails to load many sites, and some will kill the entire browser. I recently updated from Ubuntu 22.10 to 23.04, which included an upgrade to Firefox. I … (閱讀更多)

Summary: Firefox fails to load many sites, and some will kill the entire browser.

I recently updated from Ubuntu 22.10 to 23.04, which included an upgrade to Firefox. I originally had trouble with tab/window dragging operations causing the entire desktop to crash.

Removing the snap and installing from the Firefox maintained PPA fixed this issue, but a number of others remain. (Detail on this part over here on the ubuntu forums if interested)

Now many google sites simply show the loading error for ever and never recover. Some URLS can kill the browser completely. For example, this one from the Mozilla website: https://support.mozilla.org/en-US/kb/websites-show-spinning-wheel-never-finish-load The error message is attached.

I am happy to perform more tests and provide more diagnostic if it will help. That same URL works fine from the chromium browser on the same desktop systems,as does every other site I've had issues with.

System details: Ubuntu 23.04 64 bit Firefox 113.0.2 Intel_R_ Client Systems NUC7i7BNH (Intel® Core™ i7-7567U) Intel® Iris® Plus Graphics 650 (Kaby Lake GT3e) (KBL GT3) Gnome 44.0 Wayland WS

jmtocher 於 3 天前 詢問

jmtocher 最近回覆於 3 天前

Firefox (Linux application) is lagging.

Hello, the Firefox app often stops responding when I have multiple tabs open or when a more demanding process is running in a tab. Also, Firefox stops responding when I c… (閱讀更多)

Hello, the Firefox app often stops responding when I have multiple tabs open or when a more demanding process is running in a tab. Also, Firefox stops responding when I copy a screenshot. I have tried the browser without any extensions and the problem persists. I use EndeavourOS based on Arch linux, I use the current version of the system and Firefox.

Fejby 於 5 天前 詢問

jonzn4SUSE 最近回覆於 3 天前

  • 已解決

Ubuntu crashes while moving a Firefox tab with mouse

Hello Volunteers, Ubuntu crashes while moving around a Firefox tab with a mouse, IF the mouse cursor goes thru the top bar of the laptop screen. I am using Firefox V 113… (閱讀更多)

Hello Volunteers,

Ubuntu crashes while moving around a Firefox tab with a mouse, IF the mouse cursor goes thru the top bar of the laptop screen. I am using Firefox V 113.0.2, Build ID: 20230522193126 on Ubuntu 23.04. This could be an Ubuntu problem or a Firefox problem.

Thanks Dilip Deodhar

DD 於 5 天前 詢問

jonzn4SUSE 於 3 天前 解答

Cannot drag files from download list

I am working on a new computer with Kubuntu and have FF installed via .deb. On my previous computer, I could drag files from the downloads dropdown (eg download a file a… (閱讀更多)

I am working on a new computer with Kubuntu and have FF installed via .deb.

On my previous computer, I could drag files from the downloads dropdown (eg download a file and then drag it into gmail as an attachment).

Now this is not possible. Instead, I need to go to the downloads folder in order to drag and drop a file. An extra step and rather annoying.

The problem is persists in Safe Mode.

Is there any way to get the old functionality back?

yves 於 2 週前 詢問

yves 最近回覆於 2 週前

Undo remove extension, but from the toolbar.

Sometimes when a a browser add-on is having trouble, I removed it, then hit undo, and sometimes it works again after that adds it back on. I thought I'd do that today sin… (閱讀更多)

Sometimes when a a browser add-on is having trouble, I removed it, then hit undo, and sometimes it works again after that adds it back on. I thought I'd do that today since some were showing blanks instead of their icons. I did one from the manager just fine, but when I removed one from the toolbar instead of the manager, no undo option was presented, and I don't recall which it was. How can I undo, or view recently removed extensions?

Sterrence 於 4 天前 詢問

cor-el 最近回覆於 4 天前

Firefox causes whole system to crash frequently, often multiple times a day

I use Firefox on Ubuntu 22.04, and my system has 16GB RAM. I have been facing this problem of frequent crashes for the past few months. By crash, I mean not Firefox alone… (閱讀更多)

I use Firefox on Ubuntu 22.04, and my system has 16GB RAM. I have been facing this problem of frequent crashes for the past few months. By crash, I mean not Firefox alone, but the entire system. I use several apps and run several processes that require great compute resources, often simultaneously. I have narrowed the cause of frequent system crashes to Firefox alone; the system rarely crashes when I use other resource-heavy apps. Due to this, I have to restart my system several times a day.

Before this problem arose, I would use multiple tabs (including YouTube, often 10+, close to 20) and multiple windows (2+). Such usage very rarely caused crashes, which is why it is surprising that Firefox now causes the entire system to simply hang sometimes with as low as 3-4 tabs.

I have disabled Hardware Acceleration, refreshed Firefox, even tried disabling WebGL. I also tested it after removing all add-ons, but it still didn't help (I use only 2 add-ons: a simple wide-spectrum ad-blocker and an EPUB reader). Even in troubleshoot mode, Firefox will cause my system to heat up, although it takes some more effort to crash in this case. I use one of the standard themes, so it could not have been the problem.

Many people report Firefox crashes, but in my case, Firefox causes my entire system to crash. How do I fix this issue? Thank you in advance.

DrunkenDefenestrator 於 2 週前 詢問

DrunkenDefenestrator 最近回覆於 4 天前