Skip to content

Element silently fails to load attachments when service workers fail to start #29865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nt8r opened this issue May 1, 2025 · 5 comments · Fixed by #29895
Closed

Element silently fails to load attachments when service workers fail to start #29865

nt8r opened this issue May 1, 2025 · 5 comments · Fixed by #29895
Assignees
Labels
A-File-Download A-Media O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@nt8r
Copy link

nt8r commented May 1, 2025

Steps to reproduce

  1. Where are you starting? What can you see?

I'm logged into matrix.org via SSO from github.com. In every channel (such as #main:postmarketos.org, aka #postmarketos:matrix.org, but I see this everywhere) attachments fail to load. Image previews just show a spinner, and other attachments do nothing when clicked on.

  1. What do you click?
    Image previews (which are missing, just showing spinners) or attachment download buttons.

Outcome

What did you expect?

The attachments to show previews and download when I click the download button.

What happened instead?

Previews never show up; when clicking the download button, an error box pops up saying (for example):

Download failed

An error occurred while downloading this file
M_NOT_FOUND: MatrixError: [404] Not found (https://matrix-client.matrix.org/_matrix/media/v3/download/matrix.org/rClrxSFSsjJgaovxRCTZmheM?allow_redirect=true)

If I middle-click images, I get a page like https://matrix-client.matrix.org/_matrix/media/v3/download/matrix.org/rClrxSFSsjJgaovxRCTZmheM?allow_redirect=true with the contents:

{"errcode":"M_NOT_FOUND","error":"Not found"}

Operating system

Arch Linux

Browser information

Firefox 138.0

URL for webapp

https://app.element.io/

Application version

Element version: 1.11.98
Crypto version: Rust SDK 0.10.0 (3cc301d), Vodozemac 0.9.0

Homeserver

postmarketos.org and/or matrix.org (I'm not sure how to determine which is more relevant in this case, channels seem to be bridged/aliased)

Will you send logs?

Yes

@nt8r nt8r added the T-Defect label May 1, 2025
@nt8r
Copy link
Author

nt8r commented May 1, 2025

Follow-up to #29398, logs sent.

@dosubot dosubot bot added A-File-Download A-Media O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround labels May 1, 2025
@nt8r
Copy link
Author

nt8r commented May 1, 2025

Clicking "view source" on an event that doesn't load shows something like this:

{
  "content": {
    "body": "Screenshot_20250430_105024.png",
    "info": {
      "h": 2106,
      "mimetype": "image/png",
      "org.matrix.msc4230.is_animated": false,
      "size": 2787651,
      "thumbnail_info": {
        "h": 600,
        "mimetype": "image/png",
        "size": 342406,
        "w": 307
      },
      "thumbnail_url": "mxc://matrix.org/aOnSlUXRPdBVUWnBQnaXanfy",
      "w": 1080,
      "xyz.amorgan.blurhash": "T8E3k%}_00EwsEVt009Et7=}NF%f"
    },
    "m.mentions": {},
    "msgtype": "m.image",
    "url": "mxc://matrix.org/rClrxSFSsjJgaovxRCTZmheM"
  },
  "origin_server_ts": 1745967250735,
  "room_id": "!xgUMIsYnSIXklwbhrG:postmarketos.org",
  "sender": "@reallyrealaccount:matrix.org",
  "type": "m.room.message",
  "unsigned": {
    "membership": "join",
    "age": 84115026
  },
  "event_id": "$eViGerWuMFysDlmPYYLv48pXw-89gW88vIkR5-7X8XQ",
  "user_id": "@reallyrealaccount:matrix.org",
  "age": 84115026
}

@MidhunSureshR
Copy link
Member

I think the service worker is failing to do its thing. What do you see in the inspector? https://firefox-source-docs.mozilla.org/devtools-user/application/service_workers/index.html#debugging-your-service-worker

@nt8r
Copy link
Author

nt8r commented May 2, 2025

The inspector shows "No service workers found". Presumably that is a problem.

Here's the output from the console:

Console output
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&set_presence=xxx&since=xxx [4610ms TypeError: NetworkError when attempting to fetch resource.] init.js:1:1116520
/sync error ConnectionError: fetch failed: NetworkError when attempting to fetch resource. init.js:1:1116520
Number of consecutive failed sync requests: 1 init.js:1:1116520
Starting keep-alive init.js:1:1116520
MatrixClient sync state => RECONNECTING init.js:1:1116520
getSessionLock[b46322ed-d2a2-48da-8020-8545c7d5470a] page hide: clearing our claim init.js:1:1116520
Initialised rageshake. init.js:1:1116520
To fix line numbers in Chrome: Meatball menu → Settings → Ignore list → Add /rageshake\.ts & /logger\.ts$ init.js:1:1116520
Using Web platform init.js:1:1116520
XHRGET
https://app.element.io/config.app.element.io.json?cachebuster=1746196212180
[HTTP/2 404  67ms]

Uncaught (in promise) ReferenceError: can't access lexical declaration 'B' before initialization
    J init.js:1
    start ReadyWatchingStore.ts:30
    get instance WidgetLayoutStore.ts:69
    ts WidgetLayoutStore.ts:524
    Webpack 30
init.js:1:80994
Uncaught (in promise) ReferenceError: can't access lexical declaration 'B' before initialization
    J init.js:1
    start ReadyWatchingStore.ts:30
    start AsyncStoreWithClient.ts:40
    ts WidgetMessagingStore.ts:31
    ts WidgetMessagingStore.ts:29
    Webpack 28
init.js:1:80994
Uncaught (in promise) ReferenceError: can't access lexical declaration 'B' before initialization
    J init.js:1
    start ReadyWatchingStore.ts:30
    start AsyncStoreWithClient.ts:40
    ts WidgetStore.ts:40
    ts WidgetStore.ts:38
    Webpack 24
init.js:1:80994
Configuring rageshake persistence... init.js:1:1116520
rageshake: reached size limit while processing instance 3/3 (instance-B5QiFVYrAGewQDCN), with 5243112 bytes of logs: will drop further instances init.js:1:1116520
set language to en init.js:1:1116520
An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page. init.js:1:248132
Application is running in production mode init.js:1:1116520
Vector starting at https://app.element.io/ init.js:1:1116520
startUpdater, current version is 1.11.98 init.js:1:1116520
Verifying homeserver configuration init.js:1:1116520
Config uses a default_server_name - doing .well-known lookup init.js:1:1116520
DEPRECATED CONFIG OPTION: In the future, default_server_name will not be accepted. Please use default_server_config instead. init.js:1:1116520
No update available, already on 1.11.98 init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/unstable/org.matrix.msc2965/auth_metadata init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/unstable/org.matrix.msc2965/auth_metadata [120ms 200] init.js:1:1116520
Using homeserver config: 
Object { hsUrl: "https://matrix-client.matrix.org", hsName: "matrix.org", hsNameIsDifferent: true, isUrl: "https://vector.im", isDefault: true, warning: null, isNameResolvable: true, delegatedAuthentication: {…} }
init.js:1:1116520
Updating SdkConfig with validated discovery information init.js:1:1116520
checkSessionLockFree No other session has the lock init.js:1:1116520
getSessionLock[3738bb8b-dd1b-460b-b00c-1d9c2e458559] No other session has the lock: proceeding with startup init.js:1:1116520
Got pickle key for @nt8r:matrix.org|tbLwjQa9M6 init.js:1:1116520
Restoring session for @nt8r:matrix.org init.js:1:1116520
setLoggedIn: mxid: @nt8r:matrix.org deviceId: tbLwjQa9M6 guest: false hs: https://matrix-client.matrix.org softLogout: false  freshLogin: false init.js:1:1116520
StorageManager: Checking storage consistency init.js:1:1116520
StorageManager: Local storage supported? true init.js:1:1116520
StorageManager: IndexedDB supported? true init.js:1:1116520
StorageManager: Local storage contains data? true init.js:1:1116520
StorageManager: Crypto initialised? true init.js:1:1116520
StorageManager: Sync store using IndexedDB contains data? true init.js:1:1116520
StorageManager: Rust Crypto store using IndexedDB contains data? true init.js:1:1116520
StorageManager: Storage consistency checks passed init.js:1:1116520
Cookie “dmn_chk_01969167-aedb-74af-a2c3-71181260bf9e” has been rejected for invalid domain. app.element.io
Default empty persistCredentials() => void init.js:1:1116520
Session persisted for @nt8r:matrix.org init.js:1:1116520
Lifecycle: Starting MatrixClient init.js:1:1116520
An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page. init.js:1:248132
EventIndex: Platform doesn't support event indexing, not initializing. init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/thirdparty/protocols init.js:1:1116520
IndexedDBStore.startup: connecting to backend init.js:1:1116520
MatrixClientPeg: waiting for MatrixClient store to initialise init.js:1:1116520
Switching to room alias #mainline:postmarketos.org at event undefined init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/directory/room/%23mainline%3Apostmarketos.org init.js:1:1116520
StorageManager: Persistent? true init.js:1:1116520
IndexedDB worker is ready init.js:1:1116520
LocalIndexedDBStoreBackend.connect: connecting... 6063.js:1:13112
LocalIndexedDBStoreBackend.connect: awaiting connection... 6063.js:1:13112
LocalIndexedDBStoreBackend.connect: connected 6063.js:1:13112
LocalIndexedDBStoreBackend: loading account data... 6063.js:1:13112
LocalIndexedDBStoreBackend: loading sync data... 6063.js:1:13112
LocalIndexedDBStoreBackend: loaded account data 6063.js:1:13112
LocalIndexedDBStoreBackend: loaded sync data 6063.js:1:13112
LocalIndexedDBStoreBackend: loaded initial data 6063.js:1:13112
IndexedDBStore.startup: loading presence events init.js:1:1116520
IndexedDBStore.startup: processing presence events init.js:1:1116520
Downloading Rust crypto library init.js:1:1116520
Initialising Rust crypto-sdk WASM artifact init.js:1:1116520
Opening Rust CryptoStore init.js:1:1116520
DEBUG matrix_sdk_indexeddb::crypto_store: IndexedDbCryptoStore: Opening meta-store matrix-js-sdk::matrix-sdk-crypto-meta
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-indexeddb-0.10.0/src/crypto_store/mod.rs:1449 init.js:1:1116520
DEBUG matrix_sdk_indexeddb::crypto_store: IndexedDbCryptoStore: decrypting store cipher
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-indexeddb-0.10.0/src/crypto_store/mod.rs:364 init.js:1:1116520
DEBUG matrix_sdk_indexeddb::crypto_store: IndexedDbCryptoStore: opening main store matrix-js-sdk::matrix-sdk-crypto
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-indexeddb-0.10.0/src/crypto_store/mod.rs:270 init.js:1:1116520
Init OlmMachine init.js:1:1116520
DEBUG matrix_sdk_crypto::machine: Restored an Olm account
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:310
    in matrix_sdk_crypto::machine::with_store with user_id="@nt8r:matrix.org" device_id="tbLwjQa9M6" ed25519_key=ZV5gpNmr6gYIIpzlp0uDhS/oFOcfS9V0JpApHHfAyU0 curve25519_key=/PFQkaaJeY41D+MerrW1TSRKVTEXrzZgzHQtaSrEDXw init.js:1:1116520
DEBUG matrix_sdk_crypto::machine: Restored the cross signing identity
    master_key=Some("ed25519:7gSMABvgXT6WwFlUbWnblLeHVJm8Rz27kRD9BIqdOM4")
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:354
    in matrix_sdk_crypto::machine::with_store with user_id="@nt8r:matrix.org" device_id="tbLwjQa9M6" ed25519_key=ZV5gpNmr6gYIIpzlp0uDhS/oFOcfS9V0JpApHHfAyU0 curve25519_key=/PFQkaaJeY41D+MerrW1TSRKVTEXrzZgzHQtaSrEDXw init.js:1:1116520
Checking key backup status... init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/version init.js:1:1116520
Completed rust crypto-sdk setup init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/unstable/org.matrix.msc3814.v1/dehydrated_device init.js:1:1116520
XHRGET
https://matrix-client.matrix.org/_matrix/client/unstable/org.matrix.msc3814.v1/dehydrated_device
[HTTP/2 404  116ms]

FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/thirdparty/protocols [297ms 200] init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/unstable/org.matrix.msc3814.v1/dehydrated_device [245ms 404] init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/version [260ms 200] init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/versions init.js:1:1116520
MatrixClientPeg: really starting MatrixClient init.js:1:1116520
Fetching new TURN credentials init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/voip/turnServer init.js:1:1116520
Found usable key backup v1: enabling key backups init.js:1:1116520
INFO matrix_sdk_crypto::backups: Activated a backup
    backup_key=MegolmV1BackupKey { key: "v3DaGwhI/B2Y2cZg+k/Rw4sgYynawrNdsUWHKRJeezY", version: Some("1") }
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/backups/mod.rs:390 init.js:1:1116520
Backup: Starting keys upload loop for backup version:1. init.js:1:1116520
[PerSessionKeyBackupDownloader] Got current backup version from server: 1 init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/voip/turnServer [271ms 200] init.js:1:1116520
Got TURN URIs: turn:turn.matrix.org:3478?transport=udp,turn:turn.matrix.org:3478?transport=tcp,turns:turn.matrix.org:443?transport=tcp refresh in 86400 secs init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/versions [382ms 200] init.js:1:1116520
nativeSlidingSyncSupport: org.matrix.simplified_msc3575 sliding sync advertised as unstable init.js:1:1116520
Getting saved sync token... init.js:1:1116520
Getting push rules... init.js:1:1116520
Attempting to send queued to-device messages init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/pushrules/ init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/capabilities init.js:1:1116520
MatrixClientPeg: MatrixClient started init.js:1:1116520
Attempting to get Jitsi conference information from homeserver init.js:1:1116520
Jitsi conference domain: meet.element.io init.js:1:1116520
Jitsi use for 1:1 calls: false init.js:1:1116520
DeviceListener: check_ubC5: initial sync not yet complete init.js:1:1116520
Got saved sync token init.js:1:1116520
Opening toast with key 'analytics': title 'Help improve Element' init.js:1:1116520
Updating homeserver-configured integration managers... init.js:1:1116520
Homeserver has no integration managers init.js:1:1116520
Attempting to get Jitsi conference information from homeserver init.js:1:1116520
Jitsi conference domain: meet.element.io init.js:1:1116520
Jitsi use for 1:1 calls: false init.js:1:1116520
Got reply from saved sync, exists? true init.js:1:1116520
sync(): not doing HTTP hit, instead returning stored /sync data init.js:1:1116520
Removed toast with key 'analytics' init.js:1:1116520
Adding default global override push rule .org.matrix.msc3786.rule.room.server_acl init.js:1:1116520
Adding default global underride push rule .org.matrix.msc3914.rule.room.call init.js:1:1116520
DeviceListener: check_WtEu: initial sync not yet complete init.js:1:1116520
DeviceListener: check_v1PY: initial sync not yet complete init.js:1:1116520
DeviceListener: check_2Zno: initial sync not yet complete init.js:1:1116520
DeviceListener: check_7Zrb: initial sync not yet complete init.js:1:1116520
DeviceListener: check_3Q1D: initial sync not yet complete init.js:1:1116520
DeviceListener: check_JX3m: initial sync not yet complete init.js:1:1116520
All queued to-device messages sent init.js:1:1116520
DeviceListener: check_rC11: initial sync not yet complete init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!KMfDLrZYJQRypsLIbh%3Amatrix.org/event/%24mZ8Pht6QfchfS-Lvt1C3bgX9Vs6AOyIzw6JcFLN0gzE init.js:1:1116520
DeviceListener: check_WsBD: initial sync not yet complete init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/directory/room/%23mainline%3Apostmarketos.org [1103ms 200] init.js:1:1116520
Switching to room alias #mainline:postmarketos.org at event undefined init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/pushrules/ [234ms 200] init.js:1:1116520
Adding default global override push rule .org.matrix.msc3786.rule.room.server_acl init.js:1:1116520
Adding default global underride push rule .org.matrix.msc3914.rule.room.call init.js:1:1116520
Got push rules init.js:1:1116520
Prepare lazy loading for sync... init.js:1:1116520
Enabling lazy load on sync filter... init.js:1:1116520
Storing client options... init.js:1:1116520
Stored client options init.js:1:1116520
Getting filter... init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/user/%40nt8r%3Amatrix.org/filter/2 init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/capabilities [364ms 200] init.js:1:1116520
Fetched new server capabilities init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!KMfDLrZYJQRypsLIbh%3Amatrix.org/event/%24mZ8Pht6QfchfS-Lvt1C3bgX9Vs6AOyIzw6JcFLN0gzE [328ms 200] init.js:1:1116520
EventTimelineSet:canContain event encountered which cannot be added to any timeline roomId=!KMfDLrZYJQRypsLIbh:matrix.org eventId=$Vube0YR8jTn8IHy1lbtBPAa6iixBeEJdBB7iUjHVTME threadId=undefined init.js:1:1116520
EventTimelineSet.addEventToTimeline: Ignoring event=$Vube0YR8jTn8IHy1lbtBPAa6iixBeEJdBB7iUjHVTME that does not belong in timeline=!KMfDLrZYJQRypsLIbh:matrix.org:2025-05-02T14:30:14.464Z timelineSet(threadId=undefined) init.js:1:1116520
DeviceListener: check_MATa: initial sync not yet complete init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24lKCT-kO7pQ6zRxwHuhVxyBN8liCfq4cTDTYqwqC9Sw8 init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@nt8r:matrix.org" event_id="$fSEH8s3OqjWMuctaMvlOAmsCHk0D0pxVhRh75Ga66J0" origin_server_ts="2024-10-30T22:53:39.248Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8" session_id="HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw" message_index=0 init.js:1:1116520
[PerSessionKeyBackupDownloader] Checking key backup for session HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh%3Amatrix.org/HzJmq8kh59ExOxcA7%2BLQWIgNA29bDpRrEA%2BPuFjAmJw?version=xxx init.js:1:1116520
Error decrypting event (id=$fSEH8s3OqjWMuctaMvlOAmsCHk0D0pxVhRh75Ga66J0 type=m.room.encrypted sender=@nt8r:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:53:39.248Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8, session_id: HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw] init.js:1:1116520
XHRGET
https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh:matrix.org/HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw?version=1
[HTTP/2 404  140ms]

FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/user/%40nt8r%3Amatrix.org/filter/2 [256ms 200] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$b1BpiEeinnFwZdROmX-SfmBHMGC-RNfFNRXOoZTNYFw" origin_server_ts="2022-10-17T23:10:24.942Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=0 init.js:1:1116520
Error decrypting event (id=$b1BpiEeinnFwZdROmX-SfmBHMGC-RNfFNRXOoZTNYFw type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:10:24.942Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$Z2RMvwmBY3CIjfdpOuwrT2W9lNeYB0ZuzquH9GQqNQ8" origin_server_ts="2022-10-17T23:54:36.888Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=18 init.js:1:1116520
Error decrypting event (id=$Z2RMvwmBY3CIjfdpOuwrT2W9lNeYB0ZuzquH9GQqNQ8 type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:54:36.888Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$5QuC490JTwIbo3bpXFF2vydDS1JzicCIqBUhtQvCYIM" origin_server_ts="2024-10-30T22:53:50.032Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=2 init.js:1:1116520
Error decrypting event (id=$5QuC490JTwIbo3bpXFF2vydDS1JzicCIqBUhtQvCYIM type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:53:50.032Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$as9Q2b1ZA1UBySX8x1EB2f2Z1HcA7jQBK5JEAxM6de4" origin_server_ts="2022-10-17T23:10:32.366Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=1 init.js:1:1116520
Error decrypting event (id=$as9Q2b1ZA1UBySX8x1EB2f2Z1HcA7jQBK5JEAxM6de4 type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:10:32.366Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
Sending first sync request... init.js:1:1116520
Waiting for saved sync before starting sync processing... init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@nt8r:matrix.org" event_id="$NxeecMGRplLN1tK53v36hri5g0Q0cv_O96vrNrqry3g" origin_server_ts="2024-10-30T22:54:10.167Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8" session_id="HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw" message_index=1 init.js:1:1116520
Error decrypting event (id=$NxeecMGRplLN1tK53v36hri5g0Q0cv_O96vrNrqry3g type=m.room.encrypted sender=@nt8r:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:54:10.167Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8, session_id: HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$fotznxlT_AOJBgJ2x_w4mq8f2nSW1mOL6BvflECFVOk" origin_server_ts="2022-10-17T23:10:35.844Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=2 init.js:1:1116520
Error decrypting event (id=$fotznxlT_AOJBgJ2x_w4mq8f2nSW1mOL6BvflECFVOk type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:10:35.844Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$RW5R578b3IGnQ6iKDaaTvCODiaymB5ai0UH9E6hdetA" origin_server_ts="2024-10-30T22:54:27.773Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=3 init.js:1:1116520
Error decrypting event (id=$RW5R578b3IGnQ6iKDaaTvCODiaymB5ai0UH9E6hdetA type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:54:27.773Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$tr7TSGkLbiGufbwlctrZp5MVjkxV_RCjjHwkCEFSc84" origin_server_ts="2022-10-17T23:10:49.544Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=3 init.js:1:1116520
Error decrypting event (id=$tr7TSGkLbiGufbwlctrZp5MVjkxV_RCjjHwkCEFSc84 type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:10:49.544Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@nt8r:matrix.org" event_id="$IU0NivCtA9BPjCV5HIGJV6wRkbG9c2T5CeHPs2Y5AxI" origin_server_ts="2024-10-30T22:55:35.470Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8" session_id="HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw" message_index=2 init.js:1:1116520
Error decrypting event (id=$IU0NivCtA9BPjCV5HIGJV6wRkbG9c2T5CeHPs2Y5AxI type=m.room.encrypted sender=@nt8r:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:55:35.470Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8, session_id: HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$VSFf2nPUvom79XbOS3s0NWXrkkSSw8pp-h4yDMr9qb4" origin_server_ts="2022-10-17T23:10:58.693Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=4 init.js:1:1116520
Error decrypting event (id=$VSFf2nPUvom79XbOS3s0NWXrkkSSw8pp-h4yDMr9qb4 type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:10:58.693Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$xBdXUbuVRyRxeFTH9myfRiFyJ4_X7yOYxFtb3_lxS_k" origin_server_ts="2024-10-30T22:55:43.570Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=4 init.js:1:1116520
Error decrypting event (id=$xBdXUbuVRyRxeFTH9myfRiFyJ4_X7yOYxFtb3_lxS_k type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:55:43.570Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$P3pf3-itBpgqK0CTa0uatPgV3gCznMouvqGHpAe1J6s" origin_server_ts="2022-10-17T23:16:00.575Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=5 init.js:1:1116520
Error decrypting event (id=$P3pf3-itBpgqK0CTa0uatPgV3gCznMouvqGHpAe1J6s type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:16:00.575Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$TFs1Ma43Q9926HIzJZBRdMzDAdZsayj3zrRitGfRbgA" origin_server_ts="2024-10-30T22:55:55.274Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=5 init.js:1:1116520
Error decrypting event (id=$TFs1Ma43Q9926HIzJZBRdMzDAdZsayj3zrRitGfRbgA type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:55:55.274Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$B3A80y5um7YqRzuAHmvEbCXWbMXn0WifYirWCnuMuGc" origin_server_ts="2022-10-17T23:16:21.626Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=6 init.js:1:1116520
Error decrypting event (id=$B3A80y5um7YqRzuAHmvEbCXWbMXn0WifYirWCnuMuGc type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:16:21.626Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@nt8r:matrix.org" event_id="$trVEJGUqyqtqwgdFC5D9D99pcdn8C7pyZgbQlsdpka8" origin_server_ts="2024-10-30T22:56:00.886Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8" session_id="HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw" message_index=3 init.js:1:1116520
Error decrypting event (id=$trVEJGUqyqtqwgdFC5D9D99pcdn8C7pyZgbQlsdpka8 type=m.room.encrypted sender=@nt8r:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-10-30T22:56:00.886Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8, session_id: HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$KaKvm8y4afJliNVzg7aUrgeNCGVOALp3jyb5KA4pRAQ" origin_server_ts="2022-10-17T23:16:49.922Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=7 init.js:1:1116520
Error decrypting event (id=$KaKvm8y4afJliNVzg7aUrgeNCGVOALp3jyb5KA4pRAQ type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:16:49.922Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$hIjVLM88bvFcjS-n9VWrXhq0WCZrlr0iArys62irud8" origin_server_ts="2024-11-03T11:57:12.951Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=6 init.js:1:1116520
Error decrypting event (id=$hIjVLM88bvFcjS-n9VWrXhq0WCZrlr0iArys62irud8 type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-11-03T11:57:12.951Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$0R5xWrUpZH_X3MAdcPA4AnY5aRV-cE3Bt_b48bzEelY" origin_server_ts="2022-10-17T23:17:09.505Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=8 init.js:1:1116520
Error decrypting event (id=$0R5xWrUpZH_X3MAdcPA4AnY5aRV-cE3Bt_b48bzEelY type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:17:09.505Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@nt8r:matrix.org" event_id="$SqYrdjgmFfhEZNolzOZbK-uT8OjjaabIs6VBFKx5blE" origin_server_ts="2024-11-03T14:36:55.645Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8" session_id="HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw" message_index=4 init.js:1:1116520
Error decrypting event (id=$SqYrdjgmFfhEZNolzOZbK-uT8OjjaabIs6VBFKx5blE type=m.room.encrypted sender=@nt8r:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-11-03T14:36:55.645Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8, session_id: HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$ywzhnGFy8fStVQ-jy0fDTYMkScEN2-9Jf_w_xTy98aU" origin_server_ts="2022-10-17T23:30:38.313Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=9 init.js:1:1116520
Error decrypting event (id=$ywzhnGFy8fStVQ-jy0fDTYMkScEN2-9Jf_w_xTy98aU type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:30:38.313Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@nt8r:matrix.org" event_id="$hfjJaTGjogl6ZxXGyaFI-Cn1pkWXx8YR-WtyWtCdlhE" origin_server_ts="2024-11-03T14:38:09.065Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8" session_id="HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw" message_index=5 init.js:1:1116520
Error decrypting event (id=$hfjJaTGjogl6ZxXGyaFI-Cn1pkWXx8YR-WtyWtCdlhE type=m.room.encrypted sender=@nt8r:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-11-03T14:38:09.065Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: F3xQ8rowVPKHdz95U2fKJ2pXnB28ufYVPWEEvJEZaG8, session_id: HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$gSh1xn5yAm9F9f48b_-5cZ3KqSDDxy5Lq__a8L_Ppz8" origin_server_ts="2022-10-17T23:30:46.223Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=10 init.js:1:1116520
Error decrypting event (id=$gSh1xn5yAm9F9f48b_-5cZ3KqSDDxy5Lq__a8L_Ppz8 type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:30:46.223Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$0ued8nhRcTcSjbS-nvtp0UDu1BZ1w1Y3-J-uZhBOPW0" origin_server_ts="2024-11-03T15:57:05.464Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=7 init.js:1:1116520
Error decrypting event (id=$0ued8nhRcTcSjbS-nvtp0UDu1BZ1w1Y3-J-uZhBOPW0 type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-11-03T15:57:05.464Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$OHycy6H39GJyfyGppf1flEWDIRYgXWUCdo5VbMHrQsU" origin_server_ts="2022-10-17T23:41:58.554Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=11 init.js:1:1116520
Error decrypting event (id=$OHycy6H39GJyfyGppf1flEWDIRYgXWUCdo5VbMHrQsU type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:41:58.554Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$8a5XlBNpXu3GJJ4Bb7I_UyPEEBiJiIHsrCzibDrlcJ8" origin_server_ts="2024-11-03T15:57:26.904Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=8 init.js:1:1116520
Error decrypting event (id=$8a5XlBNpXu3GJJ4Bb7I_UyPEEBiJiIHsrCzibDrlcJ8 type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-11-03T15:57:26.904Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$HCUB_3fRf0EDkT8BlX1peQGpQXWzv3Ig2VoDQ2rHE0s" origin_server_ts="2022-10-17T23:42:23.427Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=12 init.js:1:1116520
Error decrypting event (id=$HCUB_3fRf0EDkT8BlX1peQGpQXWzv3Ig2VoDQ2rHE0s type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:42:23.427Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$7YpRwpLyUE9aR5lzaACZmJa6p8MpBUZcKzZZkkiWh2E" origin_server_ts="2024-11-03T15:58:16.913Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=9 init.js:1:1116520
Error decrypting event (id=$7YpRwpLyUE9aR5lzaACZmJa6p8MpBUZcKzZZkkiWh2E type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-11-03T15:58:16.913Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$lL8CEFnY796i_zEQ4j9I2iHuCgnbUIou5StW1vrkLrA" origin_server_ts="2022-10-17T23:42:43.751Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=13 init.js:1:1116520
Error decrypting event (id=$lL8CEFnY796i_zEQ4j9I2iHuCgnbUIou5StW1vrkLrA type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:42:43.751Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KMfDLrZYJQRypsLIbh:matrix.org" sender="@system64:matrix.org" event_id="$1f76rw8g82gvxGTrm0zqDQiPBRHCu0yzj62J4PnmfQU" origin_server_ts="2024-11-03T16:27:27.753Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w" session_id="TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU" message_index=10 init.js:1:1116520
Error decrypting event (id=$1f76rw8g82gvxGTrm0zqDQiPBRHCu0yzj62J4PnmfQU type=m.room.encrypted sender=@system64:matrix.org room=!KMfDLrZYJQRypsLIbh:matrix.org ts=2024-11-03T16:27:27.753Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 8/dsItSmveUnid2bpZ33zfCmXK9BIjjeNzxlzmCap2w, session_id: TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$KAijzKdUNkPi3afnznKxcfrEr4JmxCuHCzye_urwmhQ" origin_server_ts="2022-10-17T23:47:09.961Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=14 init.js:1:1116520
Error decrypting event (id=$KAijzKdUNkPi3afnznKxcfrEr4JmxCuHCzye_urwmhQ type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:47:09.961Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$c--DVwAUSm1gURGMK00PtP7tXlakV9GyCcCUpGkH9aI" origin_server_ts="2022-10-17T23:52:32.427Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=15 init.js:1:1116520
Error decrypting event (id=$c--DVwAUSm1gURGMK00PtP7tXlakV9GyCcCUpGkH9aI type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:52:32.427Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$kACs9dDJZ_9W_NM7Az4WzZuR-SnghoVyos6UxBNsSks" origin_server_ts="2022-10-17T23:53:14.173Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=16 init.js:1:1116520
Error decrypting event (id=$kACs9dDJZ_9W_NM7Az4WzZuR-SnghoVyos6UxBNsSks type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:53:14.173Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
WARN matrix_sdk_crypto::machine: Failed to decrypt a room event: Can't find the room key to decrypt the event, withheld code: None
    at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrix-sdk-crypto-0.10.0/src/machine/mod.rs:1917
    in matrix_sdk_crypto::machine::decrypt_room_event with room_id="!KRAehxhwiwEyaqKeym:matrix.org" sender="@nt8r:matrix.org" event_id="$RKyU0SihrD0gZck6rA7_Cw63ntV83w5HkvLJ-NcQ4Qs" origin_server_ts="2022-10-17T23:53:50.768Z" algorithm="m.megolm.v1.aes-sha2" sender_key="curve25519:1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY" session_id="oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk" message_index=17 init.js:1:1116520
Error decrypting event (id=$RKyU0SihrD0gZck6rA7_Cw63ntV83w5HkvLJ-NcQ4Qs type=m.room.encrypted sender=@nt8r:matrix.org room=!KRAehxhwiwEyaqKeym:matrix.org ts=2022-10-17T23:53:50.768Z): DecryptionError[msg: This message was sent before this device logged in. Key backup is working, but we still do not (yet) have the key., sender_key: 1VU7XSn+MZvF1CtzL9wBMlX87cltDDwvpbpAkACOQEY, session_id: oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk] init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh%3Amatrix.org/HzJmq8kh59ExOxcA7%2BLQWIgNA29bDpRrEA%2BPuFjAmJw?version=xxx [258ms 404] init.js:1:1116520
[PerSessionKeyBackupDownloader] No luck requesting key backup for session HzJmq8kh59ExOxcA7+LQWIgNA29bDpRrEA+PuFjAmJw: M_NOT_FOUND: MatrixError: [404] No room_keys found (https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh%3Amatrix.org/HzJmq8kh59ExOxcA7%2BLQWIgNA29bDpRrEA%2BPuFjAmJw?version=1) init.js:1:1116520
[PerSessionKeyBackupDownloader] Checking key backup for session oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KRAehxhwiwEyaqKeym%3Amatrix.org/oXnyRYwX%2BnGYBM6k4ykcjbTP0%2BS5mVA5nxg5JZcKKCk?version=xxx init.js:1:1116520
XHRGET
https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KRAehxhwiwEyaqKeym:matrix.org/oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk?version=1
[HTTP/2 404  114ms]

FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx [365ms 200] init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KRAehxhwiwEyaqKeym%3Amatrix.org/oXnyRYwX%2BnGYBM6k4ykcjbTP0%2BS5mVA5nxg5JZcKKCk?version=xxx [239ms 404] init.js:1:1116520
[PerSessionKeyBackupDownloader] No luck requesting key backup for session oXnyRYwX+nGYBM6k4ykcjbTP0+S5mVA5nxg5JZcKKCk: M_NOT_FOUND: MatrixError: [404] No room_keys found (https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KRAehxhwiwEyaqKeym%3Amatrix.org/oXnyRYwX%2BnGYBM6k4ykcjbTP0%2BS5mVA5nxg5JZcKKCk?version=1) init.js:1:1116520
[PerSessionKeyBackupDownloader] Checking key backup for session TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh%3Amatrix.org/TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU?version=xxx init.js:1:1116520
XHRGET
https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh:matrix.org/TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU?version=1
[HTTP/2 404  124ms]

FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24lKCT-kO7pQ6zRxwHuhVxyBN8liCfq4cTDTYqwqC9Sw8 [581ms 200] init.js:1:1116520
EventTimelineSet:canContain event encountered which cannot be added to any timeline roomId=!xgUMIsYnSIXklwbhrG:postmarketos.org eventId=$g1Ij4Ate_hzEZV4e4u9_7UnibQvX17kyBmDuUIEMacw threadId=undefined init.js:1:1116520
EventTimelineSet.addEventToTimeline: Ignoring event=$g1Ij4Ate_hzEZV4e4u9_7UnibQvX17kyBmDuUIEMacw that does not belong in timeline=!xgUMIsYnSIXklwbhrG:postmarketos.org:2025-05-02T14:30:14.464Z timelineSet(threadId=undefined) init.js:1:1116520
EventTimelineSet:canContain event encountered which cannot be added to any timeline roomId=!xgUMIsYnSIXklwbhrG:postmarketos.org eventId=$owt0EE6eQ6_QipscVXTo4SpasZ16F95prLhkM0ffJ3I threadId=undefined init.js:1:1116520
EventTimelineSet.addEventToTimeline: Ignoring event=$owt0EE6eQ6_QipscVXTo4SpasZ16F95prLhkM0ffJ3I that does not belong in timeline=!xgUMIsYnSIXklwbhrG:postmarketos.org:2025-05-02T14:30:14.464Z timelineSet(threadId=undefined) init.js:1:1116520
EventTimelineSet:canContain event encountered which cannot be added to any timeline roomId=!xgUMIsYnSIXklwbhrG:postmarketos.org eventId=$vfOpZ59rXqPG5QKr72Ojzl7CQrqv1FQHGTxBfsEbRoM threadId=undefined init.js:1:1116520
EventTimelineSet.addEventToTimeline: Ignoring event=$vfOpZ59rXqPG5QKr72Ojzl7CQrqv1FQHGTxBfsEbRoM that does not belong in timeline=!xgUMIsYnSIXklwbhrG:postmarketos.org:2025-05-02T14:30:14.464Z timelineSet(threadId=undefined) init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24eViGerWuMFysDlmPYYLv48pXw-89gW88vIkR5-7X8XQ init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh%3Amatrix.org/TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU?version=xxx [267ms 404] init.js:1:1116520
[PerSessionKeyBackupDownloader] No luck requesting key backup for session TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU: M_NOT_FOUND: MatrixError: [404] No room_keys found (https://matrix-client.matrix.org/_matrix/client/v3/room_keys/keys/!KMfDLrZYJQRypsLIbh%3Amatrix.org/TRy3kg2bvAnlF4lq8NUWbCsIwAW1qe412glwnfZd8XU?version=1) init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24eViGerWuMFysDlmPYYLv48pXw-89gW88vIkR5-7X8XQ [355ms 200] init.js:1:1116520
EventTimelineSet:canContain event encountered which cannot be added to any timeline roomId=!xgUMIsYnSIXklwbhrG:postmarketos.org eventId=$TH0ca7v55-LTmtBPdmMkg3q-eaP6WFgwmSrPFXKC3aE threadId=undefined init.js:1:1116520
EventTimelineSet.addEventToTimeline: Ignoring event=$TH0ca7v55-LTmtBPdmMkg3q-eaP6WFgwmSrPFXKC3aE that does not belong in timeline=!xgUMIsYnSIXklwbhrG:postmarketos.org:2025-05-02T14:30:14.464Z timelineSet(threadId=undefined) init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24uH9M9u4vIv65y0B62xZdgcDcad6aGDE6BZJJHi7DRh8 init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!nvWCajIZYfMRbzvDCq%3Apostmarketos.org/event/%24neG9Wt8OAWdEoWLISa650EQZVQI4R0lJUKKqBzfYwm8 init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!nvWCajIZYfMRbzvDCq%3Apostmarketos.org/event/%24neG9Wt8OAWdEoWLISa650EQZVQI4R0lJUKKqBzfYwm8 [581ms 200] init.js:1:1116520
EventTimelineSet:canContain event encountered which cannot be added to any timeline roomId=!nvWCajIZYfMRbzvDCq:postmarketos.org eventId=$CsvzAmbhSnKScl9NPy8VKNWilHK41du3u6P0WydzyQk threadId=undefined init.js:1:1116520
EventTimelineSet.addEventToTimeline: Ignoring event=$CsvzAmbhSnKScl9NPy8VKNWilHK41du3u6P0WydzyQk that does not belong in timeline=!nvWCajIZYfMRbzvDCq:postmarketos.org:2025-05-02T14:30:14.464Z timelineSet(threadId=undefined) init.js:1:1116520
GroupCallEventHandler start() waiting for client to start syncing init.js:1:1116520
MatrixClient sync state => PREPARED init.js:1:1116520
Recording already started for: mx_PageChange init.js:1:1116520
MediaHandler setAudioInput() running (deviceId=default) init.js:1:1116520
RVS update: !vtNRYfppCyOwpgeZRB:postmarketos.org #mainline:postmarketos.org loading? false joining? false initial? true shouldPeek? true init.js:1:1116520
newscreen room/#mainline:postmarketos.org 2 init.js:1:1116520
[!vtNRYfppCyOwpgeZRB:postmarketos.org] Current version: 10 init.js:1:1116520
[!vtNRYfppCyOwpgeZRB:postmarketos.org] Version capability:  
Object { default: "10", available: {…}, "org.matrix.msc3244.room_capabilities": {…} }
init.js:1:1116520
MediaHandler setVideoInput() running (deviceId=default) init.js:1:1116520
MediaHandler setAudioSettings() running (opts={"autoGainControl":true,"echoCancellation":true,"noiseSuppression":true}) init.js:1:1116520
LL: got 470 membershipEvents from storage for room !vtNRYfppCyOwpgeZRB:postmarketos.org ... 6063.js:1:13112
GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/z3ntu.xyz/nraDykuZoQEhQmcmLQZTwZin?width=80&height=80&method=crop&allow_redirect=true
NS_BINDING_ABORTED

LL: RoomState about to set 470 OOB members ... init.js:1:1116520
LL: RoomState put in finished state ... init.js:1:1116520
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 RoomState.events listeners added. Use emitter.setMaxListeners() to increase limit
    c events.js:211
    addListener events.js:227
    on typed-event-emitter.ts:151
    componentDidMount MessageActionBar.tsx:282
    React 86
    C scheduler.production.js:144
    js scheduler.production.js:192
    Webpack 16
init.js:1:1116520
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 update listeners added. Use emitter.setMaxListeners() to increase limit
    c events.js:211
    addListener events.js:227
    on typed-event-emitter.ts:151
    i useEventEmitter.ts:45
    React 88
    C scheduler.production.js:144
    js scheduler.production.js:192
    Webpack 16
init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/media/v3/preview_url?url=xxx&ts=xxx init.js:1:1116520
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html for further details and to join the discussion on related tools and features! app.element.io
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. nraDykuZoQEhQmcmLQZTwZin
[Perf]: receiveSyncChanges took 315ms init.js:1:1116520
MatrixClient sync state => PREPARED init.js:1:1116520
MatrixClient sync state => SYNCING init.js:1:1116520
Resuming queue after resumed sync init.js:1:1116520
Attempting to send queued to-device messages init.js:1:1116520
GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/nope.chat/OYzGnvhSdOqGbhRMvfsIVNzg?width=28&height=28&method=crop&allow_redirect=true
NS_BINDING_ABORTED

GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/matrix.org/yzItcIEtNoHmBUknUzjUWAeG?width=28&height=28&method=crop&allow_redirect=true
NS_BINDING_ABORTED

All queued to-device messages sent init.js:1:1116520
Persisting sync data up to s5861452213_757284974_9739242_3601806295_4025549625_265527986_1483381073_11121196002_0_470866 6063.js:1:13112
Persisted sync data up to s5861452213_757284974_9739242_3601806295_4025549625_265527986_1483381073_11121196002_0_470866 6063.js:1:13112
DeviceListener: check_N9Gv: No toast needed init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx init.js:1:1116520
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. OYzGnvhSdOqGbhRMvfsIVNzg
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. yzItcIEtNoHmBUknUzjUWAeG
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/media/v3/preview_url?url=xxx&ts=xxx [255ms 200] init.js:1:1116520
Regenerating room lists: Startup init.js:1:1116520
Regenerating all room lists init.js:1:1116520
Resetting known rooms, initiating regeneration 2 init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/profile/%40nt8r%3Amatrix.org init.js:1:1116520
RVS update: !vtNRYfppCyOwpgeZRB:postmarketos.org #mainline:postmarketos.org loading? false joining? false initial? undefined shouldPeek? true init.js:1:1116520
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 RoomState.members listeners added. Use emitter.setMaxListeners() to increase limit
    c events.js:211
    addListener events.js:227
    on typed-event-emitter.ts:151
    i useEventEmitter.ts:45
    React 88
    C scheduler.production.js:144
    js scheduler.production.js:192
    Webpack 16
init.js:1:1116520
Setting up Mjolnir: after sync init.js:1:1116520
Updating Mjolnir ban lists to: init.js:1:1116520
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Event.sentinelUpdated listeners added. Use emitter.setMaxListeners() to increase limit
    c events.js:211
    addListener events.js:227
    on typed-event-emitter.ts:151
    unbindSentinelListeners EventListSummary.tsx:177
    componentDidUpdate EventListSummary.tsx:159
    React 76
    C scheduler.production.js:144
    js scheduler.production.js:192
    Webpack 16
init.js:1:1116520
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Event.sentinelUpdated listeners added. Use emitter.setMaxListeners() to increase limit
    c events.js:211
    addListener events.js:227
    on typed-event-emitter.ts:151
    unbindSentinelListeners EventListSummary.tsx:177
    componentDidUpdate EventListSummary.tsx:159
    React 76
    C scheduler.production.js:144
    js scheduler.production.js:192
    Webpack 16
init.js:1:1116520
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Event.sentinelUpdated listeners added. Use emitter.setMaxListeners() to increase limit
    c events.js:211
    addListener events.js:227
    on typed-event-emitter.ts:151
    unbindSentinelListeners EventListSummary.tsx:177
    componentDidUpdate EventListSummary.tsx:159
    React 76
    C scheduler.production.js:144
    js scheduler.production.js:192
    Webpack 16
init.js:1:1116520
DeviceListener: check_N9Gv: Old unverified sessions: init.js:1:1116520
DeviceListener: check_N9Gv: New unverified sessions: init.js:1:1116520
DeviceListener: check_N9Gv: Currently showing toasts for: init.js:1:1116520
GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/matrix.org/2025-05-02_TvDVbSScrwDRfcua?width=200&height=200&method=scale&allow_redirect=true
NS_BINDING_ABORTED

GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/z3ntu.xyz/TAYHSDLQvnxhNpShzNzfKilL?width=64&height=64&method=crop&allow_redirect=true
NS_BINDING_ABORTED

GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/matrix.org/vrPdzPbIQGMtUGBxUtQWEyIW?width=64&height=64&method=crop&allow_redirect=true
NS_BINDING_ABORTED

GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/z3ntu.xyz/nraDykuZoQEhQmcmLQZTwZin?width=64&height=64&method=crop&allow_redirect=true
NS_BINDING_ABORTED

GET
https://matrix-client.matrix.org/_matrix/media/v3/thumbnail/z3ntu.xyz/aElhBRYLZlEGKjuwGbTpvhFI?width=64&height=64&method=crop&allow_redirect=true
NS_BINDING_ABORTED

FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!vtNRYfppCyOwpgeZRB%3Apostmarketos.org/context/%246gyqj71chPfBtEQJpEXqgiUuWj0QTMOoUV_pG5StMOA?filter=xxx init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/profile/%40nt8r%3Amatrix.org [264ms 200] init.js:1:1116520
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. 2025-05-02_TvDVbSScrwDRfcua
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. vrPdzPbIQGMtUGBxUtQWEyIW
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. TAYHSDLQvnxhNpShzNzfKilL
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24uH9M9u4vIv65y0B62xZdgcDcad6aGDE6BZJJHi7DRh8 [1465ms 200] init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v1/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/relations/%24uH9M9u4vIv65y0B62xZdgcDcad6aGDE6BZJJHi7DRh8?dir=xxx&recurse=xxx init.js:1:1116520
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. aElhBRYLZlEGKjuwGbTpvhFI
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. nraDykuZoQEhQmcmLQZTwZin
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!vtNRYfppCyOwpgeZRB%3Apostmarketos.org/context/%246gyqj71chPfBtEQJpEXqgiUuWj0QTMOoUV_pG5StMOA?filter=xxx [573ms 200] init.js:1:1116520
Event $XL5if_bKHwfK4EpY9Iw437wiMDpbvbZxDa4pYcd_3-Q already in timeline !vtNRYfppCyOwpgeZRB:postmarketos.org:2025-05-02T14:30:14.464Z init.js:1:1116520
Event $hrtkgWyxPKl06HK6zmt_iGCyCC60eM09LP9wlF6NyaQ already in timeline !vtNRYfppCyOwpgeZRB:postmarketos.org:2025-05-02T14:30:14.464Z init.js:1:1116520
Event $CBlaPMcCGrK-rtpXMj5vZBzgP7DkzSJlFAEP80UJ81w already in timeline !vtNRYfppCyOwpgeZRB:postmarketos.org:2025-05-02T14:30:14.464Z init.js:1:1116520
Event $LupP0IKuIlGgN1tENFIxJ7qlVwQebYiqKq8BnEnXkp0 already in timeline !vtNRYfppCyOwpgeZRB:postmarketos.org:2025-05-02T14:30:14.464Z init.js:1:1116520
Event $bG5560ZTDzJCDWgFzDzVbSg7AaZ-mTZWbf7sijo3dtU already in timeline !vtNRYfppCyOwpgeZRB:postmarketos.org:2025-05-02T14:30:14.464Z init.js:1:1116520
EventTimelineSet:canContain event encountered which cannot be added to any timeline roomId=!vtNRYfppCyOwpgeZRB:postmarketos.org eventId=$9U9RPjeSisV-RC2Ufjcm8TIiDDVvcvoiWvQG5HDX_IQ threadId=undefined init.js:1:1116520
EventTimelineSet.addEventToTimeline: Ignoring event=$9U9RPjeSisV-RC2Ufjcm8TIiDDVvcvoiWvQG5HDX_IQ that does not belong in timeline=!vtNRYfppCyOwpgeZRB:postmarketos.org:2025-05-02T14:30:14.464Z timelineSet(threadId=undefined) init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v1/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/relations/%24uH9M9u4vIv65y0B62xZdgcDcad6aGDE6BZJJHi7DRh8?dir=xxx&recurse=xxx [1796ms 200] init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24uH9M9u4vIv65y0B62xZdgcDcad6aGDE6BZJJHi7DRh8 init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/rooms/!xgUMIsYnSIXklwbhrG%3Apostmarketos.org/event/%24uH9M9u4vIv65y0B62xZdgcDcad6aGDE6BZJJHi7DRh8 [1011ms 200] init.js:1:1116520
[Perf]: BackupRoomKeys: Get keys to backup from rust crypto-sdk took 1ms init.js:1:1116520
Backup: Ending loop for version 1. init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx [30447ms 200] init.js:1:1116520
[Perf]: receiveSyncChanges took 9ms init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx [3462ms 200] init.js:1:1116520
[Perf]: receiveSyncChanges took 9ms init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx init.js:1:1116520
Wait!
If someone told you to copy/paste something here, there is a high likelihood you're being scammed!
If you know what you're doing, Element is open-source, be sure to check out our GitHub (https://github.com/vector-im/element-web/) and contribute! init.js:1:1116620
Presence: online init.js:1:1116520
Wait!
If someone told you to copy/paste something here, there is a high likelihood you're being scammed!
If you know what you're doing, Element is open-source, be sure to check out our GitHub (https://github.com/vector-im/element-web/) and contribute! init.js:1:1116620
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&since=xxx [30288ms 200] init.js:1:1116520
[Perf]: receiveSyncChanges took 15ms init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&set_presence=xxx&since=xxx init.js:1:1116520
FetchHttpApi: <-- GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&set_presence=xxx&since=xxx [30287ms 200] init.js:1:1116520
[Perf]: receiveSyncChanges took 10ms init.js:1:1116520
FetchHttpApi: --> GET https://matrix-client.matrix.org/_matrix/client/v3/sync?filter=xxx&timeout=xxx&org.matrix.msc4222.use_state_after=xxx&set_presence=xxx&since=xxx init.js:1:1116520

@nt8r
Copy link
Author

nt8r commented May 2, 2025

When visiting about:debugging#/runtime/this-firefox, I see:

Your browser configuration is not compatible with Service Workers. Learn more

Visiting about:config, it appears that dom.serviceWorkers.enable is set to false. After setting it to true, attachments started loading the next time I opened Element.

So the real problem here is that Element does not loudly complain when it fails to start service workers.

@nt8r nt8r changed the title app.element.io on matrix.org fails to load attachments Element silently fails to load attachments when service workers fail to start May 2, 2025
@t3chguy t3chguy self-assigned this May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-File-Download A-Media O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants