-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Is this a new Bug?
- I checked that the bug hasn't been reported before
Package Name
FFSYNC
Package Version
0.20.0-7
Device Model
DS218+
Device Architecture
x86_64
Firmware Version
DSM 7.1.1-42962 Update 9
What happened?
I installed Mozilla Sync Server [FFSYNC] on my NAS.
I previously installed and configured MariaDB 10 to work with WordPress.
I entered the correct password for my database, as I see the "syncstorage-rs" and "tokenserver-rs" tables created in phpMyAdmin.
I entered my private subdomain as the public URL—for example, "https://mozilla.mydomain.com/." I generated an SSL certificate (with Let's Encrypt) for this subdomain and created a reverse proxy rule that redirects traffic from https://mozilla.mydomain.com/ to http://localhost:8132/ (with the $http_upgrade, $connection_upgrade, and $http_authorization headers). I have subdomains and reverse proxy rules for other services, such as *arr software, and they work without any issues. I also configured local DNS forwarding for internal traffic (within the local network).
I installed the latest version of the Firefox client on Windows 11. I modified the "identity.sync.tokenserver.uri" parameter to "https://mozilla.mydomain.com/1.0/sync/1.5". I created a bookmark with a link to my NAS server's website. I then logged in to my Mozilla account and synchronized.
I then also logged in to my Mozilla account on the Android app. After synchronizing, the bookmark from the Windows client was gone. Furthermore, I can't see the open tabs from the Android app in the Windows client.
So I checked the "about:sync-logs" in the Windows client - You can find them below.
I think the problem occurs when sync tries to access "https://mozilla.mydomain.com/1.5/4/storage/meta/global" – see the line with timestamp 1757623044685 - "GET fail 500 https://mozilla.lipa.ovh/1.5/4/storage/meta/global".
I don't know what to do next. The advice from ChatGPT (relinking Mozilla accounts, removing the Weave folder from AppData, etc.) didn't help.
What else can I check? How can I resolve the issue?
I can provide more details or run other tests, but I don't know what to check at this time.
Reproduction steps
- Install Mozilla Sync Server
- Configure Firefox client to sync
- Review error logs
Install Log
Log file
2025/09/09 23:48:21 install ffsync 0.20.0-7 Begin preinst
2025/09/09 23:48:21 Begin initialize_variables
2025/09/09 23:48:21 End initialize_variables
2025/09/09 23:48:21 ===> Step preinst. STATUS=INSTALL USER=ffsync GROUP= SHARE_PATH=
2025/09/09 23:48:21 Begin validate_preinst
2025/09/09 23:48:22 End validate_preinst
2025/09/09 23:48:22 install ffsync 0.20.0-7 End preinst ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/mkdir -p /volume1/@appstore/ffsync -m 755
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/mkdir -p /volume1/@appstore/ffsync -m 755 ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/rm -rf /volume1/@appstore/ffsync
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/rm -rf /volume1/@appstore/ffsync ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/package /volume1/@appstore/ffsync
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/package /volume1/@appstore/ffsync ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/rm -rf /var/packages/ffsync
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/rm -rf /var/packages/ffsync ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/mkdir -p /var/packages/ffsync -m 755
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/mkdir -p /var/packages/ffsync -m 755 ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/touch /var/packages/ffsync/installing
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/touch /var/packages/ffsync/installing ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/INFO /var/packages/ffsync/INFO
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/INFO /var/packages/ffsync/INFO ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/rm -rf /var/packages/ffsync/scripts
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/rm -rf /var/packages/ffsync/scripts ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/scripts /var/packages/ffsync/scripts
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/scripts /var/packages/ffsync/scripts ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/rm -rf /var/packages/ffsync/WIZARD_UIFILES
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/rm -rf /var/packages/ffsync/WIZARD_UIFILES ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/WIZARD_UIFILES /var/packages/ffsync/WIZARD_UIFILES
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/WIZARD_UIFILES /var/packages/ffsync/WIZARD_UIFILES ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/rm -rf /var/packages/ffsync/conf
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/rm -rf /var/packages/ffsync/conf ret=[0]
2025/09/09 23:48:22 install ffsync 0.20.0-7 Begin /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/conf /var/packages/ffsync/conf
2025/09/09 23:48:22 install ffsync 0.20.0-7 End /bin/mv -f /volume1/@tmp/synopkg/install.7BrxlC/conf /var/packages/ffsync/conf ret=[0]
2025/09/09 23:48:27 install ffsync 0.20.0-7 Begin postinst
2025/09/09 23:48:27 Begin initialize_variables
2025/09/09 23:48:27 End initialize_variables
2025/09/09 23:48:27 ===> Step postinst. STATUS=INSTALL USER=ffsync GROUP= SHARE_PATH=
2025/09/09 23:48:27 Begin save_wizard_variables
2025/09/09 23:48:27 End save_wizard_variables
2025/09/09 23:48:27 Begin syno_sync_var_folder
2025/09/09 23:48:27 Install files from var folder
2025/09/09 23:48:27 /bin/rsync -avh --ignore-existing --remove-source-files /volume1/@appstore/ffsync/var/ /volume1/@appdata/ffsync
2025/09/09 23:48:27 sending incremental file list
2025/09/09 23:48:27 ./
2025/09/09 23:48:27 local.toml
2025/09/09 23:48:27 sent 1.12K bytes received 46 bytes 2.33K bytes/sec
2025/09/09 23:48:27 total size is 989 speedup is 0.85
2025/09/09 23:48:27 /bin/rsync -avh --remove-source-files /volume1/@appstore/ffsync/var/ /volume1/@appdata/ffsync
2025/09/09 23:48:27 sending incremental file list
2025/09/09 23:48:27 ./
2025/09/09 23:48:27 sent 75 bytes received 19 bytes 188.00 bytes/sec
2025/09/09 23:48:27 total size is 0 speedup is 0.00
2025/09/09 23:48:27 End syno_sync_var_folder
2025/09/09 23:48:27 Begin service_postinst
2025/09/09 23:48:27 Install Python virtual environment
2025/09/09 23:48:28 Python 3.12.11
2025/09/09 23:48:32 Default pip version 25.0.1
2025/09/09 23:48:42 ====================================================
2025/09/09 23:48:42 Install packages from wheelhouse
2025/09/09 23:48:44 Processing /volume1/@appstore/ffsync/share/wheelhouse/cffi-1.17.1-cp312-cp312-linux_x86_64.whl
2025/09/09 23:48:44 Processing /volume1/@appstore/ffsync/share/wheelhouse/charset_normalizer-3.4.3-py3-none-any.whl
2025/09/09 23:48:44 Processing /volume1/@appstore/ffsync/share/wheelhouse/cryptography-44.0.2-cp37-abi3-linux_x86_64.whl
2025/09/09 23:48:44 Processing /volume1/@appstore/ffsync/share/wheelhouse/greenlet-3.2.3-cp312-cp312-linux_x86_64.whl
2025/09/09 23:48:44 Processing /volume1/@appstore/ffsync/share/wheelhouse/mysqlclient-2.1.1-cp312-cp312-linux_x86_64.whl
2025/09/09 23:48:44 Processing /volume1/@appstore/ffsync/share/wheelhouse/sqlalchemy-1.4.46-cp312-cp312-linux_x86_64.whl
2025/09/09 23:48:44 Processing /volume1/@appstore/ffsync/share/wheelhouse/zope_interface-7.2-cp312-cp312-linux_x86_64.whl
2025/09/09 23:48:44 Installing collected packages: zope-interface, sqlalchemy, mysqlclient, greenlet, cryptography, charset-normalizer, cffi
2025/09/09 23:48:53 Successfully installed cffi-1.17.1 charset-normalizer-3.4.3 cryptography-44.0.2 greenlet-3.2.3 mysqlclient-2.1.1 sqlalchemy-1.4.46 zope-interface-7.2
2025/09/09 23:48:53 ====================================================
2025/09/09 23:48:53 Install pure python packages from index
2025/09/09 23:48:55 Collecting PasteDeploy==3.1.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 1))
2025/09/09 23:48:56 Downloading PasteDeploy-3.1.0-py3-none-any.whl.metadata (2.7 kB)
2025/09/09 23:48:56 Collecting PyBrowserID==0.14.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 2))
2025/09/09 23:48:56 Downloading PyBrowserID-0.14.0.tar.gz (36 kB)
2025/09/09 23:48:56 Preparing metadata (setup.py): started
2025/09/09 23:48:57 Preparing metadata (setup.py): finished with status 'done'
2025/09/09 23:48:58 Collecting PyJWT==2.10.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 3))
2025/09/09 23:48:58 Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
2025/09/09 23:48:58 Collecting WebOb==1.8.9 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 4))
2025/09/09 23:48:58 Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB)
2025/09/09 23:48:59 Collecting backoff==2.2.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 5))
2025/09/09 23:48:59 Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB)
2025/09/09 23:48:59 Collecting boto==2.49.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 6))
2025/09/09 23:48:59 Downloading boto-2.49.0-py2.py3-none-any.whl.metadata (7.3 kB)
2025/09/09 23:48:59 Collecting datadog==0.52.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 7))
2025/09/09 23:48:59 Downloading datadog-0.52.1-py2.py3-none-any.whl.metadata (10 kB)
2025/09/09 23:49:00 Collecting hawkauthlib==2.0.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 8))
2025/09/09 23:49:00 Downloading hawkauthlib-2.0.0-py2.py3-none-any.whl.metadata (4.5 kB)
2025/09/09 23:49:00 Collecting hupper==1.12.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 9))
2025/09/09 23:49:00 Downloading hupper-1.12.1-py3-none-any.whl.metadata (3.7 kB)
2025/09/09 23:49:01 Collecting idna==3.10 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 10))
2025/09/09 23:49:01 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
2025/09/09 23:49:01 Collecting iniconfig==2.1.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 11))
2025/09/09 23:49:01 Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025/09/09 23:49:01 Collecting packaging==25.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 12))
2025/09/09 23:49:01 Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025/09/09 23:49:02 Collecting plaster==1.1.2 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 13))
2025/09/09 23:49:02 Downloading plaster-1.1.2-py2.py3-none-any.whl.metadata (6.4 kB)
2025/09/09 23:49:02 Collecting plaster_pastedeploy==1.0.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 14))
2025/09/09 23:49:02 Downloading plaster_pastedeploy-1.0.1-py2.py3-none-any.whl.metadata (8.1 kB)
2025/09/09 23:49:02 Collecting pluggy==1.6.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 15))
2025/09/09 23:49:02 Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025/09/09 23:49:03 Collecting pycparser==2.22 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 16))
2025/09/09 23:49:03 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025/09/09 23:49:03 Collecting pyfxa==0.8.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 17))
2025/09/09 23:49:03 Downloading pyfxa-0.8.1-py3-none-any.whl.metadata (7.8 kB)
2025/09/09 23:49:04 Collecting pyramid==1.10.8 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 18))
2025/09/09 23:49:04 Downloading pyramid-1.10.8-py2.py3-none-any.whl.metadata (16 kB)
2025/09/09 23:49:04 Collecting pytest==8.3.5 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 19))
2025/09/09 23:49:04 Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB)
2025/09/09 23:49:05 Collecting requests==2.32.5 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 20))
2025/09/09 23:49:05 Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
2025/09/09 23:49:05 Collecting testfixtures==9.1.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 21))
2025/09/09 23:49:05 Downloading testfixtures-9.1.0-py3-none-any.whl.metadata (3.5 kB)
2025/09/09 23:49:06 Collecting tokenlib==2.0.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 22))
2025/09/09 23:49:06 Downloading tokenlib-2.0.0-py2.py3-none-any.whl.metadata (3.3 kB)
2025/09/09 23:49:06 Collecting translationstring==1.4 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 23))
2025/09/09 23:49:06 Downloading translationstring-1.4-py2.py3-none-any.whl.metadata (4.1 kB)
2025/09/09 23:49:06 Collecting urllib3==2.5.0 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 24))
2025/09/09 23:49:06 Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
2025/09/09 23:49:08 Collecting venusian==3.1.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 25))
2025/09/09 23:49:08 Downloading venusian-3.1.1-py3-none-any.whl.metadata (10 kB)
2025/09/09 23:49:09 Collecting zope.deprecation==5.1 (from -r /volume1/@appstore/ffsync/share/wheelhouse/requirements-pure.txt (line 26))
2025/09/09 23:49:09 Downloading zope.deprecation-5.1-py3-none-any.whl.metadata (5.2 kB)
2025/09/09 23:49:10 Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB)
2025/09/09 23:49:10 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB)
2025/09/09 23:49:10 Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB)
2025/09/09 23:49:10 Downloading backoff-2.2.1-py3-none-any.whl (15 kB)
2025/09/09 23:49:11 Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
2025/09/09 23:49:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 864.0 kB/s eta 0:00:00
2025/09/09 23:49:13 Downloading datadog-0.52.1-py2.py3-none-any.whl (129 kB)
2025/09/09 23:49:14 Downloading hawkauthlib-2.0.0-py2.py3-none-any.whl (32 kB)
2025/09/09 23:49:14 Downloading hupper-1.12.1-py3-none-any.whl (22 kB)
2025/09/09 23:49:14 Downloading idna-3.10-py3-none-any.whl (70 kB)
2025/09/09 23:49:14 Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025/09/09 23:49:14 Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025/09/09 23:49:15 Downloading plaster-1.1.2-py2.py3-none-any.whl (11 kB)
2025/09/09 23:49:15 Downloading plaster_pastedeploy-1.0.1-py2.py3-none-any.whl (7.8 kB)
2025/09/09 23:49:15 Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025/09/09 23:49:15 Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025/09/09 23:49:15 Downloading pyfxa-0.8.1-py3-none-any.whl (49 kB)
2025/09/09 23:49:15 Downloading pyramid-1.10.8-py2.py3-none-any.whl (327 kB)
2025/09/09 23:49:16 Downloading pytest-8.3.5-py3-none-any.whl (343 kB)
2025/09/09 23:49:16 Downloading requests-2.32.5-py3-none-any.whl (64 kB)
2025/09/09 23:49:16 Downloading testfixtures-9.1.0-py3-none-any.whl (106 kB)
2025/09/09 23:49:16 Downloading tokenlib-2.0.0-py2.py3-none-any.whl (18 kB)
2025/09/09 23:49:16 Downloading translationstring-1.4-py2.py3-none-any.whl (15 kB)
2025/09/09 23:49:17 Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)
2025/09/09 23:49:17 Downloading venusian-3.1.1-py3-none-any.whl (14 kB)
2025/09/09 23:49:17 Downloading zope.deprecation-5.1-py3-none-any.whl (10 kB)
2025/09/09 23:49:17 Building wheels for collected packages: PyBrowserID
2025/09/09 23:49:17 Building wheel for PyBrowserID (setup.py): started
2025/09/09 23:49:18 Building wheel for PyBrowserID (setup.py): finished with status 'done'
2025/09/09 23:49:18 Created wheel for PyBrowserID: filename=pybrowserid-0.14.0-py3-none-any.whl size=46600 sha256=d243bd85a889e3b070066753003286b252fb8302454fc5ae97a813a769761205
2025/09/09 23:49:18 Stored in directory: /volume1/@apphome/ffsync/.cache/pip/wheels/43/08/b9/e3990a60b443fab2be1ed349bd666ead696ae0d214cdf8ff98
2025/09/09 23:49:18 Successfully built PyBrowserID
2025/09/09 23:49:18 Installing collected packages: translationstring, tokenlib, PyBrowserID, hawkauthlib, boto, zope.deprecation, WebOb, venusian, urllib3, testfixtures, requests, pytest, pyramid, PyJWT, pyfxa, pycparser, pluggy, plaster_pastedeploy, plaster, PasteDeploy, packaging, iniconfig, idna, hupper, datadog, backoff
2025/09/09 23:49:29 Successfully installed PasteDeploy-3.1.0 PyBrowserID-0.14.0 PyJWT-2.10.1 WebOb-1.8.9 backoff-2.2.1 boto-2.49.0 datadog-0.52.1 hawkauthlib-2.0.0 hupper-1.12.1 idna-3.10 iniconfig-2.1.0 packaging-25.0 plaster-1.1.2 plaster_pastedeploy-1.0.1 pluggy-1.6.0 pycparser-2.22 pyfxa-0.8.1 pyramid-1.10.8 pytest-8.3.5 requests-2.32.5 testfixtures-9.1.0 tokenlib-2.0.0 translationstring-1.4 urllib3-2.5.0 venusian-3.1.1 zope.deprecation-5.1
2025/09/09 23:49:30 ====================================================
2025/09/09 23:49:30 Set up the databases
2025/09/09 23:49:30 ====================================================
2025/09/09 23:49:30 Run database migrations
2025/09/09 23:49:30 Run migrations for syncstorage_rs
2025/09/09 23:49:32 Running migration 2018-08-28-010336_init
2025/09/09 23:49:55 Running migration 2019-09-11-164500
2025/09/09 23:50:16 Running migration 2019-09-25-174347_min_collection_id
2025/09/09 23:50:17 Running migration 2020-04-03-102015_change_userid
2025/09/09 23:51:10 Running migration 2020-06-12-231034_new_batch
2025/09/09 23:51:24 Running migration 2020-08-24-091401_add_quota
2025/09/09 23:51:27 Run migrations for tokenserver_rs
2025/09/09 23:51:32 Running migration 2021-07-16-001122_init
2025/09/09 23:51:42 Running migration 2021-08-03-234845_populate_services
2025/09/09 23:51:43 Running migration 2021-09-30-142643_remove_foreign_key_constraints
2025/09/09 23:51:47 Running migration 2021-09-30-142654_remove_node_defaults
2025/09/09 23:51:48 Running migration 2021-09-30-142746_add_indexes
2025/09/09 23:52:03 Running migration 2021-09-30-144043_remove_nodes_service_key
2025/09/09 23:52:06 Running migration 2021-09-30-144225_remove_users_nodeid_key
2025/09/09 23:52:10 Running migration 2021-12-22-160451_remove_services
2025/09/09 23:52:11 ====================================================
2025/09/09 23:52:11 Add sync endpoint to database
2025/09/09 23:52:12 Add syncserver node
2025/09/09 23:52:13 ====================================================
2025/09/09 23:52:13 Setup syncserver config file
2025/09/09 23:52:14 End service_postinst
2025/09/09 23:52:14 install ffsync 0.20.0-7 End postinst ret=[0]
2025/09/09 23:52:16 install ffsync 0.20.0-7 Begin start-stop-status start
2025/09/09 23:52:16 install ffsync 0.20.0-7 End start-stop-status start ret=[0]
2025/09/10 22:19:36 stop ffsync 0.20.0-7 Begin start-stop-status stop
2025/09/10 22:19:38 stop ffsync 0.20.0-7 End start-stop-status stop ret=[0]
2025/09/10 22:19:52 start ffsync 0.20.0-7 Begin start-stop-status start
2025/09/10 22:19:52 start ffsync 0.20.0-7 End start-stop-status start ret=[0]
Service Log
Log file
Wed Sep 10 22:19:52 CEST 2025
Starting ffsync command /volume1/@appstore/ffsync/bin/syncserver --config=/volume1/@appdata/ffsync/local.toml
Sep 10 20:19:52.408 INFO starting 2 workers
Sep 10 20:19:52.409 INFO Server running on http://0.0.0.0:8132 (mysql) (available_parallelism: Ok(2) num_cpus: 2 num_cpus (phys): 2) No quota
Sep 10 20:19:52.409 INFO Actix runtime found; starting in Actix runtime
Sep 10 20:19:52.409 INFO starting service: "actix-web-service-0.0.0.0:8132", workers: 2, listening on: 0.0.0.0:8132
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"7275b87e-6ec1-408d-af64-d236c61c20af","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T20:20:03.719330089+00:00\",\"end_time\":\"2025-09-10T20:20:03.719330089+00:00\"},\"metrics\":{\"string\":{\"syncstorage.device_family\":\"desktop\",\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757535603719,\"extra\":{}}]}"}}
Sep 10 20:20:03.723 INFO {"ua.os.family":"Windows","uri.method":"GET","ua.browser.family":"Firefox","ua.os.ver":"NT 10.0","ua.name":"Firefox","ua":"142.0.1","uri.path":"/1.5/4/info/collections","ua.browser.ver":"142.0.1"}
Sep 10 20:20:03.834 INFO {"ua.browser.family":"Firefox","ua.name":"Firefox","ua.browser.ver":"142.0.1","ua.os.family":"Windows","ua.os.ver":"NT 10.0","uri.path":"/1.5/4/info/configuration","uri.method":"GET","ua":"142.0.1"}
Sep 10 20:20:03.946 INFO {"ua.browser.family":"Firefox","ua":"142.0.1","ua.os.family":"Windows","uri.path":"/1.5/4/storage/meta/global","ua.os.ver":"NT 10.0","ua.browser.ver":"142.0.1","ua.name":"Firefox","uri.method":"GET"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"dc797023-abaf-4563-aed0-6be272b44742","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T20:20:04.826394003+00:00\",\"end_time\":\"2025-09-10T20:20:04.826394003+00:00\"},\"metrics\":{\"string\":{\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.device_family\":\"desktop\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.platform\":\"firefoxdesktop\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757535604826,\"extra\":{}}]}"}}
Sep 10 20:20:04.827 INFO {"ua.os.ver":"NT 10.0","ua.name":"Firefox","ua.browser.ver":"142.0.1","ua":"142.0.1","ua.browser.family":"Firefox","uri.method":"GET","ua.os.family":"Windows","uri.path":"/1.5/4/info/collections"}
Sep 10 20:20:04.934 INFO {"uri.path":"/1.5/4/info/configuration","ua":"142.0.1","ua.browser.family":"Firefox","uri.method":"GET","ua.os.family":"Windows","ua.name":"Firefox","ua.os.ver":"NT 10.0","ua.browser.ver":"142.0.1"}
Sep 10 20:20:05.048 INFO {"ua.os.family":"Windows","ua":"142.0.1","uri.method":"GET","ua.name":"Firefox","ua.os.ver":"NT 10.0","ua.browser.ver":"142.0.1","uri.path":"/1.5/4/storage/meta/global","ua.browser.family":"Firefox"}
Sep 10 20:57:09.288 INFO {"ua.browser.ver":"142.0","uri.method":"GET","first_seen_at":"1757454831973","ua.name":"Firefox","ua.os.ver":"NT 10.0","token_type":"OAuth","uid":"8467e98990a2c521fde21b80c0a4119e6cb6904990616fa8a70b05c5d3052d62","ua.os.family":"Windows","ua.browser.family":"Firefox","ua":"142.0","uri.path":"/1.0/sync/1.5","metrics_uid":"8467e98990a2c521fde21b80c0a4119e"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"d0a8c62f-124f-4885-8f74-f3535eecffbc","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T20:57:09.433160147+00:00\",\"end_time\":\"2025-09-10T20:57:09.433160147+00:00\"},\"metrics\":{\"string\":{\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.device_family\":\"desktop\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757537829433,\"extra\":{}}]}"}}
Sep 10 20:57:09.434 INFO {"ua":"142.0.1","uri.method":"GET","ua.name":"Firefox","ua.browser.ver":"142.0.1","ua.os.family":"Windows","uri.path":"/1.5/4/info/collections","ua.os.ver":"NT 10.0","ua.browser.family":"Firefox"}
Sep 10 20:57:09.553 INFO {"uri.method":"GET","ua.name":"Firefox","ua":"142.0.1","ua.browser.ver":"142.0.1","ua.browser.family":"Firefox","ua.os.family":"Windows","ua.os.ver":"NT 10.0","uri.path":"/1.5/4/info/configuration"}
Sep 10 20:57:09.663 INFO {"ua.os.family":"Windows","uri.method":"GET","uri.path":"/1.5/4/storage/meta/global","ua":"142.0.1","ua.browser.ver":"142.0.1","ua.name":"Firefox","ua.browser.family":"Firefox","ua.os.ver":"NT 10.0"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"6bce1e2d-2eb8-4941-8c52-e8fe156ca889","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T20:57:10.970863522+00:00\",\"end_time\":\"2025-09-10T20:57:10.970863522+00:00\"},\"metrics\":{\"string\":{\"syncstorage.device_family\":\"desktop\",\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757537830970,\"extra\":{}}]}"}}
Sep 10 20:57:10.971 INFO {"ua.name":"Firefox","ua.os.ver":"NT 10.0","ua":"142.0.1","ua.browser.family":"Firefox","ua.browser.ver":"142.0.1","uri.path":"/1.5/4/info/collections","uri.method":"GET","ua.os.family":"Windows"}
Sep 10 20:57:11.099 INFO {"ua":"142.0.1","ua.browser.family":"Firefox","uri.path":"/1.5/4/info/configuration","ua.os.ver":"NT 10.0","uri.method":"GET","ua.name":"Firefox","ua.os.family":"Windows","ua.browser.ver":"142.0.1"}
Sep 10 20:57:11.217 INFO {"ua.name":"Firefox","uri.method":"GET","ua":"142.0.1","uri.path":"/1.5/4/storage/meta/global","ua.browser.family":"Firefox","ua.os.ver":"NT 10.0","ua.os.family":"Windows","ua.browser.ver":"142.0.1"}
Sep 10 20:57:18.932 INFO {"uri.method":"DELETE","ua.browser.ver":"142.0.1","ua.name":"Firefox","ua":"142.0.1","ua.os.ver":"NT 10.0","ua.browser.family":"Firefox","ua.os.family":"Windows","uri.path":"/1.5/4/storage/clients/ZM2PbT43qSwB"}
Sep 10 20:57:19.169 INFO {"uri.path":"/1.5/4/storage/tabs/ZM2PbT43qSwB","ua.os.ver":"NT 10.0","ua.os.family":"Windows","ua":"142.0.1","uri.method":"DELETE","ua.browser.family":"Firefox","ua.browser.ver":"142.0.1","ua.name":"Firefox"}
Sep 10 20:57:53.074 INFO {"first_seen_at":"1757454831973","ua":"142.0","ua.browser.ver":"142.0","uid":"8467e98990a2c521fde21b80c0a4119e6cb6904990616fa8a70b05c5d3052d62","uri.method":"GET","uri.path":"/1.0/sync/1.5","ua.os.family":"Windows","metrics_uid":"8467e98990a2c521fde21b80c0a4119e","token_type":"OAuth","ua.name":"Firefox","ua.browser.family":"Firefox","ua.os.ver":"NT 10.0"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"4d35c8da-34c6-4045-8788-983f0a39ed34","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T20:57:53.181234259+00:00\",\"end_time\":\"2025-09-10T20:57:53.181234259+00:00\"},\"metrics\":{\"string\":{\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.device_family\":\"desktop\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757537873181,\"extra\":{}}]}"}}
Sep 10 20:57:53.182 INFO {"ua.os.family":"Windows","ua.browser.ver":"142.0.1","ua.name":"Firefox","uri.method":"GET","uri.path":"/1.5/4/info/collections","ua.browser.family":"Firefox","ua.os.ver":"NT 10.0","ua":"142.0.1"}
Sep 10 20:57:53.370 INFO {"ua.browser.family":"Firefox","uri.path":"/1.5/4/info/configuration","uri.method":"GET","ua.name":"Firefox","ua.browser.ver":"142.0.1","ua":"142.0.1","ua.os.family":"Windows","ua.os.ver":"NT 10.0"}
Sep 10 20:57:53.581 INFO {"uri.path":"/1.5/4/storage/meta/global","ua.os.ver":"NT 10.0","ua.browser.family":"Firefox","ua.name":"Firefox","ua.os.family":"Windows","ua":"142.0.1","ua.browser.ver":"142.0.1","uri.method":"GET"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"4e38d151-c90e-4b48-8a8e-4f4b6f21e4c4","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T20:58:50.051199718+00:00\",\"end_time\":\"2025-09-10T20:58:50.051199718+00:00\"},\"metrics\":{\"string\":{\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.device_family\":\"desktop\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757537930051,\"extra\":{}}]}"}}
Sep 10 20:58:50.052 INFO {"ua":"142.0.1","ua.os.family":"Windows","uri.method":"GET","ua.browser.family":"Firefox","ua.os.ver":"NT 10.0","ua.name":"Firefox","uri.path":"/1.5/4/info/collections","ua.browser.ver":"142.0.1"}
Sep 10 20:58:50.153 INFO {"ua":"142.0.1","ua.browser.ver":"142.0.1","uri.path":"/1.5/4/info/configuration","ua.name":"Firefox","ua.browser.family":"Firefox","ua.os.family":"Windows","uri.method":"GET","ua.os.ver":"NT 10.0"}
Sep 10 20:58:50.255 INFO {"uri.path":"/1.5/4/storage/meta/global","ua.browser.ver":"142.0.1","ua.os.family":"Windows","ua.browser.family":"Firefox","uri.method":"GET","ua":"142.0.1","ua.os.ver":"NT 10.0","ua.name":"Firefox"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"3a4fcb75-e5ab-4596-ae9d-0dc0c59b1b68","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T20:58:51.112132974+00:00\",\"end_time\":\"2025-09-10T20:58:51.112132974+00:00\"},\"metrics\":{\"string\":{\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.device_family\":\"desktop\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757537931112,\"extra\":{}}]}"}}
Sep 10 20:58:51.113 INFO {"ua.browser.ver":"142.0.1","ua.name":"Firefox","ua.os.family":"Windows","uri.method":"GET","ua.browser.family":"Firefox","uri.path":"/1.5/4/info/collections","ua":"142.0.1","ua.os.ver":"NT 10.0"}
Sep 10 20:58:51.256 INFO {"ua":"142.0.1","ua.name":"Firefox","uri.path":"/1.5/4/info/configuration","ua.browser.ver":"142.0.1","ua.browser.family":"Firefox","uri.method":"GET","ua.os.family":"Windows","ua.os.ver":"NT 10.0"}
Sep 10 20:58:51.372 INFO {"ua.browser.family":"Firefox","ua.os.family":"Windows","uri.path":"/1.5/4/storage/meta/global","ua":"142.0.1","ua.name":"Firefox","ua.browser.ver":"142.0.1","ua.os.ver":"NT 10.0","uri.method":"GET"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"e6a06669-404a-49d6-974f-b01163c986b6","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T21:02:15.830051602+00:00\",\"end_time\":\"2025-09-10T21:02:15.830051602+00:00\"},\"metrics\":{\"string\":{\"syncstorage.device_family\":\"desktop\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757538135830,\"extra\":{}}]}"}}
Sep 10 21:02:15.831 INFO {"ua.os.family":"Windows","ua.browser.ver":"142.0.1","ua.name":"Firefox","uri.path":"/1.5/4/info/collections","ua.browser.family":"Firefox","ua":"142.0.1","ua.os.ver":"NT 10.0","uri.method":"GET"}
Sep 10 21:02:15.940 INFO {"ua":"142.0.1","uri.method":"GET","ua.os.ver":"NT 10.0","ua.name":"Firefox","uri.path":"/1.5/4/info/configuration","ua.browser.family":"Firefox","ua.browser.ver":"142.0.1","ua.os.family":"Windows"}
Sep 10 21:02:16.047 INFO {"ua.browser.ver":"142.0.1","ua.name":"Firefox","ua.os.ver":"NT 10.0","ua.browser.family":"Firefox","ua":"142.0.1","uri.method":"GET","ua.os.family":"Windows","uri.path":"/1.5/4/storage/meta/global"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"4d5f230c-e184-4d05-835b-2701c5f9c715","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T21:02:16.364494060+00:00\",\"end_time\":\"2025-09-10T21:02:16.364494060+00:00\"},\"metrics\":{\"string\":{\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.device_family\":\"desktop\",\"syncstorage.platform\":\"firefoxdesktop\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757538136364,\"extra\":{}}]}"}}
Sep 10 21:02:16.365 INFO {"ua.os.family":"Windows","ua":"142.0.1","uri.method":"GET","ua.browser.family":"Firefox","ua.browser.ver":"142.0.1","uri.path":"/1.5/4/info/collections","ua.os.ver":"NT 10.0","ua.name":"Firefox"}
Sep 10 21:02:16.469 INFO {"ua.os.family":"Windows","ua.name":"Firefox","uri.method":"GET","ua.os.ver":"NT 10.0","uri.path":"/1.5/4/info/configuration","ua":"142.0.1","ua.browser.family":"Firefox","ua.browser.ver":"142.0.1"}
Sep 10 21:02:16.572 INFO {"uri.path":"/1.5/4/storage/meta/global","uri.method":"GET","ua":"142.0.1","ua.os.ver":"NT 10.0","ua.os.family":"Windows","ua.name":"Firefox","ua.browser.family":"Firefox","ua.browser.ver":"142.0.1"}
Sep 10 21:08:42.261 INFO {"uri.method":"GET","ua":"142.0","uri.path":"/1.0/sync/1.5","ua.browser.family":"Firefox","first_seen_at":"1757454831973","token_type":"OAuth","ua.browser.ver":"142.0","ua.name":"Firefox","uid":"8467e98990a2c521fde21b80c0a4119e6cb6904990616fa8a70b05c5d3052d62","ua.os.ver":"NT 10.0","metrics_uid":"8467e98990a2c521fde21b80c0a4119e","ua.os.family":"Windows"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"3e86dce7-121c-4e6b-83ad-e16ea22cf5b3","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T21:08:42.390769975+00:00\",\"end_time\":\"2025-09-10T21:08:42.390769975+00:00\"},\"metrics\":{\"string\":{\"syncstorage.device_family\":\"desktop\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.platform\":\"firefoxdesktop\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757538522390,\"extra\":{}}]}"}}
Sep 10 21:08:42.391 INFO {"ua.browser.family":"Firefox","ua.name":"Firefox","ua":"142.0.1","ua.browser.ver":"142.0.1","ua.os.ver":"NT 10.0","uri.path":"/1.5/4/info/collections","ua.os.family":"Windows","uri.method":"GET"}
Sep 10 21:08:42.509 INFO {"ua.browser.ver":"142.0.1","ua.browser.family":"Firefox","ua.os.ver":"NT 10.0","ua.name":"Firefox","uri.path":"/1.5/4/info/configuration","ua":"142.0.1","ua.os.family":"Windows","uri.method":"GET"}
Sep 10 21:08:42.650 INFO {"ua.browser.ver":"142.0.1","uri.method":"GET","ua.os.family":"Windows","ua.os.ver":"NT 10.0","uri.path":"/1.5/4/storage/meta/global","ua":"142.0.1","ua.browser.family":"Firefox","ua.name":"Firefox"}
Sep 10 21:09:35.952 INFO {"ua.os.ver":"NT 10.0","uri.path":"/1.5/4/storage/clients/h9aV-Gc1TsUo","ua.browser.family":"Firefox","ua.os.family":"Windows","ua":"142.0.1","uri.method":"DELETE","ua.browser.ver":"142.0.1","ua.name":"Firefox"}
Sep 10 21:09:36.058 INFO {"ua.os.ver":"NT 10.0","uri.path":"/1.5/4/storage/tabs/h9aV-Gc1TsUo","ua.browser.family":"Firefox","ua.name":"Firefox","ua.os.family":"Windows","ua.browser.ver":"142.0.1","ua":"142.0.1","uri.method":"DELETE"}
Sep 10 21:13:59.807 INFO {"ua.browser.family":"Firefox","uri.method":"GET","ua.name":"Firefox","uri.path":"/1.0/sync/1.5","token_type":"OAuth","uid":"8467e98990a2c521fde21b80c0a4119e6cb6904990616fa8a70b05c5d3052d62","metrics_uid":"8467e98990a2c521fde21b80c0a4119e","ua.os.ver":"NT 10.0","first_seen_at":"1757454831973","ua.browser.ver":"142.0","ua":"142.0","ua.os.family":"Windows"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"d2d689c6-83b6-447a-8f43-ddb308d4e72b","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-10T21:13:59.956774655+00:00\",\"end_time\":\"2025-09-10T21:13:59.956774655+00:00\"},\"metrics\":{\"string\":{\"syncstorage.device_family\":\"desktop\",\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757538839956,\"extra\":{}}]}"}}
Sep 10 21:13:59.957 INFO {"uri.path":"/1.5/4/info/collections","ua":"142.0.1","ua.browser.family":"Firefox","ua.os.family":"Windows","uri.method":"GET","ua.os.ver":"NT 10.0","ua.name":"Firefox","ua.browser.ver":"142.0.1"}
Sep 10 21:14:00.165 INFO {"uri.method":"GET","ua.os.ver":"NT 10.0","ua.browser.family":"Firefox","ua":"142.0.1","ua.name":"Firefox","ua.os.family":"Windows","uri.path":"/1.5/4/info/configuration","ua.browser.ver":"142.0.1"}
Sep 10 21:14:00.336 INFO {"uri.path":"/1.5/4/storage/meta/global","uri.method":"GET","ua.browser.family":"Firefox","ua.os.family":"Windows","ua.os.ver":"NT 10.0","ua.browser.ver":"142.0.1","ua.name":"Firefox","ua":"142.0.1"}
Sep 10 23:09:50.434 INFO {"ua.os.ver":"UNKNOWN","ua.browser.ver":"134.0","ua.name":"Firefox","ua":"134.0","ua.browser.family":"Firefox","uri.method":"GET","uri.path":"/","ua.os.family":"Linux"}
Sep 10 23:16:17.867 INFO {"ua":"134.0","ua.os.ver":"UNKNOWN","ua.browser.ver":"134.0","ua.browser.family":"Firefox","uri.method":"GET","ua.os.family":"Linux","ua.name":"Firefox","uri.path":"/favicon.ico"}
Sep 10 23:55:59.693 INFO {"uri.method":"GET","uri.path":"/"}
Sep 11 00:41:05.562 INFO {"uri.method":"GET","uri.path":"/"}
Sep 11 00:48:25.476 INFO {"ua.browser.ver":"UNKNOWN","ua":"UNKNOWN","uri.path":"/.git/","ua.browser.family":"Other","ua.os.family":"Linux","ua.os.ver":"UNKNOWN","ua.name":"UNKNOWN","uri.method":"GET"}
Sep 11 00:49:36.146 INFO {"uri.path":"/","ua.os.ver":"UNKNOWN","ua.os.family":"Linux","ua.browser.ver":"120.0","ua.name":"Firefox","ua":"120.0","uri.method":"GET","ua.browser.family":"Firefox"}
Sep 11 01:05:47.891 INFO {"ua.browser.family":"Firefox","ua.name":"Firefox","ua.browser.ver":"120.0","ua":"120.0","uri.path":"/","ua.os.family":"Linux","ua.os.ver":"UNKNOWN","uri.method":"GET"}
Sep 11 04:33:55.525 INFO {"ua.os.ver":"10.9.5","ua.browser.ver":"45.0.2454.85","ua":"45.0.2454.85","ua.os.family":"Mac OSX","ua.browser.family":"Chrome","uri.path":"/","uri.method":"GET","ua.name":"Chrome"}
Sep 11 04:33:56.174 INFO {"uri.method":"GET","ua":"45.0.2454.85","ua.browser.ver":"45.0.2454.85","ua.os.ver":"10.9.5","ua.browser.family":"Chrome","ua.name":"Chrome","ua.os.family":"Mac OSX","uri.path":"/www.mozilla.org/tabzilla/media/js/tabzilla.js"}
Sep 11 04:33:56.780 INFO {"ua.os.ver":"10.9.5","ua.os.family":"Mac OSX","uri.path":"/_/static/javascript/readthedocs-addons.js","ua.browser.ver":"45.0.2454.85","ua.name":"Chrome","ua.browser.family":"Chrome","ua":"45.0.2454.85","uri.method":"GET"}
Sep 11 10:58:13.424 INFO {"uri.method":"GET","ua.browser.family":"Other","uri.path":"/","ua.os.family":"Other"}
Sep 11 14:30:57.084 INFO {"uri.method":"GET","ua.browser.family":"Other","ua.os.family":"Other","uri.path":"/"}
Sep 11 14:34:10.013 INFO {"ua.os.family":"Other","ua.browser.family":"Other","uri.path":"/","uri.method":"GET"}
Sep 11 15:54:05.136 INFO {"ua.os.ver":"UNKNOWN","ua.browser.family":"Firefox","uri.method":"GET","uri.path":"/","ua":"134.0","ua.name":"Firefox","ua.browser.ver":"134.0","ua.os.family":"Linux"}
Sep 11 19:06:54.125 INFO {"uri.method":"GET","uri.path":"/","ua.os.family":"Linux","ua":"120.0","ua.browser.ver":"120.0","ua.os.ver":"UNKNOWN","ua.browser.family":"Firefox","ua.name":"Firefox"}
Sep 11 20:37:24.254 INFO {"ua.os.ver":"NT 10.0","ua.os.family":"Windows","ua.browser.family":"Firefox","ua.browser.ver":"142.0","uri.path":"/1.0/sync/1.5","token_type":"OAuth","ua.name":"Firefox","uri.method":"GET","ua":"142.0"}
Sep 11 20:37:24.952 INFO {"first_seen_at":"1757454831973","metrics_uid":"8467e98990a2c521fde21b80c0a4119e","uri.path":"/1.0/sync/1.5","ua.browser.family":"Firefox","uid":"8467e98990a2c521fde21b80c0a4119e6cb6904990616fa8a70b05c5d3052d62","ua.name":"Firefox","uri.method":"GET","ua":"142.0","ua.os.family":"Windows","ua.browser.ver":"142.0","ua.os.ver":"NT 10.0","token_type":"OAuth"}
{"Type":"glean-server-event","Fields":{"document_namespace":"syncstorage","document_type":"events","document_version":"1","document_id":"4c878311-1f92-4e31-922d-5da006a1bc2f","user_agent":"Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop","ip_address":"","payload":"{\"client_info\":{\"telemetry_sdk_build\":\"glean_parser v15.0.2.dev17+g81fec69a\",\"first_run_date\":\"Unknown\",\"os\":\"Unknown\",\"os_version\":\"Unknown\",\"architecture\":\"Unknown\",\"app_build\":\"Unknown\",\"app_display_version\":\"0.20.0\",\"app_channel\":\"dev\"},\"ping_info\":{\"seq\":0,\"start_time\":\"2025-09-11T20:37:25.092613203+00:00\",\"end_time\":\"2025-09-11T20:37:25.092613203+00:00\"},\"metrics\":{\"string\":{\"syncstorage.platform\":\"firefoxdesktop\",\"syncstorage.hashed_device_id\":\"ffef9b942379dbff2db5ba07fe737711\",\"syncstorage.hashed_fxa_uid\":\"8467e98990a2c521fde21b80c0a4119e\",\"syncstorage.device_family\":\"desktop\"}},\"events\":[{\"category\":\"syncstorage\",\"name\":\"get_collections\",\"timestamp\":1757623045092,\"extra\":{}}]}"}}
Sep 11 20:37:25.093 INFO {"ua.browser.ver":"142.0.1","ua":"142.0.1","ua.name":"Firefox","uri.path":"/1.5/4/info/collections","ua.os.ver":"NT 10.0","ua.os.family":"Windows","ua.browser.family":"Firefox","uri.method":"GET"}
Sep 11 20:37:25.223 INFO {"ua.name":"Firefox","ua.os.family":"Windows","uri.method":"GET","ua.os.ver":"NT 10.0","ua.browser.family":"Firefox","uri.path":"/1.5/4/info/configuration","ua.browser.ver":"142.0.1","ua":"142.0.1"}
Sep 11 20:37:25.359 INFO {"ua.os.ver":"NT 10.0","uri.method":"GET","ua.name":"Firefox","ua.os.family":"Windows","ua.browser.family":"Firefox","ua.browser.ver":"142.0.1","uri.path":"/1.5/4/storage/meta/global","ua":"142.0.1"}
Other Logs
Log file
1757623041364 FirefoxAccounts TRACE initializing new storage manager
1757623041364 FirefoxAccounts TRACE starting fetch of json user data
1757623041373 FirefoxAccounts TRACE finished fetch of json user data - took: 9
1757623041373 FirefoxAccounts DEBUG reading secure storage with existing: []
1757623041373 FirefoxAccounts TRACE starting fetch of user data from the login manager
1757623041417 FirefoxAccounts DEBUG secure read fetched items: ["scopedKeys"]
1757623041417 FirefoxAccounts TRACE initializing of new storage manager done
1757623041419 FirefoxAccounts DEBUG FxAccountsProfileClient: Initialized
1757623041419 FirefoxAccounts DEBUG FxAccountsProfileClient: Requested profile
1757623041419 FirefoxAccounts DEBUG getOAuthToken enter
1757623041420 FirefoxAccounts TRACE getCachedToken returning cached token
1757623041420 FirefoxAccounts DEBUG getOAuthToken returning a cached token
1757623041420 Services.Common.RESTRequest DEBUG GET request to https://profile.accounts.firefox.com/v1/profile
1757623041738 Services.Common.RESTRequest DEBUG GET request to https://api.accounts.firefox.com/v1/account/attached_clients
1757623041951 Services.Common.RESTRequest DEBUG GET request to https://api.accounts.firefox.com/v1/account/attached_clients
1757623042001 Sync.Status INFO Resetting Status.
1757623042001 Sync.Status DEBUG Status.service: undefined => success.status_ok
1757623042002 Sync.SyncScheduler TRACE Setting SyncScheduler policy values to defaults.
1757623042002 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
1757623042002 Sync.Service INFO Loading Weave 1.144.0
1757623042002 Sync.Engine.Clients DEBUG Engine constructed
1757623042003 Sync.Engine.Clients DEBUG Resetting clients last sync time
1757623042005 Sync.Engine.Addons DEBUG Engine constructed
1757623042008 Sync.Engine.Addons DEBUG SyncEngine initialized: addons
1757623042008 Services.Common.RESTRequest DEBUG GET https://profile.accounts.firefox.com/v1/profile 304
1757623042009 Sync.AddonsReconciler DEBUG No data seen in loaded file: addonsreconciler
1757623042010 Sync.Engine.Passwords DEBUG Engine constructed
1757623042012 Sync.Engine.Passwords DEBUG SyncEngine initialized: passwords
1757623042013 Sync.Engine.Prefs DEBUG Engine constructed
1757623042014 Sync.Engine.Prefs DEBUG SyncEngine initialized: prefs
1757623042016 Sync.Engine.Bookmarks DEBUG Engine constructed
1757623042019 Sync.Engine.Bookmarks DEBUG SyncEngine initialized: bookmarks
1757623042020 Sync.Engine.Forms DEBUG Engine constructed
1757623042021 Sync.Engine.Forms DEBUG SyncEngine initialized: forms
1757623042022 Sync.Engine.History DEBUG Engine constructed
1757623042024 Sync.Engine.History DEBUG SyncEngine initialized: history
1757623042025 Sync.Engine.Tabs DEBUG Engine constructed
1757623042027 Sync.Engine.Tabs DEBUG SyncEngine initialized: tabs
1757623042029 Sync.Engine.Tabs INFO Got a bridged engine!
1757623042031 Sync.Engine.CreditCards DEBUG Engine constructed
1757623042031 Sync.Engine.CreditCards DEBUG SyncEngine initialized: creditcards
1757623042032 Sync.Engine.Extension-Storage DEBUG Engine constructed
1757623042033 Sync.Engine.Extension-Storage DEBUG SyncEngine initialized: extension-storage
1757623042046 Sync.Engine.Extension-Storage INFO Got a bridged engine!
1757623042046 Sync.Service INFO Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0
1757623042047 Sync.AddonsReconciler INFO Registering as Add-on Manager listener.
1757623042047 Sync.AddonsReconciler DEBUG Adding change listener.
1757623042047 Sync.Engine.History.Tracker INFO Adding Places observer.
1757623042049 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042050 Sync.Service DEBUG User-Agent: Firefox/142.0.1 (Windows NT 10.0; Win64; x64) FxSync/1.144.0.20250827004350.desktop
1757623042050 Sync.Service INFO Starting sync at 2025-09-11 23:37:22 in browser session _JPJsvx3b6x4
1757623042050 Sync.Service DEBUG In sync: should login.
1757623042050 Sync.Service INFO User logged in successfully - verifying login.
1757623042051 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042051 Sync.SyncAuthManager DEBUG unlockAndVerifyAuthState already has (or can fetch) sync keys
1757623042051 Sync.Status DEBUG Status.login: success.login => success.status_ok
1757623042051 Sync.Status DEBUG Status.service: success.status_ok => error.login.failed
1757623042051 Sync.Service DEBUG Fetching unlocked auth state returned success.status_ok
1757623042051 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042051 Sync.SyncAuthManager INFO Getting sync key
1757623042051 FirefoxAccounts DEBUG getOAuthToken enter
1757623042051 FirefoxAccounts TRACE getCachedToken returning cached token
1757623042051 FirefoxAccounts DEBUG getOAuthToken returning a cached token
1757623042051 Sync.SyncAuthManager INFO Getting a sync token from: https://mozilla.mydomain.com/1.0/sync/1.5
1757623042051 Sync.SyncAuthManager DEBUG Getting a token using OAuth
1757623042051 Services.Common.TokenServerClient DEBUG Beginning OAuth token exchange: https://mozilla.mydomain.com/1.0/sync/1.5
1757623042051 Services.Common.RESTRequest DEBUG GET request to https://mozilla.mydomain.com/1.0/sync/1.5
1757623042118 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042118 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042120 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042120 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042134 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042145 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042180 FirefoxAccounts DEBUG FxAccountsWebChannel registered: account_updates with origin https://accounts.firefox.com
1757623042266 Services.Common.RESTRequest DEBUG GET https://api.accounts.firefox.com/v1/account/attached_clients 200
1757623042266 Hawk DEBUG (Response) /account/attached_clients: code: 200 - Status text:
1757623042267 Hawk DEBUG Clock offset vs https://api.accounts.firefox.com/v1: -267
1757623042268 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042271 FirefoxAccounts INFO fetching updated device list
1757623042274 Services.Common.RESTRequest DEBUG GET request to https://api.accounts.firefox.com/v1/account/devices?filterIdleDevicesTimestamp=1755808642272
1757623042300 Services.Common.RESTRequest DEBUG GET https://api.accounts.firefox.com/v1/account/attached_clients 200
1757623042300 Hawk DEBUG (Response) /account/attached_clients: code: 200 - Status text:
1757623042300 Hawk DEBUG Clock offset vs https://api.accounts.firefox.com/v1: -300
1757623042367 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042369 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623042569 Services.Common.RESTRequest DEBUG GET https://api.accounts.firefox.com/v1/account/devices?filterIdleDevicesTimestamp=1755808642272 200
1757623042569 Hawk DEBUG (Response) /account/devices?filterIdleDevicesTimestamp=1755808642272: code: 200 - Status text:
1757623042570 Hawk DEBUG Clock offset vs https://api.accounts.firefox.com/v1: 431
1757623042570 FirefoxAccounts INFO Got new device list: 247f303670c1cf5e33300c50893eb9a1, 83a744b03be9416c837f4494ed0680dd
1757623042570 FirefoxAccounts DEBUG FxAccountsPush loading service
1757623042571 FirefoxAccounts DEBUG FxAccountsPush initialized
1757623042575 FirefoxAccounts TRACE Command queue observer created
1757623042575 FirefoxAccounts TRACE Getting command keys: https://identity.mozilla.com/cmd/open-uri
1757623042575 FirefoxAccounts TRACE Getting command keys: https://identity.mozilla.com/cmd/close-uri/v1
1757623042575 FirefoxAccounts TRACE Our push subscription looks OK
1757623042575 FirefoxAccounts INFO updating the cache
1757623042998 Sync.RemoteTabs INFO Generating tab list with filter
1757623043019 Sync.RemoteTabs INFO Final tab list has 0 clients with 0 tabs.
1757623043581 Services.Common.RESTRequest DEBUG GET https://mozilla.mydomain.com/1.0/sync/1.5 401
1757623043581 Services.Common.TokenServerClient DEBUG Got token response: 401
1757623043581 Services.Common.TokenServerClient INFO Server-reported error: {"location":"body","name":"","description":"Unauthorized"}
1757623043581 Services.Common.RESTRequest DEBUG POST request to https://api.accounts.firefox.com/v1/oauth/destroy
1757623043582 Services.Common.RESTRequest DEBUG POST Length: 969
1757623043582 FirefoxAccounts DEBUG _updateAccountData with items: ["oauthTokens"]
1757623043582 FirefoxAccounts DEBUG writing plain storage: ["email","sessionToken","uid","verified","device","oauthTokens","profileCache","encryptedSendTabKeys","encryptedCloseTabKeys"]
1757623043582 FirefoxAccounts TRACE starting write of json user data: ["email","sessionToken","uid","verified","device","oauthTokens","profileCache","encryptedSendTabKeys","encryptedCloseTabKeys"]
1757623043582 Sync.SyncAuthManager WARN Token server returned 401, retrying token fetch with fresh credentials
1757623043582 FirefoxAccounts DEBUG getOAuthToken enter
1757623043584 FirefoxAccounts TRACE finished write of json user data - took: 2
1757623043585 FirefoxAccounts DEBUG writing secure storage: ["scopedKeys"]
1757623043585 FirefoxAccounts TRACE starting write of user data to the login manager
1757623043590 FirefoxAccounts TRACE finished write of user data to the login manager
1757623043590 Services.Common.RESTRequest DEBUG POST request to https://api.accounts.firefox.com/v1/oauth/token
1757623043590 Services.Common.RESTRequest DEBUG POST Length: 127
1757623043849 Services.Common.RESTRequest DEBUG POST https://api.accounts.firefox.com/v1/oauth/destroy 200
1757623043849 Hawk DEBUG (Response) /oauth/destroy: code: 200 - Status text:
1757623043849 Hawk DEBUG Clock offset vs https://api.accounts.firefox.com/v1: 151
1757623043896 Services.Common.RESTRequest DEBUG POST https://api.accounts.firefox.com/v1/oauth/token 200
1757623043897 Hawk DEBUG (Response) /oauth/token: code: 200 - Status text:
1757623043897 Hawk DEBUG Clock offset vs https://api.accounts.firefox.com/v1: 103
1757623043897 FirefoxAccounts DEBUG _updateAccountData with items: ["oauthTokens"]
1757623043897 FirefoxAccounts DEBUG writing plain storage: ["email","sessionToken","uid","verified","device","oauthTokens","profileCache","encryptedSendTabKeys","encryptedCloseTabKeys"]
1757623043897 FirefoxAccounts TRACE starting write of json user data: ["email","sessionToken","uid","verified","device","oauthTokens","profileCache","encryptedSendTabKeys","encryptedCloseTabKeys"]
1757623043897 Sync.SyncAuthManager INFO Getting a sync token from: https://mozilla.mydomain.com/1.0/sync/1.5
1757623043897 Sync.SyncAuthManager DEBUG Getting a token using OAuth
1757623043897 Services.Common.TokenServerClient DEBUG Beginning OAuth token exchange: https://mozilla.mydomain.com/1.0/sync/1.5
1757623043898 Services.Common.RESTRequest DEBUG GET request to https://mozilla.mydomain.com/1.0/sync/1.5
1757623043900 FirefoxAccounts TRACE finished write of json user data - took: 3
1757623043900 FirefoxAccounts DEBUG writing secure storage: ["scopedKeys"]
1757623043901 FirefoxAccounts TRACE starting write of user data to the login manager
1757623043907 FirefoxAccounts TRACE finished write of user data to the login manager
1757623044037 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623044275 Services.Common.RESTRequest DEBUG GET https://mozilla.mydomain.com/1.0/sync/1.5 200
1757623044275 Services.Common.TokenServerClient DEBUG Got token response: 200
1757623044275 Services.Common.TokenServerClient DEBUG Successful token response
1757623044276 Sync.BulkKeyBundle INFO BulkKeyBundle being created for undefined
1757623044276 Sync.Status DEBUG Status.login: success.status_ok => success.login
1757623044276 Sync.Status DEBUG Status.service: error.login.failed => success.status_ok
1757623044277 Sync.SyncAuthManager DEBUG _findCluster returning https://mozilla.mydomain.com/1.5/4/
1757623044278 Sync.SyncAuthManager DEBUG Cluster value = https://mozilla.mydomain.com/1.5/4/
1757623044278 Sync.SyncAuthManager DEBUG Setting cluster to https://mozilla.mydomain.com/1.5/4/
1757623044278 Sync.Service DEBUG Caching URLs under storage user base: https://mozilla.mydomain.com/1.5/4/
1757623044278 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623044279 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623044413 Sync.Resource DEBUG GET success 200 https://mozilla.mydomain.com/1.5/4/info/collections
1757623044414 Sync.Service DEBUG Fetching server configuration: https://mozilla.mydomain.com/1.5/4/info/configuration
1757623044415 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623044549 Sync.Resource DEBUG GET success 200 https://mozilla.mydomain.com/1.5/4/info/configuration
1757623044549 Sync.Service DEBUG Fetching global metadata record
1757623044550 FirefoxAccounts TRACE not checking freshness of profile as it remains recent
1757623044685 Sync.Resource DEBUG GET fail 500 https://mozilla.mydomain.com/1.5/4/storage/meta/global
1757623044685 Sync.Resource WARN GET request to https://mozilla.mydomain.com/1.5/4/storage/meta/global failed with status 500
1757623044685 Sync.Service DEBUG Weave Version: 1.144.0 Local Storage: 5 Remote Storage:
1757623044685 Sync.Service INFO One of: no meta, no meta storageVersion, or no meta syncID. Fresh start needed.
1757623044685 Sync.Status DEBUG Status.sync: success.sync => error.sync.reason.metarecord_download_fail
1757623044685 Sync.Status DEBUG Status.service: success.status_ok => error.sync.failed
1757623044685 Sync.Service WARN Unknown error while downloading metadata record. Aborting sync.
1757623044685 Sync.Service WARN Remote setup failed.
1757623044685 Sync.ErrorHandler ERROR Sync encountered a login error
1757623044686 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
1757623044686 Sync.SyncScheduler DEBUG Next sync in 3600000 ms. (why=schedule)
1757623044686 Sync.Service DEBUG Exception calling WrappedLock: Error: Login failed: success.login(resource://services-sync/service.sys.mjs:1051:15) JS Stack trace: [email protected]:1051:15
1757623044687 Sync.Service DEBUG Not syncing: login returned false.
1757623044687 FirefoxAccounts TRACE not checking freshness of profile as it remains recent