1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. .DeJaVu

Beiträge von .DeJaVu

  • Webseiten mit 404 Fehler finden

    • .DeJaVu
    • 5. September 2023 um 16:11

    Was zeigt der Fortschritt oben denn an?

    Für deine Zahl ca 2,5 Minuten, für meine 1632 sind gewesen ca 3:15, Rechner ist auch auf Volllast in der Zeit.

  • Tab Text, statt Verlaufsmaske Ellipsis/Auslassungspunkte - kleines Problem

    • .DeJaVu
    • 5. September 2023 um 14:06

    Kann mich nur schrittweise rantasten.

    Das .tab-content setzt sich aus dem Icon, dem Label und den Close-Button zusammen, ganz nackt einfach hintereinander gestellt.

    Ellipsis overflow

    CSS
    .tab-label
    {
      margin-inline: 0;
      max-width: 100%;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      white-space: nowrap !important;
    }

    Der Close Button wird ganz stumpf mit display:none und display:block seitens Firefox aus- und eingeblendet, und kürzt die Breite vom Label, ganz stumpf. Und bis dahin springt auch nichts.

    Wo ich momentan nicht in die Spur kommen, den Button vom .tab-label-container zu lösen bzw floating zu machen, sich über den Text zu setzen. Ich wüsste auch nicht, ob ich sowas schon in CSS erstellt habe in irgendeinem Style.

  • FF öffnet keine mailto: oder tel: Links

    • .DeJaVu
    • 5. September 2023 um 11:22

    Guckst du, ist von meinem Redmi. Bei Mail macht sich GMail auf, ist aber nicht konfiguriert und nicht genutzt. Auf meinem Samsung öffnet sich mit allen Angaben Typeapp. Firefox 117 ohne alles, Tabs oben.

    Das mit "Abbrechen", danach funktionierte auf der Seite nichts mehr, auch nicht nach Neustart. Ich denke, es wird in den Webseiten-Einstellungen oder Cookies hinterlegt, dann nur nach Browserdaten löschen tat es sich wieder auf und das beinhaltet beides.

    Bilder

    • Screenshot_mailto_1a.jpg
      • 66,37 kB
      • 270 × 575
    • Screenshot_mailto_2a.jpg
      • 118,9 kB
      • 270 × 575
    • Screenshot_mailto_3a.jpg
      • 100,13 kB
      • 270 × 576
    • Screenshot_tel_1a.jpg
      • 57,25 kB
      • 270 × 575
    • Screenshot_tel_2a.jpg
      • 55,28 kB
      • 270 × 576
    • Screenshot_tel_3a.jpg
      • 45,69 kB
      • 270 × 333
  • Webseiten mit 404 Fehler finden

    • .DeJaVu
    • 5. September 2023 um 11:04

    Beispiel: Ublock 1.51.0, alles tutti. ublock 1.51.0.1 weisst sich als Beta aus in der Liste, und ist nicht 100% mehr kompatibel, auch wenn sich am Code selbst nichts verändert hat.

    Und die Meldung bei Andreas beinhaltet nicht "should", sondern "must", und das ist im Englischen eindeutig. Aus Laiensicht sollte das heissen, dass man es mit was anderes als Zahlen in der Versionsangabe nicht mehr signiert bekommt. Dein XPI ist dahingehend ja auch nicht signiert, aber das dürfte andere Ursachen haben ;)

  • Webseiten mit 404 Fehler finden

    • .DeJaVu
    • 5. September 2023 um 10:34

    Buchstaben mochte Firefox schon ziemlich lange nicht in den Versionsangaben, nur Zahlen. Was ich aber weiss, dass die 4. Stelle ".1" als Beta-Angabe benommen wird, und dass manch Erweiterung seine Problemchen damit hat.

  • FF öffnet keine mailto: oder tel: Links

    • .DeJaVu
    • 5. September 2023 um 10:28

    Tut mir leid, kann ich nicht nachvollziehen. Nicht mal für Firefox 118, das wohl Beta für Android sein müsste. Wenn ich auf einen Email-Link klicke, fragt mich Firefox nach der App, die ich öffnen will, andere Testseite

    Mailto Links Test Page - Scott Severance
    www.scottseverance.us

    Es werden alle Links (1-4) umgesetzt - solange ich nicht auf Abbrechen drücke, dann geht gar nichts mehr. Und das nicht nur seit v116. Redmi Note 10 und Samsung, zwei Geräte, die kaum unterschiedlicher sein könnten.

    Zu tel habe ich nichts.

  • Updates ohne User Account Control (UAC)

    • .DeJaVu
    • 5. September 2023 um 10:15

    War eben Kaffee holen, diese Seite hatte ich vorhin im Suchergebnis

    Was ist der Mozilla-Wartungsdienst (Maintenance Service)? | Mozilla-Hilfe

    Genau dafür ist dieser Dienst ja da, um das Update mit den entsprechenden Rechten im Hintergrund einzuspielen. Was ich aus obiger Frage entnehmen möchte, dass wohl genau dieser Dienst nicht mit installiert wurde. Siehe auch Sören. Der Dienst wird mit erhöhten Rechten angelegt und auch ausgeführt, daher braucht der keinen UAC, um arbeiten zu können.

    Wegen Grundlagen. Wenn Firefox für alle installiert wurde, ohne den Wartungsdienst, müsste er für das Update eine UAC-Meldung auslösen. Und wenn ich den Themenstarter richtig verstanden habe, passiert auch genau das.

  • Tab Text, statt Verlaufsmaske Ellipsis/Auslassungspunkte - kleines Problem

    • .DeJaVu
    • 5. September 2023 um 10:07

    Das Verhalten steht hier

    chrome://browser/content/tabbrowser.css

    Im aktiven Tab wird das X angezeigt, sonst nicht - ab einer bestimmten Breite (kleiner werdend).

    Bei Hover wirkt das hier bei mir

    CSS
    #tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab:hover > .tab-stack > .tab-content > .tab-close-button
    {
        display: block !important;
    }

    Ob du noch an .tab-content was verändern musst, musst du selbst ermitteln. tab-close-button lässt sich einzeln bearbeiten, man sollte vermeiden, den irgendwo mit einzubauen, geht schief.

  • Updates ohne User Account Control (UAC)

    • .DeJaVu
    • 5. September 2023 um 10:02

    Gar nicht. Windows Grundlagen. Ansonsten per GPO Updates abstellen und manuell installieren mit den entsprechenden Rechten.

  • FF öffnet keine mailto: oder tel: Links

    • .DeJaVu
    • 4. September 2023 um 22:01

    Abends. Hättest du eine Beispielseite, wo mailto und Email vorhanden sind?

    Bei Email-Links werde ich gefragt, ob die Adresse mit einer externen App geöffnet werden soll - die es gibt.

    tel weiss ich grad nicht, aber wenn du Telefonnummern markierst, bietet Firefox "Anrufen" an.

  • Was schaut ihr gerade?

    • .DeJaVu
    • 4. September 2023 um 20:10

    Da ich nicht alle Sender gleichzeitig schauen kann:

    MediathekViewWeb

    Ligurien- Dolce Vita...

    Wegen Kleinkunstfestival, besser auf die Mediathek verweisen, solche Deep-Links sind nicht unbedingt dauerhaft noch ist die Auflösung bekannt.

    MediathekViewWeb

  • Firefox Konto - Anmeldung fliegt täglich raus

    • .DeJaVu
    • 4. September 2023 um 15:25

    Eine success-txt hat es hier auch nicht gegeben, mir sind die nur in der Nightly aufgefallen, und da gab es allein heute 10 Stück innerhalb 1.5 Stunden. Insgesamt erheblich mehr davon als error-txt. Könnte Nightly-spezifisch sein.

    PS ich bin kein Entwickler noch sonst was bei Firefox, eher trial&error und viel lesen, vor allem hier im Forum ;)

    Wenn, wie neulich, Sync (in Firefox Beta, eigenes Profil) komplett versagt hat, obwohl angemeldet, wurde das Profil geputzt, bis es wieder gepasst hat. Funktioniert immer noch.

  • Firefox Konto - Anmeldung fliegt täglich raus

    • .DeJaVu
    • 4. September 2023 um 15:06

    So sieht übrigens ein error-txt aus, wenn man - nach Backup - Sync getrennt hat, für einen Test. Und nach Wiederherstellung der Daten Sync nutzen möchte. Der Server erkennt einen, aber man ist nicht angemeldet. Diese Info wird auf dem Server gespeichert und nicht im Profil.

    Ergo muss ich mich neu anmelden, auf der Webseiten, Email/Passwort, dann 2FA weil so hinterlegt. Und damit bekomme ich eine neue error-txt. Nebst Email, dass sich jemand neu angemeldet hat. So oder ähnlich sollte es aussehen, das tut es bei dir nicht.

    (ich synce nur Lesezeichen und Passwörter)

    Code
    1693832308211    FirefoxAccounts    TRACE    initializing new storage manager
    1693832308211    FirefoxAccounts    TRACE    starting fetch of json user data
    1693832308254    FirefoxAccounts    TRACE    finished fetch of json user data - took: 43
    1693832308254    FirefoxAccounts    DEBUG    reading secure storage with existing: []
    1693832308254    FirefoxAccounts    TRACE    starting fetch of user data from the login manager
    1693832308258    FirefoxAccounts    DEBUG    secure read fetched items: ["scopedKeys"]
    1693832308258    FirefoxAccounts    TRACE    initializing of new storage manager done
    1693832308262    FirefoxAccounts    DEBUG    FxAccountsProfileClient: Initialized
    1693832308268    FirefoxAccounts    DEBUG    FxAccountsProfileClient: Requested profile
    1693832308268    FirefoxAccounts    DEBUG    getOAuthToken enter
    1693832308268    FirefoxAccounts    TRACE    getCachedToken returning cached token
    1693832308268    FirefoxAccounts    DEBUG    getOAuthToken returning a cached token
    1693832308269    Services.Common.RESTRequest    DEBUG    GET request to https://profile.accounts.firefox.com/v1/profile
    1693832308294    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/attached_clients
    1693832308346    Sync.Status    INFO    Resetting Status.
    1693832308346    Sync.Status    DEBUG    Status.service: undefined => success.status_ok
    1693832308346    Sync.SyncScheduler    TRACE    Setting SyncScheduler policy values to defaults.
    1693832308347    Sync.SyncScheduler    DEBUG    Clearing sync triggers and the global score.
    1693832308347    Sync.Service    INFO    Loading Weave 1.119.0
    1693832308348    Sync.Engine.Clients    DEBUG    Engine constructed
    1693832308349    Sync.Engine.Clients    DEBUG    Resetting clients last sync time
    1693832308360    Sync.Engine.Addons    DEBUG    Engine constructed
    1693832308376    Sync.Engine.Addons    DEBUG    SyncEngine initialized: addons
    1693832308378    Sync.AddonsReconciler    DEBUG    No data seen in loaded file: addonsreconciler
    1693832308381    Sync.Engine.Passwords    DEBUG    Engine constructed
    1693832308388    Sync.Engine.Passwords    DEBUG    SyncEngine initialized: passwords
    1693832308391    Sync.Engine.Prefs    DEBUG    Engine constructed
    1693832308392    Sync.Engine.Prefs    DEBUG    SyncEngine initialized: prefs
    1693832308396    Sync.Engine.Bookmarks    DEBUG    Engine constructed
    1693832308399    Sync.Engine.Bookmarks    DEBUG    SyncEngine initialized: bookmarks
    1693832308401    Sync.Engine.Forms    DEBUG    Engine constructed
    1693832308402    Sync.Engine.Forms    DEBUG    SyncEngine initialized: forms
    1693832308406    Sync.Engine.History    DEBUG    Engine constructed
    1693832308410    Sync.Engine.History    DEBUG    SyncEngine initialized: history
    1693832308415    Sync.Engine.Tabs    DEBUG    Engine constructed
    1693832308417    Sync.Engine.Tabs    DEBUG    SyncEngine initialized: tabs
    1693832308423    Sync.Engine.Tabs    INFO    Got a bridged engine!
    1693832308426    Sync.Engine.CreditCards    DEBUG    Engine constructed
    1693832308428    Sync.Engine.CreditCards    DEBUG    SyncEngine initialized: creditcards
    1693832308431    Sync.Engine.Extension-Storage    DEBUG    Engine constructed
    1693832308468    Sync.Engine.Extension-Storage    DEBUG    SyncEngine initialized: extension-storage
    1693832308469    Sync.Service    INFO    Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0
    1693832308545    Sync.Service    DEBUG    User-Agent: Firefox/117.0 (Windows NT 10.0; Win64; x64) FxSync/1.119.0.20230824132758.desktop
    1693832308545    Sync.Service    INFO    Starting sync at 2023-09-04 14:58:28 in browser session fvPkwMCKpwXL
    1693832308545    Sync.Service    DEBUG    In sync: should login.
    1693832308545    Sync.Service    INFO    User logged in successfully - verifying login.
    1693832308546    Sync.SyncAuthManager    DEBUG    unlockAndVerifyAuthState already has (or can fetch) sync keys
    1693832308546    Sync.Status    DEBUG    Status.login: success.login => success.status_ok
    1693832308546    Sync.Status    DEBUG    Status.service: success.status_ok => error.login.failed
    1693832308546    Sync.Service    DEBUG    Fetching unlocked auth state returned success.status_ok
    1693832308547    Sync.SyncAuthManager    INFO    Getting sync key
    1693832308547    Sync.SyncAuthManager    INFO    Getting a sync token from: https://token.services.mozilla.com/1.0/sync/1.5
    1693832308547    Sync.SyncAuthManager    DEBUG    Getting a token using OAuth
    1693832308547    FirefoxAccounts    DEBUG    getOAuthToken enter
    1693832308547    FirefoxAccounts    TRACE    getCachedToken returning cached token
    1693832308547    FirefoxAccounts    DEBUG    getOAuthToken returning a cached token
    1693832308547    Services.Common.TokenServerClient    DEBUG    Beginning OAuth token exchange: https://token.services.mozilla.com/1.0/sync/1.5
    1693832308547    Services.Common.RESTRequest    DEBUG    GET request to https://token.services.mozilla.com/1.0/sync/1.5
    1693832308607    FirefoxAccounts    DEBUG    FxAccountsWebChannel registered: account_updates with origin https://accounts.firefox.com
    1693832308835    FirefoxAccounts    INFO    fetching updated device list
    1693832308856    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/devices?filterIdleDevicesTimestamp=1692017908836
    1693832310547    Services.Common.RESTRequest    DEBUG    GET https://profile.accounts.firefox.com/v1/profile 401
    1693832310547    FirefoxAccounts    INFO    Fetching the profile returned a 401 - revoking our token and retrying
    1693832310547    Services.Common.RESTRequest    DEBUG    POST request to https://api.accounts.firefox.com/v1/oauth/destroy
    1693832310547    Services.Common.RESTRequest    DEBUG    POST Length: 900
    1693832310548    FirefoxAccounts    DEBUG    _updateAccountData with items: ["oauthTokens"]
    1693832310548    FirefoxAccounts    DEBUG    writing plain storage: ["email","sessionToken","uid","verified","device","encryptedSendTabKeys","oauthTokens","profileCache"]
    1693832310548    FirefoxAccounts    TRACE    starting write of json user data: ["email","sessionToken","uid","verified","device","encryptedSendTabKeys","oauthTokens","profileCache"]
    1693832310548    FirefoxAccounts    DEBUG    getOAuthToken enter
    1693832310549    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/attached_clients 401
    1693832310549    Hawk    DEBUG    (Response) /account/attached_clients: code: 401 - Status text: Unauthorized
    1693832310549    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3549
    1693832310549    Hawk    DEBUG    Received 401 for /account/attached_clients: retrying
    1693832310550    Services.Common.RESTRequest    DEBUG    GET https://token.services.mozilla.com/1.0/sync/1.5 401
    1693832310550    Services.Common.TokenServerClient    DEBUG    Got token response: 401
    1693832310550    Services.Common.TokenServerClient    INFO    Server-reported error: {"location":"body","name":"","description":"Unauthorized"}
    1693832310550    Services.Common.RESTRequest    DEBUG    POST request to https://api.accounts.firefox.com/v1/oauth/destroy
    1693832310551    Services.Common.RESTRequest    DEBUG    POST Length: 969
    1693832310551    FirefoxAccounts    DEBUG    _updateAccountData with items: ["oauthTokens"]
    1693832310551    Sync.SyncAuthManager    WARN    Token server returned 401, retrying token fetch with fresh credentials
    1693832310551    Sync.SyncAuthManager    INFO    Getting a sync token from: https://token.services.mozilla.com/1.0/sync/1.5
    1693832310551    Sync.SyncAuthManager    DEBUG    Getting a token using OAuth
    1693832310551    FirefoxAccounts    DEBUG    getOAuthToken enter
    1693832310553    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/attached_clients
    1693832310555    FirefoxAccounts    TRACE    finished write of json user data - took: 7
    1693832310555    FirefoxAccounts    DEBUG    writing secure storage: ["scopedKeys"]
    1693832310555    FirefoxAccounts    TRACE    starting write of user data to the login manager
    1693832310563    FirefoxAccounts    TRACE    finished write of user data to the login manager
    1693832310563    FirefoxAccounts    DEBUG    writing plain storage: ["email","sessionToken","uid","verified","device","encryptedSendTabKeys","oauthTokens","profileCache"]
    1693832310563    FirefoxAccounts    TRACE    starting write of json user data: ["email","sessionToken","uid","verified","device","encryptedSendTabKeys","oauthTokens","profileCache"]
    1693832310565    Services.Common.RESTRequest    DEBUG    POST request to https://api.accounts.firefox.com/v1/oauth/token
    1693832310565    Services.Common.RESTRequest    DEBUG    POST Length: 81
    1693832310565    Services.Common.RESTRequest    DEBUG    POST request to https://api.accounts.firefox.com/v1/oauth/token
    1693832310565    Services.Common.RESTRequest    DEBUG    POST Length: 127
    1693832310566    FirefoxAccounts    TRACE    finished write of json user data - took: 3
    1693832310566    FirefoxAccounts    DEBUG    writing secure storage: ["scopedKeys"]
    1693832310566    FirefoxAccounts    TRACE    starting write of user data to the login manager
    1693832310573    FirefoxAccounts    TRACE    finished write of user data to the login manager
    1693832310752    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/devices?filterIdleDevicesTimestamp=1692017908836 401
    1693832310752    Hawk    DEBUG    (Response) /account/devices?filterIdleDevicesTimestamp=1692017908836: code: 401 - Status text: Unauthorized
    1693832310752    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3752
    1693832310752    Hawk    DEBUG    Received 401 for /account/devices?filterIdleDevicesTimestamp=1692017908836: retrying
    1693832310753    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/devices?filterIdleDevicesTimestamp=1692017908836
    1693832311183    Services.Common.RESTRequest    DEBUG    POST https://api.accounts.firefox.com/v1/oauth/destroy 200
    1693832311183    Hawk    DEBUG    (Response) /oauth/destroy: code: 200 - Status text: OK
    1693832311183    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3183
    1693832311442    Services.Common.RESTRequest    DEBUG    POST https://api.accounts.firefox.com/v1/oauth/destroy 200
    1693832311442    Hawk    DEBUG    (Response) /oauth/destroy: code: 200 - Status text: OK
    1693832311442    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3442
    1693832311630    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/attached_clients 401
    1693832311630    Hawk    DEBUG    (Response) /account/attached_clients: code: 401 - Status text: Unauthorized
    1693832311630    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3630
    1693832311630    FirefoxAccounts    ERROR    error GETing /account/attached_clients: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832311630    FirefoxAccounts    WARN    handling invalid token error: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832311630    FirefoxAccounts    INFO    checking account status...
    1693832311632    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832311775    Services.Common.RESTRequest    DEBUG    POST https://api.accounts.firefox.com/v1/oauth/token 401
    1693832311775    Hawk    DEBUG    (Response) /oauth/token: code: 401 - Status text: Unauthorized
    1693832311775    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3775
    1693832311775    Hawk    DEBUG    Received 401 for /oauth/token: retrying
    1693832311776    Services.Common.RESTRequest    DEBUG    POST request to https://api.accounts.firefox.com/v1/oauth/token
    1693832311776    Services.Common.RESTRequest    DEBUG    POST Length: 81
    1693832311893    Services.Common.RESTRequest    DEBUG    POST https://api.accounts.firefox.com/v1/oauth/token 401
    1693832311894    Hawk    DEBUG    (Response) /oauth/token: code: 401 - Status text: Unauthorized
    1693832311894    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3894
    1693832311894    Hawk    DEBUG    Received 401 for /oauth/token: retrying
    1693832311895    Services.Common.RESTRequest    DEBUG    POST request to https://api.accounts.firefox.com/v1/oauth/token
    1693832311895    Services.Common.RESTRequest    DEBUG    POST Length: 127
    1693832311997    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/devices?filterIdleDevicesTimestamp=1692017908836 401
    1693832311997    Hawk    DEBUG    (Response) /account/devices?filterIdleDevicesTimestamp=1692017908836: code: 401 - Status text: Unauthorized
    1693832311998    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -2998
    1693832311998    FirefoxAccounts    ERROR    error GETing /account/devices?filterIdleDevicesTimestamp=1692017908836: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832311998    FirefoxAccounts    WARN    handling invalid token error: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832311998    FirefoxAccounts    INFO    checking account status...
    1693832311999    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832312094    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832312094    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832312094    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3094
    1693832312094    Hawk    DEBUG    Received 401 for /session/status: retrying
    1693832312095    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832312173    Services.Common.RESTRequest    DEBUG    POST https://api.accounts.firefox.com/v1/oauth/token 401
    1693832312173    Hawk    DEBUG    (Response) /oauth/token: code: 401 - Status text: Unauthorized
    1693832312173    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3173
    1693832312173    FirefoxAccounts    ERROR    error POSTing /oauth/token: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832312173    FirefoxAccounts    WARN    handling invalid token error: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832312173    FirefoxAccounts    INFO    checking account status...
    1693832312175    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832312273    Services.Common.RESTRequest    DEBUG    POST https://api.accounts.firefox.com/v1/oauth/token 401
    1693832312274    Hawk    DEBUG    (Response) /oauth/token: code: 401 - Status text: Unauthorized
    1693832312274    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3274
    1693832312274    FirefoxAccounts    ERROR    error POSTing /oauth/token: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832312274    FirefoxAccounts    WARN    handling invalid token error: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832312274    FirefoxAccounts    INFO    checking account status...
    1693832312275    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832312347    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832312347    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832312347    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3347
    1693832312347    FirefoxAccounts    ERROR    error GETing /session/status: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832312347    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35
    1693832312480    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832312480    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832312480    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3480
    1693832312480    Hawk    DEBUG    Received 401 for /session/status: retrying
    1693832312483    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832312614    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35 200
    1693832312615    Hawk    DEBUG    (Response) /account/status?uid=41c22bb644874ad7a23247a276c31b35: code: 200 - Status text: OK
    1693832312615    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3615
    1693832312615    FirefoxAccounts    INFO    account status: needs reauthentication
    1693832312615    FirefoxAccounts    DEBUG    _updateAccountData with items: ["authAt","sessionToken","oauthTokens","profileCache","encryptedSendTabKeys","keyFetchToken","unwrapBKey","scopedKeys"]
    1693832312615    FirefoxAccounts    DEBUG    writing plain storage: ["email","uid","verified","device"]
    1693832312615    FirefoxAccounts    TRACE    starting write of json user data: ["email","uid","verified","device"]
    1693832312615    FirefoxAccounts    DEBUG    Notifying observers of fxaccounts:statechange
    1693832312615    Sync.SyncAuthManager    DEBUG    observed fxaccounts:statechange
    1693832312789    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832312789    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832312789    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3789
    1693832312789    Hawk    DEBUG    Received 401 for /session/status: retrying
    1693832312790    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832312790    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832312790    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3790
    1693832312790    Hawk    DEBUG    Received 401 for /session/status: retrying
    1693832312794    FirefoxAccounts    TRACE    finished write of json user data - took: 179
    1693832312794    FirefoxAccounts    DEBUG    writing secure storage: []
    1693832312794    FirefoxAccounts    TRACE    starting write of user data to the login manager
    1693832312802    FirefoxAccounts    TRACE    finished write of user data to the login manager
    1693832312803    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832312803    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/session/status
    1693832313344    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832313345    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832313345    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3345
    1693832313345    FirefoxAccounts    ERROR    error GETing /session/status: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313345    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35
    1693832313346    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832313346    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832313347    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3347
    1693832313347    FirefoxAccounts    ERROR    error GETing /session/status: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313347    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35
    1693832313348    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/session/status 401
    1693832313348    Hawk    DEBUG    (Response) /session/status: code: 401 - Status text: Unauthorized
    1693832313348    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3348
    1693832313348    FirefoxAccounts    ERROR    error GETing /session/status: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313349    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35
    1693832313537    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35 200
    1693832313537    Hawk    DEBUG    (Response) /account/status?uid=41c22bb644874ad7a23247a276c31b35: code: 200 - Status text: OK
    1693832313537    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3537
    1693832313537    FirefoxAccounts    INFO    account status: needs reauthentication
    1693832313537    FirefoxAccounts    DEBUG    _updateAccountData with items: ["authAt","sessionToken","oauthTokens","profileCache","encryptedSendTabKeys","keyFetchToken","unwrapBKey","scopedKeys"]
    1693832313537    FirefoxAccounts    DEBUG    writing plain storage: ["email","uid","verified","device"]
    1693832313537    FirefoxAccounts    TRACE    starting write of json user data: ["email","uid","verified","device"]
    1693832313537    FirefoxAccounts    DEBUG    Notifying observers of fxaccounts:statechange
    1693832313538    Sync.SyncAuthManager    DEBUG    observed fxaccounts:statechange
    1693832313538    FirefoxAccounts    ERROR    FxA rejecting with error AUTH_ERROR, details: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313538    Sync.SyncAuthManager    ERROR    Authentication error in _fetchTokenForUser: {"details":{"details":{"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}},"source":"fxaccounts"}
    1693832313538    Sync.Status    DEBUG    Status.login: success.status_ok => error.login.reason.account
    1693832313538    Sync.Status    DEBUG    Status.service: error.login.failed => error.login.failed
    1693832313538    Sync.SyncAuthManager    INFO    Failed to fetch the cluster URL: {"details":{"details":{"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}},"source":"fxaccounts"}
    1693832313538    Sync.SyncAuthManager    DEBUG    Cluster value = null
    1693832313539    Sync.Status    DEBUG    Status.sync: success.sync => error.sync.reason.no_node_found
    1693832313539    Sync.Status    DEBUG    Status.service: error.login.failed => error.sync.failed
    1693832313539    Sync.SyncScheduler    DEBUG    Clearing sync triggers and the global score.
    1693832313540    Sync.Status    INFO    Resetting Status.
    1693832313540    Sync.Status    DEBUG    Status.service: error.sync.failed => success.status_ok
    1693832313541    FirefoxAccounts    INFO    Generating and persisting encrypted sendtab keys
    1693832313542    FirefoxAccounts    INFO    Can't get keys; no key material or tokens available
    1693832313542    FirefoxAccounts    INFO    Can't get keys; no key material or tokens available
    1693832313542    FirefoxAccounts    INFO    Can't fetch keys, so unable to determine sendtab keys
    1693832313542    Sync.SyncAuthManager    INFO    Unable to fetch keys (master-password locked?), so aborting token fetch
    1693832313542    Sync.SyncAuthManager    INFO    Failed to fetch the cluster URL: Error: Can't fetch a token as we can't get keys(resource://services-sync/sync_auth.sys.mjs:386:13) JS Stack trace: _fetchTokenForUser@sync_auth.sys.mjs:386:13
    1693832313543    Sync.ErrorHandler    ERROR    Sync encountered an error: Error: Can't fetch a token as we can't get keys(resource://services-sync/sync_auth.sys.mjs:386:13) JS Stack trace: _fetchTokenForUser@sync_auth.sys.mjs:386:13
    1693832313543    Sync.SyncScheduler    DEBUG    Client count: 0 -> 7
    1693832313543    Sync.SyncScheduler    DEBUG    Next sync in 600000 ms. (why=reschedule)
    1693832313546    Sync.Telemetry    WARN    Failed to set sync identifiers in the deletion-request ping: Error: _registerOrUpdateDevice called without a session token
    1693832313546    Sync.Service    DEBUG    Exception calling anonymous function: Error: Can't fetch a token as we can't get keys(resource://services-sync/sync_auth.sys.mjs:386:13) JS Stack trace: _fetchTokenForUser@sync_auth.sys.mjs:386:13
    1693832313546    FirefoxAccounts    INFO    Generating and persisting encrypted sendtab keys
    Alles anzeigen
    Code
    1693832313547    Sync.LogManager    DEBUG    Flushing file log
    1693832313547    FirefoxAccounts    INFO    Can't get keys; no key material or tokens available
    1693832313547    FirefoxAccounts    INFO    Can't fetch keys, so unable to determine sendtab keys
    1693832313547    Sync.Telemetry    WARN    Failed to set sync identifiers in the deletion-request ping: Error: _registerOrUpdateDevice called without a session token
    1693832313548    FirefoxAccounts    TRACE    finished write of json user data - took: 11
    1693832313548    FirefoxAccounts    DEBUG    writing secure storage: []
    1693832313548    FirefoxAccounts    TRACE    starting write of user data to the login manager
    1693832313555    FirefoxAccounts    TRACE    finished write of user data to the login manager
    1693832313556    Sync.LogManager    DEBUG    Log cleanup threshold time: 1692968313556
    1693832313557    Sync.LogManager    DEBUG    Done deleting files.
    1693832313558    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35 200
    1693832313558    Hawk    DEBUG    (Response) /account/status?uid=41c22bb644874ad7a23247a276c31b35: code: 200 - Status text: OK
    1693832313558    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3558
    1693832313558    FirefoxAccounts    INFO    account status: needs reauthentication
    1693832313558    FirefoxAccounts    DEBUG    _updateAccountData with items: ["authAt","sessionToken","oauthTokens","profileCache","encryptedSendTabKeys","keyFetchToken","unwrapBKey","scopedKeys"]
    1693832313559    FirefoxAccounts    DEBUG    writing plain storage: ["email","uid","verified","device"]
    1693832313559    FirefoxAccounts    TRACE    starting write of json user data: ["email","uid","verified","device"]
    1693832313559    FirefoxAccounts    DEBUG    Notifying observers of fxaccounts:statechange
    1693832313559    Sync.SyncAuthManager    DEBUG    observed fxaccounts:statechange
    1693832313559    Sync.Browser    ERROR    Refreshing device list failed.: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313561    FirefoxAccounts    TRACE    finished write of json user data - took: 2
    1693832313561    FirefoxAccounts    DEBUG    writing secure storage: []
    1693832313561    FirefoxAccounts    TRACE    starting write of user data to the login manager
    1693832313567    FirefoxAccounts    TRACE    finished write of user data to the login manager
    1693832313568    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35 200
    1693832313568    Hawk    DEBUG    (Response) /account/status?uid=41c22bb644874ad7a23247a276c31b35: code: 200 - Status text: OK
    1693832313568    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3568
    1693832313568    FirefoxAccounts    INFO    account status: needs reauthentication
    1693832313568    FirefoxAccounts    DEBUG    _updateAccountData with items: ["authAt","sessionToken","oauthTokens","profileCache","encryptedSendTabKeys","keyFetchToken","unwrapBKey","scopedKeys"]
    1693832313569    FirefoxAccounts    DEBUG    writing plain storage: ["email","uid","verified","device"]
    1693832313569    FirefoxAccounts    TRACE    starting write of json user data: ["email","uid","verified","device"]
    1693832313569    FirefoxAccounts    DEBUG    Notifying observers of fxaccounts:statechange
    1693832313569    Sync.SyncAuthManager    DEBUG    observed fxaccounts:statechange
    1693832313569    FirefoxAccounts    WARN    handling invalid token error: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313569    FirefoxAccounts    INFO    checking account status...
    1693832313569    Services.Common.RESTRequest    DEBUG    GET request to https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35
    1693832313571    FirefoxAccounts    TRACE    finished write of json user data - took: 2
    1693832313571    FirefoxAccounts    DEBUG    writing secure storage: []
    1693832313571    FirefoxAccounts    TRACE    starting write of user data to the login manager
    1693832313577    FirefoxAccounts    TRACE    finished write of user data to the login manager
    1693832313774    Services.Common.RESTRequest    DEBUG    GET https://api.accounts.firefox.com/v1/account/status?uid=41c22bb644874ad7a23247a276c31b35 200
    1693832313774    Hawk    DEBUG    (Response) /account/status?uid=41c22bb644874ad7a23247a276c31b35: code: 200 - Status text: OK
    1693832313774    Hawk    DEBUG    Clock offset vs https://api.accounts.firefox.com/v1: -3774
    1693832313774    FirefoxAccounts    INFO    account status: needs reauthentication
    1693832313774    FirefoxAccounts    DEBUG    _updateAccountData with items: ["authAt","sessionToken","oauthTokens","profileCache","encryptedSendTabKeys","keyFetchToken","unwrapBKey","scopedKeys"]
    1693832313774    FirefoxAccounts    DEBUG    writing plain storage: ["email","uid","verified","device"]
    1693832313774    FirefoxAccounts    TRACE    starting write of json user data: ["email","uid","verified","device"]
    1693832313774    FirefoxAccounts    DEBUG    Notifying observers of fxaccounts:statechange
    1693832313774    Sync.SyncAuthManager    DEBUG    observed fxaccounts:statechange
    1693832313774    FirefoxAccounts    ERROR    Background refresh of profile failed: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313775    FirefoxAccounts    ERROR    Background refresh of profile failed: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313775    FirefoxAccounts    ERROR    Background refresh of profile failed: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313775    FirefoxAccounts    ERROR    Background refresh of profile failed: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313775    FirefoxAccounts    ERROR    Background refresh of profile failed: {"code":401,"errno":110,"error":"Unauthorized","message":"The authentication token could not be found","info":"https://mozilla.github.io/ecosystem-platform/api#section/Response-format"}
    1693832313777    FirefoxAccounts    TRACE    finished write of json user data - took: 3
    1693832313777    FirefoxAccounts    DEBUG    writing secure storage: []
    1693832313777    FirefoxAccounts    TRACE    starting write of user data to the login manager
    1693832313783    FirefoxAccounts    TRACE    finished write of user data to the login manager
    1693832561886    FirefoxAccounts    DEBUG    FxAccountsWebChannel message received: fxaccounts:fxa_status
    1693832561887    FirefoxAccounts    DEBUG    fxa_status received
    1693832561887    FirefoxAccounts    DEBUG    service: sync
    1693832561887    FirefoxAccounts    DEBUG    is private browsing: false
    1693832563032    FirefoxAccounts    DEBUG    FxAccountsWebChannel message received: fxaccounts:loaded
    1693832563033    FirefoxAccounts    WARN    Unrecognized FxAccountsWebChannel command: fxaccounts:loaded
    1693832564487    FirefoxAccounts    DEBUG    FxAccountsWebChannel message received: fxaccounts:can_link_account
    1693832564488    FirefoxAccounts    DEBUG    FxAccountsWebChannel response: {"command":"fxaccounts:can_link_account","messageId":"16938325644862","data":{"ok":true}}
    1693832600768    FirefoxAccounts    DEBUG    FxAccountsWebChannel message received: fxaccounts:login
    1693832600768    FirefoxAccounts    DEBUG    Webchannel is logging a user in.
    1693832600770    FirefoxAccounts    DEBUG    setSignedInUser - aborting any existing flows
    1693832600770    Sync.Engine.Clients.Tracker    DEBUG    client.name preference changed
    1693832600770    FirefoxAccounts    DEBUG    Unsubscribing from FxA push.
    1693832600772    FirefoxAccounts    DEBUG    FxAccountsPush loading service
    1693832600772    FirefoxAccounts    DEBUG    FxAccountsPush initialized
    1693832600772    FirefoxAccounts    TRACE    FxAccountsPushService unsubscribe
    1693832600890    Sync.SyncScheduler    DEBUG    Global Score threshold hit, triggering sync.
    1693832600891    Sync.Service    DEBUG    User-Agent: Firefox/117.0 (Windows NT 10.0; Win64; x64) FxSync/1.119.0.20230824132758.desktop
    1693832600892    Sync.Service    INFO    Starting sync at 2023-09-04 15:03:20 in browser session fvPkwMCKpwXL
    1693832600892    Sync.SyncScheduler    DEBUG    Clearing sync triggers and the global score.
    1693832600894    Sync.Status    INFO    Resetting Status.
    1693832600894    Sync.Status    DEBUG    Status.service: success.status_ok => success.status_ok
    1693832600895    FirefoxAccounts    INFO    Can't get keys; no key material or tokens available
    1693832600895    Sync.SyncAuthManager    INFO    Unable to fetch keys (master-password locked?), so aborting token fetch
    1693832600895    Sync.SyncAuthManager    INFO    Failed to fetch the cluster URL: Error: Can't fetch a token as we can't get keys(resource://services-sync/sync_auth.sys.mjs:386:13) JS Stack trace: _fetchTokenForUser@sync_auth.sys.mjs:386:13
    1693832600896    Sync.ErrorHandler    ERROR    Sync encountered an error: Error: Can't fetch a token as we can't get keys(resource://services-sync/sync_auth.sys.mjs:386:13) JS Stack trace: _fetchTokenForUser@sync_auth.sys.mjs:386:13
    1693832600896    Sync.SyncScheduler    DEBUG    Next sync in 600000 ms. (why=reschedule)
    1693832600899    Sync.Service    DEBUG    Exception calling anonymous function: Error: Can't fetch a token as we can't get keys(resource://services-sync/sync_auth.sys.mjs:386:13) JS Stack trace: _fetchTokenForUser@sync_auth.sys.mjs:386:13
    1693832600899    FirefoxAccounts    INFO    Generating and persisting encrypted sendtab keys
    Alles anzeigen
  • Firefox Konto - Anmeldung fliegt täglich raus

    • .DeJaVu
    • 4. September 2023 um 14:32

    Beim dritten Log aufgefallen:

    Code
    1693827260553    FirefoxAccounts    ERROR    Pairing channel error: Error: WebSocket unexpectedly closed(resource://gre/modules/FxAccountsPairingChannel.sys.mjs:3599:20) JS Stack trace: FxAccountsPairingChannel</_setupListeners/<@FxAccountsPairingChannel.sys.mjs:3599:20

    https://searchfox.org/mozilla-central/source/services/fxaccounts/FxAccountsPairingChannel.sys.mjs

    Zeile 3599 bzw die davor auch noch. Da gehts um TLS, also die sichere Verbindung. Scheint nicht zustande zu kommen.

    Da sollte die Verbindung geprüft werden, ist da ein Proxy involviert, ein VPN, eine Sicherheitssoftware, die die Verbindung aufbricht (MITM).

    Beim zweiten funktioniert die Anmeldung erst beim zweiten Versuch, der Nutzer wurde vorher nicht erkannt.

    Beim ersten Log vermutlich von dir die erneute Einrichtung von Sync.

    Was mir noch aufgefallen ist:

    Skipping check of [...] - disabled via preferences

    Habt ihr irgendwelche prefs verteilt, zB als user.js, oder über die GPO für Firefox was eingestellt?

    Eine Verschlüsselungsmethode (bestimmte TLS-Verfahren) deaktiviert?

    Und nochmal die Frage: Gibts auch "success-sync-...txt" Dateien?

    (ps. da steht der Profilpfad mit Nutzername drin)

    Aufgefallen ist mir auch, dass alles gesynct wird. Also für jemanden, der seinen eigenen Rechner hat, macht das keinen Sinn. Sync ist kein Backup.

  • Firefox Konto - Anmeldung fliegt täglich raus

    • .DeJaVu
    • 4. September 2023 um 13:20

    Das ist auch bei mir so. Aber dass du keine error...TXT bekommst, ist schon merkwürdig.

    Die wird auch nicht täglich erstellt, die eine ist vom 29.8., die andere vom 1.9. heute ist der 4.9.

    Vielleicht weiss Sören mehr.

    Und vielleicht wäre das hier für dich nützlich:

    About Sync – Get this Extension for 🦊 Firefox (en-US)
    Download About Sync for Firefox. Show information about Firefox Sync. This addon shows information about your Sync account, including showing all server data…
    addons.mozilla.org

    Mithilfe dieser Erweiterung würdest du dann auch die Logs sehen können unter about:sync-log

    Und nicht nur die error, sondern auch "success-sync-....txt"

  • Webseiten mit 404 Fehler finden

    • .DeJaVu
    • 4. September 2023 um 13:08

    Ja, gestern noch geschaut, von 2018. Aber deine wäre dann schon als MV3 verfügbar? Fänd ich gut.

  • Webseiten mit 404 Fehler finden

    • .DeJaVu
    • 3. September 2023 um 22:38

    Passiert das bei dem hier auch?

    404 Bookmarks – Holen Sie sich diese Erweiterung für 🦊 Firefox (de)
    Laden Sie 404 Bookmarks für Firefox herunter. With this extension you can find expired bookmarks and remove them easily. You can find all kinds of broken…
    addons.mozilla.org
  • Button "Bild im Bild" wird nicht immer angezeigt

    • .DeJaVu
    • 3. September 2023 um 13:29

    3SAT, ARD, ZDF, WDR etc haben irgendwo die Höhe 0 stehen, vielerorts auch nur die Breite, aber auch aspect-ratio.

    Persönlich würde ich sowas aber über die mediathek suchen und sehen wollen, Download ist auch möglich:

    https://mediathekviewweb.de/#query=stones In HD 1.54gb

    PiP funktioniert hier für 3Sat, wenn auch wie gezeigt, nicht empfohlen. Das Symbol wird mir auch angeboten, siehe Bild.

    Bilder

    • 3sat_pip.png
      • 549,04 kB
      • 1.194 × 694
  • Frage zu Win11 Pro; hier Explorer Fenster immer in gleicher Größe öffnen

    • .DeJaVu
    • 3. September 2023 um 13:16

    Wie bei dm schon gesagt wurde, speichert der Explorer Größe und Position. Allerdings ist der Status des letzten geschlossenen Explorer wichtig, alle neuen Fenster werden genau so geöffnet, ggf leicht versetzt. Das war schon so unter Windows 7/8/10. Wenn es das bei dir nicht tut, solltest du dich fragen, warum nicht, was du verändert hast, wo du gepimpt hast, oder was ein Cleaner permanent versaut.

    Den WindowManager kenne ich, wenn man es unbedingt braucht, sind die $15 gut angelegt, ist sogar erheblich günstiger als die von https://www.actualtools.com/. Da ich seit Windows 7 so gut wie nie den Explorer nutze, sondern erst XYplorer für 32-Bit, dann D-Opus für 64-Bit, waren diese Gelder besser angelegt.

    Fenstermanager funktionieren auch unter Windows 11, die bessere Frage wäre: Funktionieren die auch unter 64-Bit?

    Alle, oder fast alle, aus der Zeit zu XP/Win7 in 32-Bit versagen da nämlich, vorwiegend die kostenlosen.

  • WordPress Login

    • .DeJaVu
    • 3. September 2023 um 00:29

    Dann liegt es an deinem Profil, oder Ubuntu, oder an dem Paket.

    Ubuntu 22.04 nutzt per default Snap, das wird von Mozilla gefüllt.

    Mehr kann ich dir aktuell nicht sagen, finde die Unterschiede.

Unterstütze uns!

Jährlich (2026)

35,3 %

35,3% (273,24 von 775 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon