118 KiB
💡 JavaScript logs will be removed from Metro in React Native 0.77! Please use React Native DevTools as your default tool. Tip: Type j in the terminal to open (requires Google Chrome or Microsoft Edge).
(NOBRIDGE) LOG [useFeedHooks] Initialized POWR pubkey hex: 0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7
(NOBRIDGE) LOG expo-av is available, will use VideoSplashScreen on iOS
(NOBRIDGE) LOG Successfully imported VideoSplashScreen
(NOBRIDGE) LOG _layout.tsx loaded
(NOBRIDGE) LOG ⚠️ [expo-av]: Video component from expo-av
is deprecated in favor of expo-video
. See the documentation at https://docs.expo.dev/versions/latest/sdk/video/ for the new API reference.
(NOBRIDGE) LOG Starting app initialization in background...
(NOBRIDGE) LOG Network connectivity: offline
(NOBRIDGE) LOG [NDK] Initializing...
(NOBRIDGE) LOG [ConnectivityService] Network connection restored, triggering sync
(NOBRIDGE) LOG [NDK] Found saved private key, initializing signer
(NOBRIDGE) LOG [NDK] Login attempt starting
(NOBRIDGE) LOG [NDK] Processing private key input
(NOBRIDGE) LOG [NDK] Using provided key, format: hex length: 64
(NOBRIDGE) LOG [NDK] Creating signer with key length: 64
(NOBRIDGE) LOG [NDK] Signer created, setting on NDK
(NOBRIDGE) LOG [NDK] Getting user from signer
(NOBRIDGE) LOG [NDK] User retrieved, pubkey: 55127fc9...
(NOBRIDGE) LOG [NDK] Fetching user profile
(NOBRIDGE) LOG Video loaded successfully
(NOBRIDGE) LOG Video loaded, hiding native splash screen
(NOBRIDGE) LOG [NDK] Relay connected: wss://relay.damus.io/
(NOBRIDGE) LOG Loaded 0 favorite IDs from database
(NOBRIDGE) LOG [NDK] Relay connected: wss://powr.duckdns.org/
(NOBRIDGE) LOG [NDK] Relay connected: wss://purplepag.es/
(NOBRIDGE) LOG [NDK] Relay connected: wss://nos.lol/
(NOBRIDGE) LOG [NDK] Relay connected: wss://relay.nostr.band/
(NOBRIDGE) LOG [NDK] Profile fetched successfully
(NOBRIDGE) LOG [NDK] Profile data available
(NOBRIDGE) LOG [NDK] User profile loaded: Walter Sobchak
(NOBRIDGE) LOG [NDK] Saving private key to secure storage
(NOBRIDGE) LOG [NDK] Creating RelayService to import user preferences
(NOBRIDGE) LOG [NDK] Setting NDK on RelayService
(NOBRIDGE) LOG [RelayService] NDK instance set
(NOBRIDGE) LOG [NDK] Importing relay metadata for user: 55127fc9...
(NOBRIDGE) LOG [RelayService] Importing relays from metadata for user 55127fc9...
(NOBRIDGE) LOG [NDK] Relay connected: wss://nostr.wine/
(NOBRIDGE) LOG [RelayService] Found relay list in event created at 2025-03-21T02:16:23.000Z
(NOBRIDGE) LOG [RelayService] No relay tags found in event
(NOBRIDGE) LOG [NDK] Successfully imported user relay preferences
(NOBRIDGE) LOG [NDK] Login successful, updating state
(NOBRIDGE) LOG [NDK] Login complete
(NOBRIDGE) LOG App initialization completed!
(NOBRIDGE) LOG [NDK] Relay connected: wss://offchain.pub/
(NOBRIDGE) LOG [NDK] Relay connected: wss://relay.snort.social/
(NOBRIDGE) LOG Video finished playing
(NOBRIDGE) LOG Splash video finished playing
(NOBRIDGE) LOG [DB] Starting database initialization...
(NOBRIDGE) LOG [DB] Opening database...
(NOBRIDGE) LOG [DB] Creating schema...
(NOBRIDGE) LOG [Schema] Initializing database on ios
(NOBRIDGE) LOG [Schema] Current version: 11
(NOBRIDGE) LOG [Schema] Current version: 11, Target version: 11
(NOBRIDGE) LOG [Schema] Database already at version 11, checking for missing tables
(NOBRIDGE) LOG [Schema] Checking for missing critical tables...
(NOBRIDGE) LOG [Schema] Running migration v8 - Template management
(NOBRIDGE) LOG [Schema] Migration v8 completed successfully
(NOBRIDGE) LOG [Schema] Critical tables check complete
(NOBRIDGE) LOG [Schema] Checking for missing critical tables...
(NOBRIDGE) LOG [Schema] Running migration v8 - Template management
(NOBRIDGE) LOG [Schema] Migration v8 completed successfully
(NOBRIDGE) LOG [Schema] Critical tables check complete
(NOBRIDGE) LOG [Schema] Running migration v8 - Template management
(NOBRIDGE) LOG [Schema] Migration v8 completed successfully
(NOBRIDGE) LOG [DB] Migration v8 executed successfully
(NOBRIDGE) LOG [Schema] Running migration v9 - Enhanced Nostr metadata
(NOBRIDGE) LOG [Schema] Migration v9 completed successfully
(NOBRIDGE) LOG [DB] Migration v9 executed successfully
(NOBRIDGE) LOG [DB] Initializing services...
(NOBRIDGE) LOG
--- Database Debug Info ---
(NOBRIDGE) LOG Database Path: file:///Users/danielwyler/Library/Developer/CoreSimulator/Devices/2A575D76-EFD3-483A-B8A1-AB3A78107638/data/Containers/Data/Application/9845E875-95EC-461A-ABE0-6750715293F0/Documents/SQLite/powr.db
(NOBRIDGE) LOG File Info: {"exists": true, "isDirectory": false, "md5": "9717c713f4608d9ac749b3b907b94a0e", "modificationTime": 1742786223.408177, "size": 245760, "uri": "file:///Users/danielwyler/Library/Developer/CoreSimulator/Devices/2A575D76-EFD3-483A-B8A1-AB3A78107638/data/Containers/Data/Application/9845E875-95EC-461A-ABE0-6750715293F0/Documents/SQLite/powr.db"}
(NOBRIDGE) LOG Tables: ["schema_version", "exercises", "exercise_tags", "nostr_events", "event_tags", "templates", "template_exercises", "powr_packs", "powr_pack_items", "favorites", "nostr_workouts", "workouts", "workout_exercises", "workout_sets", "app_status", "feed_cache"]
(NOBRIDGE) LOG ------------------------
(NOBRIDGE) LOG [DB] Database initialized successfully
(NOBRIDGE) LOG [DB] Database ready - triggering initial library refresh
(NOBRIDGE) LOG [Database] Delayed initialization complete
(NOBRIDGE) LOG [RelayInitializer] Setting NDK instance in ProfileImageCache
(NOBRIDGE) LOG Running SQL:
CREATE TABLE IF NOT EXISTS feed_cache (
event_id TEXT NOT NULL,
feed_type TEXT NOT NULL,
created_at INTEGER NOT NULL,
cached_at INTEGER NOT NULL,
PRIMARY KEY (event_id, feed_type)
)
(NOBRIDGE) LOG Parameters: []
(NOBRIDGE) LOG [RelayInitializer] SocialFeedCache initialized with NDK
(NOBRIDGE) LOG [RelayInitializer] NDK available and online, loading relays...
(NOBRIDGE) LOG [RelayStore] Loading relays...
(NOBRIDGE) LOG [RelayStore] Created RelayService instance
(NOBRIDGE) LOG [RelayService] NDK instance set
(NOBRIDGE) LOG [RelayService] Found 8 relays in NDK pool
(NOBRIDGE) LOG [RelayStore] Loaded 8 relays with status
(NOBRIDGE) LOG Running SQL:
CREATE INDEX IF NOT EXISTS idx_feed_cache_type_time
ON feed_cache (feed_type, created_at DESC)
(NOBRIDGE) LOG Parameters: []
(NOBRIDGE) LOG [SocialFeedCache] Feed cache table initialized
(NOBRIDGE) LOG NDK status: initialized
(NOBRIDGE) LOG [useSocialFeed] Loading powr feed with authors: ["0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"]
(NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T03:17:13.000Z, until=now
(NOBRIDGE) LOG [useSocialFeed] Subscribing with filters: {"kinds":[1301,33401,33402,1,30023],"since":1742699833,"limit":30,"authors":["0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"]}
(NOBRIDGE) LOG [SocialFeedService] Subscribing to powr feed with filter: {"authors": ["0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"], "kinds": [1301, 33401, 33402, 1, 30023], "limit": 30, "since": 1742699833}
(NOBRIDGE) LOG [FollowingScreen] Contact list has 0 contacts
(NOBRIDGE) LOG [useSocialFeed] Loading following feed with authors: undefined
(NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T03:17:13.000Z, until=now
(NOBRIDGE) LOG [useSocialFeed] Following feed with no authors, skipping subscription
(NOBRIDGE) LOG [useSocialFeed] Loading global feed with authors: undefined
(NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T03:17:13.000Z, until=now
(NOBRIDGE) LOG [useSocialFeed] Subscribing with filters: {"kinds":[1301,33401,33402,1,30023],"since":1742699833,"limit":30,"#t":["workout","fitness","powr","31days","crossfit","wod","gym","strength","cardio","training","exercise"]}
(NOBRIDGE) LOG [SocialFeedService] Subscribing to global feed with filter: {"#t": ["workout", "fitness", "powr", "31days", "crossfit", "wod", "gym", "strength", "cardio", "training", "exercise"], "kinds": [1301, 33401, 33402, 1, 30023], "limit": 30, "since": 1742699833}
(NOBRIDGE) LOG Processing event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70, kind 33401 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70 to feed as exercise
(NOBRIDGE) LOG Processing event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b to feed as social
(NOBRIDGE) LOG Processing event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7 to feed as social
(NOBRIDGE) LOG Processing event b7160aec02946e0a29b588b85d99c19740c07b166ca40deedf8f8a2dbefc4eab, kind 1 from 7ed7d5c3abf06fa1c00f71f879856769f46ac92354c129b3ed5562506927e200
(NOBRIDGE) LOG Adding event b7160aec02946e0a29b588b85d99c19740c07b166ca40deedf8f8a2dbefc4eab to feed as social
(NOBRIDGE) LOG Processing event d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd, kind 1 from 5d4e1d2a6731875e9decb868e2240aa4b75a6d67199ed1387a6ff08aba272967
(NOBRIDGE) LOG Adding event d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd to feed as social
(NOBRIDGE) LOG Processing event d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085, kind 1 from f4d89779148ccd245c8d50914a284fd62d97cb0fb68b797a70f24a172b522db9
(NOBRIDGE) LOG Adding event d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085 to feed as social
(NOBRIDGE) LOG Processing event f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21, kind 1 from 60e5bccda24b32e79c75edb8e7c66e55202853932849f02e329c985b71ac3fbd
(NOBRIDGE) LOG Adding event f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21 to feed as social
(NOBRIDGE) LOG Processing event e8fd75341aed6bd47816343b648c4aebdbf5274c9360cc35bef1fd310d39a567, kind 1 from 7a6b8c7de171955c214ded7e35cc782cd6dddfd141abb1929c632f69348e6f49
(NOBRIDGE) LOG Adding event e8fd75341aed6bd47816343b648c4aebdbf5274c9360cc35bef1fd310d39a567 to feed as social
(NOBRIDGE) LOG Processing event fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698, kind 1 from ad8d9660c675d3b3a16fc1484c102782ba8370ae5f94ec5fc2b244a8c8a0a589
(NOBRIDGE) LOG Adding event fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698 to feed as social
(NOBRIDGE) LOG Processing event dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c, kind 1 from 14147765a18028fdb386db2891e747c11b2a32761e12a0e6e43d5f8451ee74bc
(NOBRIDGE) LOG Adding event dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c to feed as social
(NOBRIDGE) LOG Processing event 3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5, kind 1 from 43d7f07d10b9e662745e10b2fc201a74dc178a308c31409350d06b04477816e1
(NOBRIDGE) LOG Adding event 3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5 to feed as social
(NOBRIDGE) LOG Processing event cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91, kind 1 from 81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd
(NOBRIDGE) LOG Adding event cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91 to feed as social
(NOBRIDGE) LOG Processing event 83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4, kind 1 from 5069ea44d8977e77c6aea605d0c5386b24504a3abd0fe8a3d1cf5f4cedca40a7
(NOBRIDGE) LOG Adding event 83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4 to feed as social
(NOBRIDGE) LOG Processing event 34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53, kind 1 from 70632e1941795474cb154415afb79c09b58189afd2243bf81153d59710eb6092
(NOBRIDGE) LOG Adding event 34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53 to feed as social
(NOBRIDGE) LOG Processing event 593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475, kind 1 from b32d6b081c2422f57cbea1c1177159a93ffaa1913f540ae91e5fe3785b198cb2
(NOBRIDGE) LOG Adding event 593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475 to feed as social
(NOBRIDGE) LOG Processing event 5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58, kind 1 from dc506d8cdee104146e000dce67d03a15dc8e5e9e7a3df166cf8566a7a6fe419a
(NOBRIDGE) LOG Adding event 5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58 to feed as social
(NOBRIDGE) LOG Processing event 89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be, kind 1 from 8b3db033768dc87dd8ee48a1361ae6d203e946d7f0651472519bc4df1c90e0ea
(NOBRIDGE) LOG Adding event 89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be to feed as social
(NOBRIDGE) LOG Processing event e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c, kind 1 from c465a1051794a507a55adebc0f044dc6e79d9b67a5e05aed4bf684afe088f976
(NOBRIDGE) LOG Adding event e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c to feed as social
(NOBRIDGE) LOG [SocialFeedService] Received EOSE for powr feed
(NOBRIDGE) LOG Found 5 contacts via followSet()
(NOBRIDGE) LOG [SocialFeedService] Received EOSE for global feed
(NOBRIDGE) LOG [FollowingScreen] Contact list has 6 contacts
(NOBRIDGE) LOG [FollowingScreen] First few contacts: 3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506, 0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04, f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "global", 1742703805, 1742786234003]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b", "global", 1742703620, 1742786234003]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7", "global", 1742702574, 1742786234004]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["b7160aec02946e0a29b588b85d99c19740c07b166ca40deedf8f8a2dbefc4eab", "global", 1742782158, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "global", 1742780020, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085", "global", 1742775869, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "global", 1742760959, 1742786234469]
(NOBRIDGE) LOG Attempting fetch after delay
(NOBRIDGE) LOG Explicitly connecting to relays: ["wss://relay.damus.io", "wss://nos.lol", "wss://relay.nostr.band", "wss://purplepag.es"]
(NOBRIDGE) LOG Using pool to connect to relay: wss://relay.damus.io
(NOBRIDGE) LOG Using pool to connect to relay: wss://nos.lol
(NOBRIDGE) LOG Using pool to connect to relay: wss://relay.nostr.band
(NOBRIDGE) LOG Using pool to connect to relay: wss://purplepag.es
(NOBRIDGE) LOG NDK connection status: 8 relays connected
(NOBRIDGE) LOG Fetching POWR packs from known publishers
(NOBRIDGE) LOG Fetching from known publishers: ["55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21"]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["e8fd75341aed6bd47816343b648c4aebdbf5274c9360cc35bef1fd310d39a567", "global", 1742758559, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "global", 1742750608, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "global", 1742749229, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5", "global", 1742746988, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "global", 1742745450, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "global", 1742741497, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "global", 1742739424, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "global", 1742731342, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "global", 1742730917, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be", "global", 1742722524, 1742786234469]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c", "global", 1742703529, 1742786234469]
(NOBRIDGE) LOG Fetched 14 events from known publishers
(NOBRIDGE) LOG First event basic info: {"contentPreview": "This POWR Pack includes relay hints to improve con", "id": "42e46198f802ac821b5a82b96d083e0e5cb9a4790b79a007b0a65dfe1020576c", "kind": 30004, "pubkey": "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", "tagsCount": 13}
(NOBRIDGE) LOG Created 14 simplified packs
(NOBRIDGE) LOG First simplified pack: {"id": "42e46198f802ac821b5a82b96d083e0e5cb9a4790b79a007b0a65dfe1020576c", "tagsCount": 13}
(NOBRIDGE) LOG Set featuredPacks state with simplified packs
(NOBRIDGE) LOG Refreshing following feed
(NOBRIDGE) LOG [useSocialFeed] Loading following feed with authors: ["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506", "0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04", "f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"]
(NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T03:17:14.000Z, until=now
(NOBRIDGE) LOG [useSocialFeed] Subscribing with filters: {"kinds":[1301,33401,33402,1,30023],"since":1742699834,"limit":30,"authors":["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506","0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04","f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9","55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52","0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"],"#t":["workout","fitness","powr","31days","crossfit","wod","gym","strength","cardio","training","exercise"]}
(NOBRIDGE) LOG [SocialFeedService] Subscribing to following feed with filter: {"#t": ["workout", "fitness", "powr", "31days", "crossfit", "wod", "gym", "strength", "cardio", "training", "exercise"], "authors": ["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506", "0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04", "f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"], "kinds": [1301, 33401, 33402, 1, 30023], "limit": 30, "since": 1742699834}
(NOBRIDGE) LOG Processing event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70, kind 33401 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70 to feed as exercise
(NOBRIDGE) LOG Processing event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b to feed as social
(NOBRIDGE) LOG Processing event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7 to feed as social
(NOBRIDGE) LOG [SocialFeedService] Received EOSE for following feed
(NOBRIDGE) LOG [NDK] Relay disconnected: wss://relay.nostr.band/
(NOBRIDGE) LOG [NDK] Relay connected: wss://relay.nostr.band/
(NOBRIDGE) LOG Refreshing following feed
(NOBRIDGE) LOG [useSocialFeed] Cleaning up existing subscription for following feed
(NOBRIDGE) LOG [SocialFeedService] Unsubscribing from following feed
(NOBRIDGE) LOG [useSocialFeed] Loading following feed with authors: ["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506", "0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04", "f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"]
(NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T03:17:14.000Z, until=now
(NOBRIDGE) LOG [useSocialFeed] Subscribing with filters: {"kinds":[1301,33401,33402,1,30023],"since":1742699834,"limit":30,"authors":["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506","0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04","f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9","55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52","0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"],"#t":["workout","fitness","powr","31days","crossfit","wod","gym","strength","cardio","training","exercise"]}
(NOBRIDGE) LOG [SocialFeedService] Subscribing to following feed with filter: {"#t": ["workout", "fitness", "powr", "31days", "crossfit", "wod", "gym", "strength", "cardio", "training", "exercise"], "authors": ["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506", "0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04", "f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"], "kinds": [1301, 33401, 33402, 1, 30023], "limit": 30, "since": 1742699834}
(NOBRIDGE) LOG Processing event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70, kind 33401 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70 to feed as exercise
(NOBRIDGE) LOG Processing event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b to feed as social
(NOBRIDGE) LOG Processing event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7 to feed as social
(NOBRIDGE) LOG [SocialFeedService] Received EOSE for following feed
(NOBRIDGE) LOG Refreshing following feed
(NOBRIDGE) LOG [useSocialFeed] Subscription on cooldown, skipping
(NOBRIDGE) LOG Refreshing following feed
(NOBRIDGE) LOG [useSocialFeed] Subscription on cooldown, skipping
(NOBRIDGE) LOG Processing event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0 to feed as social
(NOBRIDGE) LOG Processing event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0 to feed as social
(NOBRIDGE) LOG Processing event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0 to feed as social
(NOBRIDGE) LOG Processing event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0 to feed as social
(NOBRIDGE) LOG Processing event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0 to feed as social
(NOBRIDGE) ERROR SQL Error: [Error: Call to function 'NativeDatabase.prepareAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Error retrieving event: [Error: Call to function 'NativeDatabase.prepareAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO nostr_events
(id, pubkey, kind, created_at, content, sig, raw_event, received_at)
VALUES (?, ?, ?, ?, ?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", 1, 1742786395, "Testing #powr", "d5bae27817a1ec5dfd8d1967c5a81a4f8ba4871835fd48ae2100f411fb9202930115923902ee87fa2b341d89f45caa53a6be8c5e22c63d398ef2ce86f8d45b7f", "{"id":"ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0","pubkey":"55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","kind":1,"created_at":1742786395,"content":"Testing #powr","sig":"d5bae27817a1ec5dfd8d1967c5a81a4f8ba4871835fd48ae2100f411fb9202930115923902ee87fa2b341d89f45caa53a6be8c5e22c63d398ef2ce86f8d45b7f","tags":"t","powr"],["client","Nostur","31990:9be0be0fc079548233231614e4e1efc9f28b0db398011efeecf05fe570e5dd33:1685868693432"}", 1742786406649]
(NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ?
(NOBRIDGE) LOG Parameters: ["ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0"]
(NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0", "t", "powr", 0]
(NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0", "client", "Nostur", 1]
(NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache
(event_id, feed_type, created_at, cached_at)
VALUES (?, ?, ?, ?)
(NOBRIDGE) LOG Parameters: ["ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0", "global", 1742786395, 1742786406649]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) LOG Refreshing following feed
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) LOG [useSocialFeed] Cleaning up existing subscription for following feed
(NOBRIDGE) LOG [SocialFeedService] Unsubscribing from following feed
(NOBRIDGE) LOG [useSocialFeed] Loading following feed with authors: ["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506", "0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04", "f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"]
(NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T03:17:14.000Z, until=now
(NOBRIDGE) LOG [useSocialFeed] Subscribing with filters: {"kinds":[1301,33401,33402,1,30023],"since":1742699834,"limit":30,"authors":["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506","0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04","f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9","55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52","0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"],"#t":["workout","fitness","powr","31days","crossfit","wod","gym","strength","cardio","training","exercise"]}
(NOBRIDGE) LOG [SocialFeedService] Subscribing to following feed with filter: {"#t": ["workout", "fitness", "powr", "31days", "crossfit", "wod", "gym", "strength", "cardio", "training", "exercise"], "authors": ["3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506", "0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04", "f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", "fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52", "0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"], "kinds": [1301, 33401, 33402, 1, 30023], "limit": 30, "since": 1742699834}
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) LOG Processing event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event ebc91780f5ec85424c5e6d177615da8c3a21738b92a44fc5fca9851cee6c08f0 to feed as social
(NOBRIDGE) LOG Processing event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70, kind 33401 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70 to feed as exercise
(NOBRIDGE) LOG Processing event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b to feed as social
(NOBRIDGE) LOG Processing event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7, kind 1 from 55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21
(NOBRIDGE) LOG Adding event 13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7 to feed as social
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) LOG [SocialFeedService] Received EOSE for following feed
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) LOG === RELAY CONNECTION STATUS ===
(NOBRIDGE) LOG Connected to 8 relays:
(NOBRIDGE) LOG - wss://powr.duckdns.org/: 5
(NOBRIDGE) LOG - wss://relay.damus.io/: 5
(NOBRIDGE) LOG - wss://relay.nostr.band/: 5
(NOBRIDGE) LOG - wss://purplepag.es/: 5
(NOBRIDGE) LOG - wss://nos.lol/: 5
(NOBRIDGE) LOG - wss://relay.snort.social/: 5
(NOBRIDGE) LOG - wss://nostr.wine/: 5
(NOBRIDGE) LOG - wss://offchain.pub/: 5
(NOBRIDGE) LOG ===============================
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR [SocialFeedCache] Error flushing write buffer: [Error: Call to function 'NativeDatabase.execAsync' has been rejected.
→ Caused by: Access to closed resource]
(NOBRIDGE) ERROR Transaction Error: [Error: Call to function 'N