164 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 Android platform detected, using SimpleSplashScreen (NOBRIDGE) LOG Using SimpleSplashScreen (NOBRIDGE) LOG _layout.tsx loaded (NOBRIDGE) LOG Created profile image cache directory: file:///data/user/0/com.powr.app/cache/profile-images/ (NOBRIDGE) LOG SimpleSplashScreen mounted (NOBRIDGE) LOG Starting app initialization in background... (NOBRIDGE) LOG Network connectivity: offline (NOBRIDGE) LOG [NDK] Initializing... (NOBRIDGE) WARN [NDK] Could not initialize SocialFeedCache: [Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
- You might have mismatching versions of React and the renderer (such as React DOM)
- You might be breaking the Rules of Hooks
- You might have more than one copy of React in the same app
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.]
(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 [NDK] Relay connected: wss://powr.duckdns.org/
(NOBRIDGE) LOG [NDK] Relay connected: wss://purplepag.es/
(NOBRIDGE) LOG [NDK] Relay connected: wss://relay.damus.io/
(NOBRIDGE) LOG [NDK] Relay connected: wss://nos.lol/
(NOBRIDGE) LOG [NDK] Relay connected: wss://relay.nostr.band/
(NOBRIDGE) LOG Loaded 3 favorite IDs from database
(NOBRIDGE) LOG Splash image loaded successfully
(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 [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 SimpleSplashScreen unmounting, clearing timer
(NOBRIDGE) LOG SimpleSplashScreen mounted
(NOBRIDGE) LOG [NDK] Relay connected: wss://nostr.wine/
(NOBRIDGE) LOG [NDK] Relay connected: wss://offchain.pub/
(NOBRIDGE) LOG [NDK] Relay connected: wss://relay.snort.social/
(NOBRIDGE) LOG SimpleSplashScreen timer complete, calling onFinish
(NOBRIDGE) LOG Splash video finished playing
(NOBRIDGE) LOG SimpleSplashScreen unmounting, clearing timer
(NOBRIDGE) LOG [DB] Starting database initialization...
(NOBRIDGE) LOG [DB] Opening database...
(NOBRIDGE) LOG [DB] Creating schema...
(NOBRIDGE) LOG [Schema] Initializing database on android
(NOBRIDGE) LOG [Schema] Current version: 5
(NOBRIDGE) LOG [Schema] Current version: 5, Target version: 11
(NOBRIDGE) LOG [Schema] Upgrading from version 5 to 11
(NOBRIDGE) LOG [Schema] Getting list of tables to drop...
(NOBRIDGE) LOG [Schema] Found 12 tables to drop
(NOBRIDGE) LOG [Schema] Dropped table: favorites
(NOBRIDGE) LOG [Schema] Dropped table: exercises
(NOBRIDGE) LOG [Schema] Dropped table: exercise_tags
(NOBRIDGE) LOG [Schema] Dropped table: nostr_events
(NOBRIDGE) LOG [Schema] Dropped table: event_tags
(NOBRIDGE) LOG [Schema] Dropped table: cache_metadata
(NOBRIDGE) LOG [Schema] Dropped table: exercise_media
(NOBRIDGE) LOG [Schema] Dropped table: user_profiles
(NOBRIDGE) LOG [Schema] Dropped table: user_relays
(NOBRIDGE) LOG [Schema] Dropped table: publication_queue
(NOBRIDGE) LOG [Schema] Dropped table: app_status
(NOBRIDGE) LOG [Schema] Dropped table: ndk_cache
(NOBRIDGE) LOG [Schema] Creating all database tables...
(NOBRIDGE) LOG [Schema] Creating exercises table...
(NOBRIDGE) LOG [Schema] Creating exercise_tags table...
(NOBRIDGE) LOG [Schema] Creating nostr_events table...
(NOBRIDGE) LOG [Schema] Creating event_tags table...
(NOBRIDGE) LOG [Schema] Creating templates table...
(NOBRIDGE) LOG [Schema] Creating template_exercises table...
(NOBRIDGE) LOG [Schema] Creating powr_packs table...
(NOBRIDGE) LOG [Schema] Creating powr_pack_items table...
(NOBRIDGE) LOG [Schema] Creating favorites table...
(NOBRIDGE) LOG [Schema] All tables created successfully
(NOBRIDGE) LOG [Schema] Running migration from version 5 to 8
(NOBRIDGE) LOG [Schema] Running migration v8 - Template management
(NOBRIDGE) LOG [Schema] Migration v8 completed successfully
(NOBRIDGE) LOG [Schema] Running migration from version 5 to 9
(NOBRIDGE) LOG [Schema] Running migration v9 - Enhanced Nostr metadata
(NOBRIDGE) LOG [Schema] Adding nostr_metadata column to exercises table
(NOBRIDGE) LOG [Schema] Adding nostr_metadata column to templates table
(NOBRIDGE) LOG [Schema] Adding nostr_reference column to template_exercises table
(NOBRIDGE) LOG [Schema] Migration v9 completed successfully
(NOBRIDGE) LOG [Schema] Running migration from version 5 to 10
(NOBRIDGE) LOG [Schema] Running migration v10 - Adding Favorites table
(NOBRIDGE) LOG [Schema] Migration v10 completed successfully
(NOBRIDGE) LOG [Schema] Running migration from version 5 to 11
(NOBRIDGE) LOG [Schema] Running migration v11 - Adding Nostr fields to workouts
(NOBRIDGE) LOG [Migration] Adding Nostr fields to workouts table
(NOBRIDGE) LOG [Migration] Workouts table does not exist, skipping migration
(NOBRIDGE) LOG [Migration] Creating nostr_workouts table
(NOBRIDGE) LOG [Migration] Successfully created nostr_workouts table
(NOBRIDGE) LOG [Schema] Migration v11 completed successfully
(NOBRIDGE) LOG [Schema] Updating schema version to 11
(NOBRIDGE) LOG [Schema] Schema version updated successfully
(NOBRIDGE) LOG [Schema] Database successfully upgraded to version 11
(NOBRIDGE) LOG [Schema] Checking for missing critical tables...
(NOBRIDGE) LOG [Schema] Creating missing workouts 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:///data/user/0/com.powr.app/files/SQLite/powr.db (NOBRIDGE) LOG File Info: {"exists": true, "isDirectory": false, "modificationTime": 1742784420.404, "size": 180224, "uri": "file:///data/user/0/com.powr.app/files/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"] (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 Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Loading workouts for date: 2025-03-23 (NOBRIDGE) LOG Calling getWorkoutsByDate... (NOBRIDGE) LOG Found 0 workout dates for 2025-3: [] (NOBRIDGE) LOG getWorkoutsByDate returned 0 workouts (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Loading workouts for date: 2025-03-23 (NOBRIDGE) LOG Calling getWorkoutsByDate... (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Found 25 workout dates for 2025-3: ["2025-03-06", "2025-03-06", "2025-03-06", "2025-03-10", "2025-03-12", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-08", "2025-03-08", "2025-03-08", "2025-03-09", "2025-03-09", "2025-03-12", "2025-03-15", "2025-03-17", "2025-03-17", "2025-03-17", "2025-03-20", "2025-03-22", "2025-03-23", "2025-03-23"] (NOBRIDGE) LOG getWorkoutsByDate returned 0 workouts (NOBRIDGE) LOG No workouts found with getWorkoutsByDate, trying manual filtering (NOBRIDGE) LOG Found 2 workouts by manual filtering (NOBRIDGE) LOG WorkoutCard for 6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8l4pk (NOBRIDGE) LOG WorkoutCard for 8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92 has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8l428 (NOBRIDGE) LOG WorkoutCard for 79456c533e87eb8118efb812164936ed23cf8c2dd89124723cda064d6abb287c has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8kuqs (NOBRIDGE) LOG WorkoutCard for ac1eea11dd4b5824cfc344be1d190344695117629e6cf2cc68229c9777792839 has 1 exercises (NOBRIDGE) LOG First exercise: Exercise m8i4x1 (NOBRIDGE) LOG WorkoutCard for 378fd9c3164174f8475c400079849bc946cf9c7b6750189c91ba2f149ed0a94d has 1 exercises (NOBRIDGE) LOG First exercise: Exercise m8dyca (NOBRIDGE) LOG WorkoutCard for 68debb0dcab2e4331b3937f9365d4b3c5462104dc6308a58e4c1310f62879e14 has 1 exercises (NOBRIDGE) LOG First exercise: Exercise m8dy6q (NOBRIDGE) LOG WorkoutCard for 20ecb12c04b98caa59283cac4292f20a9e1fca575b89a52ae3e95c9786bda8b3 has 2 exercises (NOBRIDGE) LOG First exercise: Exercise m8dy57 (NOBRIDGE) LOG WorkoutCard for 6c2eeb3d3e23f31bbf9136c87fd2373eb3acb117ea0e1575dec86f14c640fb08 has 8 exercises (NOBRIDGE) LOG First exercise: Exercise m8aykh (NOBRIDGE) LOG WorkoutCard for acfedc348480bb1c8e157503a4d17e9f8f2f9536e6b45f57af064026680bf775 has 2 exercises (NOBRIDGE) LOG First exercise: Exercise m86326 (NOBRIDGE) LOG WorkoutCard for df58de83df99ce0436edb573f9da5ade2cd29ffd371ccb1ac64036402f069b78 has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8627p (NOBRIDGE) LOG WorkoutCard for 7689e8552707e30c58e6d9ea20cda61afad4b6a64826e31655d59e6519af6007 has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m834g3 (NOBRIDGE) LOG WorkoutCard for 2bd1becb30e7b691d0d5e889e2bb084e88ffe624c4e16727cb4b20cde66a560c has 6 exercises (NOBRIDGE) LOG First exercise: Exercise m81x8j (NOBRIDGE) LOG WorkoutCard for e247260fc69f96ea7476a624feffff8ca4ee110a3ca2f2cf370cde979c52b1ec has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m818pw (NOBRIDGE) LOG WorkoutCard for 55a1521ade545d79eb6ed801ee9de621a70207781dd1a8b0c2ca5173710a5e3f has 5 exercises (NOBRIDGE) LOG First exercise: Exercise m80nhd (NOBRIDGE) LOG WorkoutCard for 5709a0925a38b32f69f54e9cd875b1df8d841b219e423157018ace04b157d174 has 5 exercises (NOBRIDGE) LOG First exercise: Exercise m80nhd (NOBRIDGE) LOG WorkoutCard for 00b1fd40e3852e0ff109a63b1c2b7be335915641f510ec6a644ff8ddc3fa80a5 has 6 exercises (NOBRIDGE) LOG First exercise: Exercise m80n0y (NOBRIDGE) LOG WorkoutCard for c1403b3d4aed6c78015d899422a29d8cf3d2c7b60bc97b4e6930317b7e1d9735 has 2 exercises (NOBRIDGE) LOG First exercise: Exercise m7zpja (NOBRIDGE) LOG WorkoutCard for bbc54cbbd47e87845cbae9387c8cd51c1b7a0d78cd7a332e5bb141da1362622a has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m7zn9k (NOBRIDGE) LOG WorkoutCard for 9bdbdb5472e0cd0d998cb8b4de60192eac1f670fee5ea90012a2af1a872a3f05 has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m7z253 (NOBRIDGE) LOG WorkoutCard for 975ddcea8d85f3f5a913f938e2c539bbe7d48bd4821a7ff86b2e0884303bcdd3 has 0 exercises (NOBRIDGE) LOG WorkoutCard for a3f29b38176410513510d944dfb29f4ab044bcd9436305d5122092b5cef02f20 has 0 exercises (NOBRIDGE) LOG WorkoutCard for 01b8a06e311cad468ab983d9bb18228559c41a401089fcfdd9557b2823e192e2 has 0 exercises (NOBRIDGE) LOG WorkoutCard for 1d6ae30717cbeaa2dd6230f7b556c1b6d9626596e83a4daff131c2dc91cc40ec has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m7y9wr (NOBRIDGE) LOG WorkoutCard for 17507948826a0a3e5431cffd6bd15ef3fd70c068e6740503dcde6929320f4e4e has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m7y8pc (NOBRIDGE) LOG WorkoutCard for 0379b6cde48fe862888c2fbdca7384ace982eb8b4d19018a2edf87c5a5d97f57 has 1 exercises (NOBRIDGE) LOG First exercise: Unknown Exercise (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Loading workouts for date: 2025-03-23 (NOBRIDGE) LOG Calling getWorkoutsByDate... (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Loading workouts for date: 2025-03-23 (NOBRIDGE) LOG Calling getWorkoutsByDate... (NOBRIDGE) LOG Found 25 workout dates for 2025-3: ["2025-03-23", "2025-03-23", "2025-03-22", "2025-03-20", "2025-03-17", "2025-03-17", "2025-03-17", "2025-03-15", "2025-03-12", "2025-03-12", "2025-03-10", "2025-03-09", "2025-03-09", "2025-03-08", "2025-03-08", "2025-03-08", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-06", "2025-03-06", "2025-03-06"] (NOBRIDGE) LOG getWorkoutsByDate returned 0 workouts (NOBRIDGE) LOG No workouts found with getWorkoutsByDate, trying manual filtering (NOBRIDGE) LOG Found 2 workouts by manual filtering (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG WorkoutCard for 6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8l4pk (NOBRIDGE) LOG WorkoutCard for 8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92 has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8l428 (NOBRIDGE) LOG Found 25 workout dates for 2025-3: ["2025-03-23", "2025-03-23", "2025-03-22", "2025-03-20", "2025-03-17", "2025-03-17", "2025-03-17", "2025-03-15", "2025-03-12", "2025-03-12", "2025-03-10", "2025-03-09", "2025-03-09", "2025-03-08", "2025-03-08", "2025-03-08", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-07", "2025-03-06", "2025-03-06", "2025-03-06"] (NOBRIDGE) LOG getWorkoutsByDate returned 0 workouts (NOBRIDGE) LOG No workouts found with getWorkoutsByDate, trying manual filtering (NOBRIDGE) LOG Found 2 workouts by manual filtering (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-01 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-02 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-03 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-04 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-05 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-06 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-07 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-08 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-09 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-10 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-11 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-12 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-13 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-14 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-15 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-16 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-17 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-18 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-19 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-20 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-21 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-22 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-23 has workouts: true (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-24 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-25 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-26 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-27 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-28 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-29 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-30 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG Checking if 2025-03-31 has workouts: false (NOBRIDGE) LOG WorkoutCard for 6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8l4pk (NOBRIDGE) LOG WorkoutCard for 8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92 has 3 exercises (NOBRIDGE) LOG First exercise: Exercise m8l428 (NOBRIDGE) LOG NDK status: initialized (NOBRIDGE) LOG [useSocialFeed] Loading powr feed with authors: ["0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"] (NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T02:47:15.000Z, until=now (NOBRIDGE) LOG [SocialFeedService] Subscribing to powr feed with filter: {"authors": ["0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"], "kinds": [1301, 33401, 33402, 1, 30023], "limit": 30, "since": 1742698035} (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-23T02:47:15.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-23T02:47:15.000Z, until=now (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": 1742698035} (NOBRIDGE) LOG [SocialFeedService] Received EOSE for powr feed (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from powr feed (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 Found 5 contacts via followSet() (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 dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c, kind 1 from 14147765a18028fdb386db2891e747c11b2a32761e12a0e6e43d5f8451ee74bc (NOBRIDGE) LOG Adding event dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c 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 5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58, kind 1 from dc506d8cdee104146e000dce67d03a15dc8e5e9e7a3df166cf8566a7a6fe419a (NOBRIDGE) LOG Adding event 5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58 to feed as social (NOBRIDGE) LOG Processing event e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c, kind 1 from c465a1051794a507a55adebc0f044dc6e79d9b67a5e05aed4bf684afe088f976 (NOBRIDGE) LOG Adding event e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c 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 cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91, kind 1 from 81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd (NOBRIDGE) LOG Adding event cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91 to feed as social (NOBRIDGE) LOG Processing event 3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5, kind 1 from 43d7f07d10b9e662745e10b2fc201a74dc178a308c31409350d06b04477816e1 (NOBRIDGE) LOG Adding event 3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5 to feed as social (NOBRIDGE) LOG [useSocialFeed] Subscription on cooldown, skipping (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 89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be, kind 1 from 8b3db033768dc87dd8ee48a1361ae6d203e946d7f0651472519bc4df1c90e0ea (NOBRIDGE) LOG Adding event 89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be to feed as social (NOBRIDGE) LOG [SocialFeedService] Received EOSE for global feed (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from powr feed (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from global feed (NOBRIDGE) LOG [FollowingScreen] Contact list has 6 contacts (NOBRIDGE) LOG [FollowingScreen] First few contacts: 3129509e23d3a6125e1451a5912dbe01099e151726c4766b44e1ecb8c846f506, 0c776e95521742beaf102523a8505c483e8c014ee0d3bd6457bb249034e5ff04, f8e6c64342f1e052480630e27e1016dce35fc3a614e60434fef4aa2503328ca9 (NOBRIDGE) LOG [useSocialFeed] Subscription on cooldown, skipping (NOBRIDGE) LOG [useSocialFeed] Subscription on cooldown, skipping (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 nostr_events (id, pubkey, kind, created_at, content, sig, raw_event, received_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", 33401, 1742703805, "Test 2", "c6b4d00ac69033023d00f5f5677efd612dc5d1020a1dba0c60580d05a1698ae09452ab3f829a5cd53be1eaa1d26a95cf85bd988d6311aa26fcb3e45c916d97df", "{"id":"8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70","pubkey":"55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","kind":33401,"created_at":1742703805,"content":"Test 2","sig":"c6b4d00ac69033023d00f5f5677efd612dc5d1020a1dba0c60580d05a1698ae09452ab3f829a5cd53be1eaa1d26a95cf85bd988d6311aa26fcb3e45c916d97df","tags":"d","exercise-1742703804"],["title","Test 2"],["type","strength"],["category","Legs"],["format","weight","reps"],["format_units","kg","count"],["equipment","barbell"],["t","test"],["t","powr"}", 1742784437450] (NOBRIDGE) LOG [useSocialFeed] Subscription on cooldown, skipping (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from powr feed (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70"] (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 [useSocialFeed] Cleaning up existing subscription for powr feed (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from powr feed (NOBRIDGE) LOG [useSocialFeed] Loading powr feed with authors: ["0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"] (NOBRIDGE) LOG [useSocialFeed] Time range: since=2025-03-23T02:47:17.000Z, until=now (NOBRIDGE) LOG [SocialFeedService] Subscribing to powr feed with filter: {"authors": ["0bdd91e8a30d87d041eafd1871f17d426fa415c69a9a822eccad49017bac59e7"], "kinds": [1301, 33401, 33402, 1, 30023], "limit": 30, "since": 1742698037} (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "d", "exercise-1742703804", 0] (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from powr feed (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) ERROR BUG: No filters to merge! Map {} (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "title", "Test 2", 1] (NOBRIDGE) LOG [useSocialFeed] Subscription on cooldown, skipping (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "type", "strength", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "category", "Legs", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "format", "weight", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "format_units", "kg", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "equipment", "barbell", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "t", "test", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8b79bfa985e3b5e9dfbbddca3b8f5c96b16f52e514929f0d7631c6b952e37f70", "t", "powr", 8] (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, 1742784437450] (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: ["f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", 1, 1742703620, "testing", "02b024f192514cd74c5e42b8dfe9b723e3ae15f36c7082437b9a1b0d578f10bd18a91ceeea92594419a3e16848b4c5d75ea0eeb7dece9e471a972ae593fd85ae", "{"id":"f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b","pubkey":"55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","kind":1,"created_at":1742703620,"content":"testing","sig":"02b024f192514cd74c5e42b8dfe9b723e3ae15f36c7082437b9a1b0d578f10bd18a91ceeea92594419a3e16848b4c5d75ea0eeb7dece9e471a972ae593fd85ae","tags":"q","6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b"],["k","1301"],["t","fitness"],["t","workout"}", 1742784437451] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b", "q", "6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b", "k", "1301", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b", "t", "fitness", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f81a46ef595edccd44ca60e8cc823fa48c81d9ec6c0f7ae0d9b0a8a21d7e258b", "t", "workout", 3] (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, 1742784437451] (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: ["13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", 1, 1742702574, "Just completed a workout with 3 exercises and 6 sets! 💪 Hit some new PRs today! 🏆", "d43ab53927be793a2d5c22a145677e145d68e7863a29ba351a8bba64cfcea7269b5bcbcb77caa21f4f54a4ce1077abcb28d44f6574e9789f67f86188b3ca4b0a", "{"id":"13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7","pubkey":"55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","kind":1,"created_at":1742702574,"content":"Just completed a workout with 3 exercises and 6 sets! 💪 Hit some new PRs today! 🏆","sig":"d43ab53927be793a2d5c22a145677e145d68e7863a29ba351a8bba64cfcea7269b5bcbcb77caa21f4f54a4ce1077abcb28d44f6574e9789f67f86188b3ca4b0a","tags":"q","8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92"],["k","1301"],["t","fitness"],["t","workout"}", 1742784437452] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7", "q", "8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7", "k", "1301", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7", "t", "fitness", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["13e2c5f6840e48dcacbd0329fd60a220215b1778e80482f684ffd36c2e19b2d7", "t", "workout", 3] (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, 1742784437452] (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: ["b7160aec02946e0a29b588b85d99c19740c07b166ca40deedf8f8a2dbefc4eab", "7ed7d5c3abf06fa1c00f71f879856769f46ac92354c129b3ed5562506927e200", 1, 1742782158, "#31days 20/31
Kempo training, forms", "151a042764fe38803d9060369395b82f1f63e6d88440e051f4d2d53380badd55086627a33d880bad51619d306fb2513ac0e87690aa3c8ea872977be0a063a62b", "{"id":"b7160aec02946e0a29b588b85d99c19740c07b166ca40deedf8f8a2dbefc4eab","pubkey":"7ed7d5c3abf06fa1c00f71f879856769f46ac92354c129b3ed5562506927e200","kind":1,"created_at":1742782158,"content":"#31days 20/31\n\nKempo training, forms","sig":"151a042764fe38803d9060369395b82f1f63e6d88440e051f4d2d53380badd55086627a33d880bad51619d306fb2513ac0e87690aa3c8ea872977be0a063a62b","tags":"t","31days"}", 1742784437452] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["b7160aec02946e0a29b588b85d99c19740c07b166ca40deedf8f8a2dbefc4eab"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["b7160aec02946e0a29b588b85d99c19740c07b166ca40deedf8f8a2dbefc4eab", "t", "31days", 0] (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, 1742784437452] (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: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "5d4e1d2a6731875e9decb868e2240aa4b75a6d67199ed1387a6ff08aba272967", 1, 1742780020, "#asknostr
I managed to tear my MCL and shred my meniscus this weekend. I see ortho tomorrow. Any recs to promote healing?
#healing #health #fitness #keto #carnivore #realfood #nostr #healthstr #grownostr", "6184a9db80ba5e04d0a6db40f94ea98b522292029b7f95a9b9d3a5bc2947deff4944a25aa6f89aab8cbfc5b25f2453e3363e9c969101d41cf239fcbdae12c611", "{"id":"d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd","pubkey":"5d4e1d2a6731875e9decb868e2240aa4b75a6d67199ed1387a6ff08aba272967","kind":1,"created_at":1742780020,"content":"#asknostr\n\nI managed to tear my MCL and shred my meniscus this weekend. I see ortho tomorrow. Any recs to promote healing?\n\n#healing #health #fitness #keto #carnivore #realfood #nostr #healthstr #grownostr","sig":"6184a9db80ba5e04d0a6db40f94ea98b522292029b7f95a9b9d3a5bc2947deff4944a25aa6f89aab8cbfc5b25f2453e3363e9c969101d41cf239fcbdae12c611","tags":"t","asknostr"],["t","healing"],["t","health"],["t","fitness"],["t","keto"],["t","carnivore"],["t","realfood"],["t","nostr"],["t","healthstr"],["t","grownostr"}", 1742784437452] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "asknostr", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "healing", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "health", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "fitness", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "keto", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "carnivore", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "realfood", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "nostr", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "healthstr", 8] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d0070111bd6dba4091634b04da8fe4288d9c603a7db78bd2e87dcebccd1dc4dd", "t", "grownostr", 9] (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, 1742784437452] (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: ["d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085", "f4d89779148ccd245c8d50914a284fd62d97cb0fb68b797a70f24a172b522db9", 1, 1742775869, "Day 23/31 Non stop activity today. #31days
- loaded and unloaded two pickup truckloads of logs to fill the bottom of the garden beds
- moved pavers and pebbles to put under the edges to minimize ground contact
- two hours of soccer with the kids
- replanted some clover on our soccer pitch to cover the spits we're destroying
- and finished by staining the cedar with a food safe oil
https://i.nostr.build/WiP3rks3pFAim15V.jpg", "64deedbe6b1ae40d60f1421d36feb04bdde62ebd8f095c7c098243007174651c31abfdb37065e35878ebc43bc572445f0cde6dff45efff00261f78c3603283d2", "{"id":"d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085","pubkey":"f4d89779148ccd245c8d50914a284fd62d97cb0fb68b797a70f24a172b522db9","kind":1,"created_at":1742775869,"content":"Day 23/31 Non stop activity today. #31days\n\n- loaded and unloaded two pickup truckloads of logs to fill the bottom of the garden beds\n- moved pavers and pebbles to put under the edges to minimize ground contact\n- two hours of soccer with the kids\n- replanted some clover on our soccer pitch to cover the spits we're destroying\n- and finished by staining the cedar with a food safe oil\n\nhttps://i.nostr.build/WiP3rks3pFAim15V.jpg","sig":"64deedbe6b1ae40d60f1421d36feb04bdde62ebd8f095c7c098243007174651c31abfdb37065e35878ebc43bc572445f0cde6dff45efff00261f78c3603283d2","tags":[["t","31days"],["r","https://i.nostr.build/WiP3rks3pFAim15V.jpg"],["imeta","url https://i.nostr.build/WiP3rks3pFAim15V.jpg","x f106333ee2dd48ab0d16099523d6ea7a20bc032af2f7db4c67f02e62e9a8aba5","size 21071","m image/jpeg","dim 1008x562","blurhash i23lHrxuH@yBXNMeRRXRQQ.x[.RnSMfpFR%Q:xut%MrcbspGMfeqpGM{Q:%MyCVur_XhM{VatR?]xbeVtjNYMes;pGM{","ox f106333ee2dd48ab0d16099523d6ea7a20bc032af2f7db4c67f02e62e9a8aba5","alt "]]}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085", "t", "31days", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085", "r", "https://i.nostr.build/WiP3rks3pFAim15V.jpg", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["d9c6fd417778927925137394601a5c1f10ad24dd1190c73b714da82dbb21f085", "imeta", "url https://i.nostr.build/WiP3rks3pFAim15V.jpg", 2] (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, 1742784437515] (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: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "14147765a18028fdb386db2891e747c11b2a32761e12a0e6e43d5f8451ee74bc", 1, 1742749229, "Korea Cactus Glucosamine Cream – For muscle and joint pain – 150 ml
Cooling massage cream-gel with glucosamine for muscle and joint pain. It is effective for muscle pain after workouts. Formula has anti-inflammatory and analgesic effect on injuries, sprains, spine osteochondrosis, rheumatism and improves metabolic processes in tissues.
https://sixmd.com/all-products/cosmetics-skincare/korea-cactus-glucosamine-cream-massage-body-150ml/
#ointment #doctor #asian #health #us #usa #canada #uk #doctor #healthy #asian #fitness #sport #gym #australia #china #germany #massage #italy #france #singapore #sport #fitness #healthy #singapore #eu #europe #uae #dubai #taiwan #korea #nature #store", "b43a1327bf94b459e784206697d39989f6e6072f580916b1e197535a0d065bd32e0e25cada897b9cb35580d79c9bdbd6e907597c6eed1bbf747372c2b107a71b", "{"id":"dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c","pubkey":"14147765a18028fdb386db2891e747c11b2a32761e12a0e6e43d5f8451ee74bc","kind":1,"created_at":1742749229,"content":"Korea Cactus Glucosamine Cream – For muscle and joint pain – 150 ml\n\nCooling massage cream-gel with glucosamine for muscle and joint pain. It is effective for muscle pain after workouts. Formula has anti-inflammatory and analgesic effect on injuries, sprains, spine osteochondrosis, rheumatism and improves metabolic processes in tissues.\n\nhttps://sixmd.com/all-products/cosmetics-skincare/korea-cactus-glucosamine-cream-massage-body-150ml/\n\n#ointment #doctor #asian #health #us #usa #canada #uk #doctor #healthy #asian #fitness #sport #gym #australia #china #germany #massage #italy #france #singapore #sport #fitness #healthy #singapore #eu #europe #uae #dubai #taiwan #korea #nature #store","sig":"b43a1327bf94b459e784206697d39989f6e6072f580916b1e197535a0d065bd32e0e25cada897b9cb35580d79c9bdbd6e907597c6eed1bbf747372c2b107a71b","tags":"t","ointment"],["t","doctor"],["t","asian"],["t","health"],["t","us"],["t","usa"],["t","canada"],["t","uk"],["t","doctor"],["t","healthy"],["t","asian"],["t","fitness"],["t","sport"],["t","gym"],["t","australia"],["t","china"],["t","germany"],["t","massage"],["t","italy"],["t","france"],["t","singapore"],["t","sport"],["t","fitness"],["t","healthy"],["t","singapore"],["t","eu"],["t","europe"],["t","uae"],["t","dubai"],["t","taiwan"],["t","korea"],["t","nature"],["t","store"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "ointment", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "doctor", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "asian", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "health", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "us", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "usa", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "canada", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "uk", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "doctor", 8] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "healthy", 9] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "asian", 10] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "fitness", 11] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "sport", 12] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "gym", 13] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "australia", 14] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "china", 15] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "germany", 16] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "massage", 17] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "italy", 18] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "france", 19] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "singapore", 20] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "sport", 21] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "fitness", 22] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "healthy", 23] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "singapore", 24] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "eu", 25] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "europe", 26] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "uae", 27] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "dubai", 28] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "taiwan", 29] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "korea", 30] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "nature", 31] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["dcb32ea5be84b024edae9d7931a140595f7dc91975b8e01de9d5bcba19ca370c", "t", "store", 32] (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, 1742784437515] (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: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "5069ea44d8977e77c6aea605d0c5386b24504a3abd0fe8a3d1cf5f4cedca40a7", 1, 1742741497, "#Mace #heavyclub #kettlebell #workout #fitness
https://youtube.com/shorts/aO2vzuo-uYc", "5746941afe2b86cb36d241c544e0de4a9fc8359218c3e674f6c29f4a9df1b9de288b43982c11a8fbcb5e9465975715373691c2abab8c993ecd5e4b9b6dec039f", "{"id":"83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4","pubkey":"5069ea44d8977e77c6aea605d0c5386b24504a3abd0fe8a3d1cf5f4cedca40a7","kind":1,"created_at":1742741497,"content":"#Mace #heavyclub #kettlebell #workout #fitness \n\nhttps://youtube.com/shorts/aO2vzuo-uYc","sig":"5746941afe2b86cb36d241c544e0de4a9fc8359218c3e674f6c29f4a9df1b9de288b43982c11a8fbcb5e9465975715373691c2abab8c993ecd5e4b9b6dec039f","tags":"t","mace"],["t","heavyclub"],["t","kettlebell"],["t","workout"],["t","fitness"],["r","https://youtube.com/shorts/aO2vzuo-uYc"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "t", "mace", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "t", "heavyclub", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "t", "kettlebell", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "t", "workout", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "t", "fitness", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["83017c71d9bf6ec2ce89afa99fdc74515e29bc3bdb5e8d41c6ebacd8f1ab96d4", "r", "https://youtube.com/shorts/aO2vzuo-uYc", 5] (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, 1742784437515] (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: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "dc506d8cdee104146e000dce67d03a15dc8e5e9e7a3df166cf8566a7a6fe419a", 1, 1742730917, "good morning nostr, keep stacking friends. here is a little bit from my training session yesterday. last of 3 sets of log strict press 3 reps at 170lbs.
feeling good and my recovery is coming along nicely.
https://video.nostr.build/029c42bbd1c5a950a46240b638d4db2a8e81fa816a496068857301a9939a3de9.mp4
#bitcoin #health #fitness #lovelife #db_saf #dadbodsquad #motivation #oldmanstrength #lovetheprocess #wsg2025 #justgettingstarted #fightaging #lhbk #strongman #strong #defyaging", "34d3780b6e127915e0325506f2acbfbad1ae1482fe89c01b9126373096d05aa2134fd5d24be5cbf4fcc829d4bdd2eedb1ad43f15b04888281e64fe9042c5fc1d", "{"id":"5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58","pubkey":"dc506d8cdee104146e000dce67d03a15dc8e5e9e7a3df166cf8566a7a6fe419a","kind":1,"created_at":1742730917,"content":"good morning nostr, keep stacking friends. here is a little bit from my training session yesterday. last of 3 sets of log strict press 3 reps at 170lbs. \n\nfeeling good and my recovery is coming along nicely. \n\n https://video.nostr.build/029c42bbd1c5a950a46240b638d4db2a8e81fa816a496068857301a9939a3de9.mp4\n\n#bitcoin #health #fitness #lovelife #db_saf #dadbodsquad #motivation #oldmanstrength #lovetheprocess #wsg2025 #justgettingstarted #fightaging #lhbk #strongman #strong #defyaging","sig":"34d3780b6e127915e0325506f2acbfbad1ae1482fe89c01b9126373096d05aa2134fd5d24be5cbf4fcc829d4bdd2eedb1ad43f15b04888281e64fe9042c5fc1d","tags":"t","bitcoin"],["t","health"],["t","fitness"],["t","lovelife"],["t","db_saf"],["t","dadbodsquad"],["t","motivation"],["t","oldmanstrength"],["t","lovetheprocess"],["t","wsg2025"],["t","justgettingstarted"],["t","fightaging"],["t","lhbk"],["t","strongman"],["t","strong"],["t","defyaging"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "bitcoin", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "health", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "fitness", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "lovelife", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "db_saf", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "dadbodsquad", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "motivation", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "oldmanstrength", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "lovetheprocess", 8] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "wsg2025", 9] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "justgettingstarted", 10] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "fightaging", 11] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "lhbk", 12] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "strongman", 13] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "strong", 14] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["5f0cb0437dd317ebd9636a63ed73dcd9884e115bdf697e32288fdc794d886b58", "t", "defyaging", 15] (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, 1742784437515] (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: ["e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c", "c465a1051794a507a55adebc0f044dc6e79d9b67a5e05aed4bf684afe088f976", 1, 1742703529, "Rest day today. #31days", "b810ef15edbb2b9ade9d8fa80ab9cc90fd3da87b2c40fc0980779e01fcf61b5ff6b282b23649a52567a45fc15dbba8adeb90449ae78fa3d61a0c36400485ccec", "{"id":"e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c","pubkey":"c465a1051794a507a55adebc0f044dc6e79d9b67a5e05aed4bf684afe088f976","kind":1,"created_at":1742703529,"content":"Rest day today. #31days","sig":"b810ef15edbb2b9ade9d8fa80ab9cc90fd3da87b2c40fc0980779e01fcf61b5ff6b282b23649a52567a45fc15dbba8adeb90449ae78fa3d61a0c36400485ccec","tags":"t","31days"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["e4fedbaeddc4b88d02298ba28fdc6ca3d2f3f6c41ff4ab48ce4f17e22076b82c", "t", "31days", 0] (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, 1742784437515] (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: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "60e5bccda24b32e79c75edb8e7c66e55202853932849f02e329c985b71ac3fbd", 1, 1742760959, "#Me #trying #to #excel #in #my #career #maintain #a #social #life #drink #enough #water #exercise #text #everyone #back #stay #sane #survive #and #be #happy #meme #memes #nostrmeme #nostrmemes #memestr #nostr
https://m.primal.net/Pqfm.png", "ddbd12ec1ce58cae26dc27e2f455a230efa86fa67ff5d1b881531ca9453056a174568f1286673b0e8d25663441d7391cd19020447d346bc64272f7478cf8a2f8", "{"id":"f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21","pubkey":"60e5bccda24b32e79c75edb8e7c66e55202853932849f02e329c985b71ac3fbd","kind":1,"created_at":1742760959,"content":"#Me #trying #to #excel #in #my #career #maintain #a #social #life #drink #enough #water #exercise #text #everyone #back #stay #sane #survive #and #be #happy #meme #memes #nostrmeme #nostrmemes #memestr #nostr\n\nhttps://m.primal.net/Pqfm.png","sig":"ddbd12ec1ce58cae26dc27e2f455a230efa86fa67ff5d1b881531ca9453056a174568f1286673b0e8d25663441d7391cd19020447d346bc64272f7478cf8a2f8","tags":"t","Me"],["t","trying"],["t","to"],["t","excel"],["t","in"],["t","my"],["t","career"],["t","maintain"],["t","a"],["t","social"],["t","life"],["t","drink"],["t","enough"],["t","water"],["t","exercise"],["t","text"],["t","everyone"],["t","back"],["t","stay"],["t","sane"],["t","survive"],["t","and"],["t","be"],["t","happy"],["t","meme"],["t","memes"],["t","nostrmeme"],["t","nostrmemes"],["t","memestr"],["t","nostr"],["imeta","url https://m.primal.net/Pqfm.png","m image/png","ox 9a392cc63a2f6e88007f11003912b606a2e7063cc08be3b68294e7533fbca928","dim 1080x1080"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "Me", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "trying", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "to", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "excel", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "in", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "my", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "career", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "maintain", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "a", 8] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "social", 9] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "life", 10] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "drink", 11] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "enough", 12] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "water", 13] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "exercise", 14] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "text", 15] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "everyone", 16] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "back", 17] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "stay", 18] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "sane", 19] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "survive", 20] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "and", 21] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "be", 22] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "happy", 23] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "meme", 24] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "memes", 25] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "nostrmeme", 26] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "nostrmemes", 27] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "memestr", 28] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "t", "nostr", 29] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["f9c49ba66580670ffbcb7e5bdd17acd1a0ccfa6dbfda86e0e26f4722c7b46f21", "imeta", "url https://m.primal.net/Pqfm.png", 30] (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, 1742784437515] (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: ["e8fd75341aed6bd47816343b648c4aebdbf5274c9360cc35bef1fd310d39a567", "7a6b8c7de171955c214ded7e35cc782cd6dddfd141abb1929c632f69348e6f49", 1, 1742758559, "Day 23 of #31days
2 mile walk Cut some trees to grow mushrooms on. ", "ddcadd458301fc80e95a127477e17de03be5744e56b053443297b4c4e484616a3e3351a3de2a8448bb0a31fa66a3d5a426387e60b5510a10753d4d5c8d4054f3", "{"id":"e8fd75341aed6bd47816343b648c4aebdbf5274c9360cc35bef1fd310d39a567","pubkey":"7a6b8c7de171955c214ded7e35cc782cd6dddfd141abb1929c632f69348e6f49","kind":1,"created_at":1742758559,"content":"Day 23 of #31days\n\n2 mile walk\nCut some trees to grow mushrooms on. ","sig":"ddcadd458301fc80e95a127477e17de03be5744e56b053443297b4c4e484616a3e3351a3de2a8448bb0a31fa66a3d5a426387e60b5510a10753d4d5c8d4054f3","tags":"t","31days"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["e8fd75341aed6bd47816343b648c4aebdbf5274c9360cc35bef1fd310d39a567"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["e8fd75341aed6bd47816343b648c4aebdbf5274c9360cc35bef1fd310d39a567", "t", "31days", 0] (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, 1742784437515] (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: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "ad8d9660c675d3b3a16fc1484c102782ba8370ae5f94ec5fc2b244a8c8a0a589", 1, 1742750608, "Stronger every day.
Know and understand your limitations, and push them often.
#BlockchainBarbellClub #Fitstr #Weightlifting #CrossFit https://video.nostr.build/0beb8e347eaec9ff3a194ea62862e98070711c9bfa8a554758e0486a3bbc4973.mp4", "f0e6d865b6e4017cae37a8bd701c27c74d6c332da4f3d601185b6022b0a89cd73f2a1f1a32a357855f2233aeddaca3045b2de75c78b3874ae5af608489731596", "{"id":"fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698","pubkey":"ad8d9660c675d3b3a16fc1484c102782ba8370ae5f94ec5fc2b244a8c8a0a589","kind":1,"created_at":1742750608,"content":"Stronger every day. \n\nKnow and understand your limitations, and push them often. \n\n#BlockchainBarbellClub #Fitstr #Weightlifting #CrossFit\nhttps://video.nostr.build/0beb8e347eaec9ff3a194ea62862e98070711c9bfa8a554758e0486a3bbc4973.mp4","sig":"f0e6d865b6e4017cae37a8bd701c27c74d6c332da4f3d601185b6022b0a89cd73f2a1f1a32a357855f2233aeddaca3045b2de75c78b3874ae5af608489731596","tags":ogaejrIUWC%gWARiofWBWCIUaxxtoMRjWVt7ofIVj[xuWCWBaeWCofj?kCxvjYWBayWBj]","ox c65147996c25721d367d7915c635c74addf00e7d43437d7f3e550792251a0522","alt Deadlift 440lbs x3"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "BlockchainBarbellClub", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "blockchainbarbellclub", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "Fitstr", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "fitstr", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "Weightlifting", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "weightlifting", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "CrossFit", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "t", "crossfit", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "r", "https://video.nostr.build/0beb8e347eaec9ff3a194ea62862e98070711c9bfa8a554758e0486a3bbc4973.mp4", 8] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["fc9330f5f1f9a3762fb499f2cbc6e6a00e88421e139e02e5111bd793cf206698", "imeta", "url https://video.nostr.build/0beb8e347eaec9ff3a194ea62862e98070711c9bfa8a554758e0486a3bbc4973.mp4", 9] (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, 1742784437515] (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: ["cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd", 1, 1742745450, "#gym
nostr:nevent1qqspvca0u05yd8axjnr33qc5tx9q7n3cwch6rzzx3ecqmfvujjzsmaqpz4mhxue69uhkummnw3ezummcw3ezuer9wchsygyplfdhpfe6dywxu7yz85p4llzy766stehsxcmhtx7ndeay29fel5psgqqqqqqsgj0vj7", "9d6924e4e822e14493778ed0b597e21ee0a10973c9846ab6ef99826f4a5dd6629970589b9f3921ef98545f2c1330a8cbe64a8244458b42df7dcf0a1bdbcd8def", "{"id":"cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91","pubkey":"81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd","kind":1,"created_at":1742745450,"content":"#gym\n\nnostr:nevent1qqspvca0u05yd8axjnr33qc5tx9q7n3cwch6rzzx3ecqmfvujjzsmaqpz4mhxue69uhkummnw3ezummcw3ezuer9wchsygyplfdhpfe6dywxu7yz85p4llzy766stehsxcmhtx7ndeay29fel5psgqqqqqqsgj0vj7","sig":"9d6924e4e822e14493778ed0b597e21ee0a10973c9846ab6ef99826f4a5dd6629970589b9f3921ef98545f2c1330a8cbe64a8244458b42df7dcf0a1bdbcd8def","tags":"e","1663afe3e8469fa694c7188314598a0f4e38762fa188468e700da59c94850df4","","mention"],["p","81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd","","mention"],["q","1663afe3e8469fa694c7188314598a0f4e38762fa188468e700da59c94850df4"],["t","gym"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "e", "1663afe3e8469fa694c7188314598a0f4e38762fa188468e700da59c94850df4", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "p", "81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "q", "1663afe3e8469fa694c7188314598a0f4e38762fa188468e700da59c94850df4", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "t", "gym", 3] (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, 1742784437515] (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: ["3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5", "43d7f07d10b9e662745e10b2fc201a74dc178a308c31409350d06b04477816e1", 1, 1742746988, "Long way to go. #fitness #running https://image.nostr.build/23127a5a228297c389cedde52706bf539eb2c85dc3c84cd6b353d1eb124294fb.jpg", "a775acbfbbb5b0ffc237d9fdbd6257ed6db9051545fe80633da6c39000a258b42957f6381b53772b394e6e6d96e4a4b9a5063c55331ff5d9dafa0f9f720909e7", "{"id":"3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5","pubkey":"43d7f07d10b9e662745e10b2fc201a74dc178a308c31409350d06b04477816e1","kind":1,"created_at":1742746988,"content":"Long way to go. #fitness #running https://image.nostr.build/23127a5a228297c389cedde52706bf539eb2c85dc3c84cd6b353d1eb124294fb.jpg","sig":"a775acbfbbb5b0ffc237d9fdbd6257ed6db9051545fe80633da6c39000a258b42957f6381b53772b394e6e6d96e4a4b9a5063c55331ff5d9dafa0f9f720909e7","tags":"t","fitness"],["t","running"],["r","https://image.nostr.build/23127a5a228297c389cedde52706bf539eb2c85dc3c84cd6b353d1eb124294fb.jpg"],["imeta","url https://image.nostr.build/23127a5a228297c389cedde52706bf539eb2c85dc3c84cd6b353d1eb124294fb.jpg","m image/jpeg","alt Verifiable file url","x 063c3deeba20a3b4842ce201f6f95b38a0e230bb47b37f24cb40f5b399dc83ae","size 50278","dim 943x943","blurhash U46kI?$,9XNGTBxa?cNF_Lxaa#In%MxukBRj","ox 23127a5a228297c389cedde52706bf539eb2c85dc3c84cd6b353d1eb124294fb"}", 1742784437515] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5", "t", "fitness", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5", "t", "running", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5", "r", "https://image.nostr.build/23127a5a228297c389cedde52706bf539eb2c85dc3c84cd6b353d1eb124294fb.jpg", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["3a315ede408afdd5f939d22637327794ebea524bee5ef54a9c5596896d7f15e5", "imeta", "url https://image.nostr.build/23127a5a228297c389cedde52706bf539eb2c85dc3c84cd6b353d1eb124294fb.jpg", 3] (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, 1742784437515] (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: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "70632e1941795474cb154415afb79c09b58189afd2243bf81153d59710eb6092", 1, 1742739424, "The truth about cholesterol: 12 things you need to know – from eggs to weight to statins https://www.theguardian.com/lifeandstyle/2025/mar/23/truth-cholesterol-12-things-you-need-to-know-eggs-weight-statins #Health&wellbeing #Dietsanddieting #Lifeandstyle #Heartdisease #Heartattack #Nutrition #Fitness #Health", "47e8e3baab1e776e2e9cfdb8d2b56d912b4279ec5559f15d953ca8b9b96e7e76cf76ae442391bfa68928196953d9f81eea6457b1ab5f0305be65bba6e76835d4", "{"id":"34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53","pubkey":"70632e1941795474cb154415afb79c09b58189afd2243bf81153d59710eb6092","kind":1,"created_at":1742739424,"content":"The truth about cholesterol: 12 things you need to know – from eggs to weight to statins https://www.theguardian.com/lifeandstyle/2025/mar/23/truth-cholesterol-12-things-you-need-to-know-eggs-weight-statins #Health&wellbeing #Dietsanddieting #Lifeandstyle #Heartdisease #Heartattack #Nutrition #Fitness #Health","sig":"47e8e3baab1e776e2e9cfdb8d2b56d912b4279ec5559f15d953ca8b9b96e7e76cf76ae442391bfa68928196953d9f81eea6457b1ab5f0305be65bba6e76835d4","tags":"t","health"],["t","dietsanddieting"],["t","lifeandstyle"],["t","heartdisease"],["t","heartattack"],["t","nutrition"],["t","fitness"],["proxy","https://halo.nu/users/theguardian_us_lifestyle/statuses/114212170892740688","activitypub"}", 1742784437522] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "t", "health", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "t", "dietsanddieting", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "t", "lifeandstyle", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "t", "heartdisease", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "t", "heartattack", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "t", "nutrition", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "t", "fitness", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["34f930b30255c6f8f2fba2b253bc0aa0122459fd070357feb2c8ebee9a2f4d53", "proxy", "https://halo.nu/users/theguardian_us_lifestyle/statuses/114212170892740688", 7] (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, 1742784437522] (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: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "b32d6b081c2422f57cbea1c1177159a93ffaa1913f540ae91e5fe3785b198cb2", 1, 1742731342, "Allenamento top con loro di sottofondo. Già elettrizzato per il #rockimpark2025 🤩
#TheProdigy - Live Rock Am Ring 2009 - Take me to the Hospital https://www.youtube.com/watch?v=2brMLRc-qrA
#nowlistening #gym #palestra", "6b7a5fa0e8303d680103aa982d6b52e546f65d13a48a7a85263e61fca1884a58626c74e3d2a2070c40a6141e1171c954d8587b55161e058f9eaf1f82dd8cc4a8", "{"id":"593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475","pubkey":"b32d6b081c2422f57cbea1c1177159a93ffaa1913f540ae91e5fe3785b198cb2","kind":1,"created_at":1742731342,"content":"Allenamento top con loro di sottofondo. Già elettrizzato per il #rockimpark2025 🤩\n \n#TheProdigy - Live Rock Am Ring 2009 - Take me to the Hospital \nhttps://www.youtube.com/watch?v=2brMLRc-qrA\n\n#nowlistening #gym #palestra","sig":"6b7a5fa0e8303d680103aa982d6b52e546f65d13a48a7a85263e61fca1884a58626c74e3d2a2070c40a6141e1171c954d8587b55161e058f9eaf1f82dd8cc4a8","tags":"t","rockimpark2025"],["t","theprodigy"],["t","nowlistening"],["t","gym"],["t","palestra"],["proxy","https://livellosegreto.it/users/alorenzi/statuses/114211641242555713","activitypub"}", 1742784437522] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "t", "rockimpark2025", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "t", "theprodigy", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "t", "nowlistening", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "t", "gym", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "t", "palestra", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["593bcd14e75770d20737948279e2ccc413d3acdfd6cbf56a71418ebf80b74475", "proxy", "https://livellosegreto.it/users/alorenzi/statuses/114211641242555713", 5] (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, 1742784437522] (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: ["89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be", "8b3db033768dc87dd8ee48a1361ae6d203e946d7f0651472519bc4df1c90e0ea", 1, 1742722524, "Sunday Nudist (a bit earlier than usual, I know).
Outdoor exercising
https://zjuzdme.org/sunday-nudist-102.html
#naturism #nudism #exercise", "217e11784c83dacf9e9c5d3aca7b8112e93d3b866ce3774f49a36eb6f3dba8bc7f4c8abf5163bb800468d5a7730c6abd87b5beea7ea800f8c1507bf145f55ab1", "{"id":"89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be","pubkey":"8b3db033768dc87dd8ee48a1361ae6d203e946d7f0651472519bc4df1c90e0ea","kind":1,"created_at":1742722524,"content":"Sunday Nudist (a bit earlier than usual, I know).\n\nOutdoor exercising\n\nhttps://zjuzdme.org/sunday-nudist-102.html\n\n#naturism #nudism #exercise","sig":"217e11784c83dacf9e9c5d3aca7b8112e93d3b866ce3774f49a36eb6f3dba8bc7f4c8abf5163bb800468d5a7730c6abd87b5beea7ea800f8c1507bf145f55ab1","tags":"t","naturism"],["t","nudism"],["t","exercise"],["proxy","https://writing.exchange/users/paulk/statuses/114211063364516375","activitypub"}", 1742784437522] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be", "t", "naturism", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be", "t", "nudism", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be", "t", "exercise", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["89faf9693b44139af1323c620ea3761bd7729723b5dfde8a0f5c4528506ca3be", "proxy", "https://writing.exchange/users/paulk/statuses/114211063364516375", 3] (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, 1742784437522] (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: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", 1301, 1742703619, "", "a34a028086d2df2daac90d9b53eb452ee785938397143e2d9229389a728469bdd9d55b39de317391ee4035796b1d8e3dbac69c6efc728c2a56a53f30e258b83b", "{"id":"6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b","pubkey":"55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","kind":1301,"created_at":1742703619,"content":"","sig":"a34a028086d2df2daac90d9b53eb452ee785938397143e2d9229389a728469bdd9d55b39de317391ee4035796b1d8e3dbac69c6efc728c2a56a53f30e258b83b","tags":"d","local:m8l4pktv-97r1n75ckvc"],["title","Simple Strength Workout"],["type","strength"],["start","1742703570"],["end","1742703578"],["completed","true"],["template","33402::local:m8l4p7sp-t3z81ndyajf",""],["exercise","33401:local:m8l4pktv-bbjg6yus28d","","0","8","normal"],["exercise","33401:local:m8l4pktv-iwdfkt232bi","","0","8","normal"],["exercise","33401:local:m8l4pktv-4bod5iu9i58","","0","8","normal"}", 1742784440557] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "d", "local:m8l4pktv-97r1n75ckvc", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "title", "Simple Strength Workout", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "type", "strength", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "start", "1742703570", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "end", "1742703578", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "completed", "true", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "template", "33402::local:m8l4p7sp-t3z81ndyajf", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "exercise", "33401:local:m8l4pktv-bbjg6yus28d", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "exercise", "33401:local:m8l4pktv-iwdfkt232bi", 8] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "exercise", "33401:local:m8l4pktv-4bod5iu9i58", 9] (NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache (event_id, feed_type, created_at, cached_at) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["6be36ad8e40ff2e64008c31c3bc26394118a2b81719548afb8d658a0ab09184b", "referenced", 1742703619, 1742784440557] (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: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21", 1301, 1742702573, "", "59d6977843076925439dbb66881b4019210581af7885bc190fc293751db0aba149a2e2e0ea9ab884b8450c44ebb38946b1665263847f04bc820d5d36928ef518", "{"id":"8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92","pubkey":"55127fc9e1c03c6b459a3bab72fdb99def1644c5f239bdd09f3e5fb401ed9b21","kind":1301,"created_at":1742702573,"content":"","sig":"59d6977843076925439dbb66881b4019210581af7885bc190fc293751db0aba149a2e2e0ea9ab884b8450c44ebb38946b1665263847f04bc820d5d36928ef518","tags":"d","local:m8l428e1-6kybxzrebyo"],["title","Simple Strength Workout"],["type","strength"],["start","1742702481"],["end","1742702500"],["completed","true"],["template","33402::local:m8l41ura-o0fg5ugtqs",""],["exercise","33401:local:m8l428e1-r7vkmeq1hj","","0","8","normal"],["exercise","33401:local:m8l428e1-7t47qg7eokh","","0","8","normal"],["exercise","33401:local:m8l428e1-3yedofspbpy","","0","8","normal"}", 1742784440557] (NOBRIDGE) LOG Running SQL: DELETE FROM event_tags WHERE event_id = ? (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92"] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "d", "local:m8l428e1-6kybxzrebyo", 0] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "title", "Simple Strength Workout", 1] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "type", "strength", 2] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "start", "1742702481", 3] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "end", "1742702500", 4] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "completed", "true", 5] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "template", "33402::local:m8l41ura-o0fg5ugtqs", 6] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "exercise", "33401:local:m8l428e1-r7vkmeq1hj", 7] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "exercise", "33401:local:m8l428e1-7t47qg7eokh", 8] (NOBRIDGE) LOG Running SQL: INSERT INTO event_tags (event_id, name, value, index_num) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "exercise", "33401:local:m8l428e1-3yedofspbpy", 9] (NOBRIDGE) LOG Running SQL: INSERT OR REPLACE INTO feed_cache (event_id, feed_type, created_at, cached_at) VALUES (?, ?, ?, ?) (NOBRIDGE) LOG Parameters: ["8a305a82506185f7bd5e5d33bdc947c91a4d84758820bef7d6b768b74c0fdd92", "referenced", 1742702573, 1742784440557] (NOBRIDGE) LOG Selected social: {"content": {"author": "81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd", "content": "#gym
nostr:nevent1qqspvca0u05yd8axjnr33qc5tx9q7n3cwch6rzzx3ecqmfvujjzsmaqpz4mhxue69uhkummnw3ezummcw3ezuer9wchsygyplfdhpfe6dywxu7yz85p4llzy766stehsxcmhtx7ndeay29fel5psgqqqqqqsgj0vj7", "createdAt": 1742745450000, "id": "cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "quotedContent": undefined, "tags": ["gym"]}, "event": {"_author": undefined, "_symbolKeys": Set {}, "content": "#gym
nostr:nevent1qqspvca0u05yd8axjnr33qc5tx9q7n3cwch6rzzx3ecqmfvujjzsmaqpz4mhxue69uhkummnw3ezummcw3ezuer9wchsygyplfdhpfe6dywxu7yz85p4llzy766stehsxcmhtx7ndeay29fel5psgqqqqqqsgj0vj7", "created_at": 1742745450, "decrypt": [Function bound decrypt], "encode": [Function bound encode], "encrypt": [Function bound encrypt], "events": {}, "fetchReplyEvent": [Function bound fetchReplyEvent], "fetchRootEvent": [Function bound fetchRootEvent], "fetchTaggedEvent": [Function bound fetchTaggedEvent], "getEventHash": [Function bound getEventHash], "id": "cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "isDvm": [Function anonymous], "isEphemeral": [Function bound isEphemeral], "isParamReplaceable": [Function bound isParamReplaceable], "isReplaceable": [Function bound isReplaceable], "kind": 1, "maxListeners": Infinity, "ndk": "[object Object]", "onceEvents": {}, "pubkey": "81fa5b70a73a691c6e78823d035ffc44f6b505e6f03637759bd36e7a451539fd", "publishStatus": "success", "relay": {"_symbolKeys": [Set], "authPolicy": undefined, "close": [Function bound close], "complaining": false, "connectivity": [NDKRelayConnectivity], "debug": [Function debug], "emit": [Function emitHasOnce], "events": [Object], "lowestValidationRatio": 1, "maxListeners": Infinity, "nonValidatedEventCount": 1, "onceEvents": [Object], "publisher": [NDKRelayPublisher], "req": [Function bound req], "scores": [Map], "subs": [NDKRelaySubscriptionManager], "targetValidationRatio": 1, "trusted": false, "url": "wss://nos.lol/", "validatedEventCount": 66, "validationRatioFn": [Function bound ]}, "repost": [Function bound repost], "serialize": [Function bound serialize], "sig": "9d6924e4e822e14493778ed0b597e21ee0a10973c9846ab6ef99826f4a5dd6629970589b9f3921ef98545f2c1330a8cbe64a8244458b42df7dcf0a1bdbcd8def", "signatureVerified": true, "tags": Array], [Array], [Array], [Array, "validate": [Function bound validate], "verifySignature": [Function bound verifySignature]}, "eventId": "cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "id": "cee8815fb1a126f46c714d28768bda4f958455844a80bdf8cecf4be2cc91bf91", "timestamp": 1742745450000, "type": "social"} (NOBRIDGE) ERROR Warning: TypeError: 0, _useFeedHooks.useUserActivityFeed is not a function (it is undefined)
This error is located at: in OverviewScreen (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView (created by MaterialTopTabNavigator) in RCTView (created by View) in View (created by SceneView) in SceneView (created by PagerViewAdapter) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by PagerViewInternal) in RNCViewPager (created by PagerViewInternal) in PagerViewInternal in Unknown (created by Animated(Anonymous)) in Animated(Anonymous) (created by PagerViewAdapter) in PagerViewAdapter (created by TabView) in RCTView (created by View) in View (created by TabView) in TabView (created by MaterialTopTabView) in MaterialTopTabView (created by MaterialTopTabNavigator) in PreventRemoveProvider (created by NavigationContent) in NavigationContent in Unknown (created by MaterialTopTabNavigator) in MaterialTopTabNavigator (created by ProfileTabLayout) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by TabScreen) in TabScreen (created by ProfileTabLayout) in ProfileTabLayout in Unknown (created by Route(profile)) in Suspense (created by Route(profile)) in Route (created by Route(profile)) in Route(profile) (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView (created by BottomTabNavigator) in RCTView (created by View) in View (created by Screen) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by Animated(View)) in Animated(View) (created by Background) in Background (created by Screen) in Screen (created by BottomTabView) in RNSScreen (created by Animated(Anonymous)) in Animated(Anonymous) in Suspender (created by Freeze) in Suspense (created by Freeze) in Freeze (created by DelayedFreeze) in DelayedFreeze in InnerScreen (created by Screen) in Screen (created by MaybeScreen) in MaybeScreen (created by BottomTabView) in RNSScreenContainer (created by ScreenContainer) in ScreenContainer (created by MaybeScreenContainer) in MaybeScreenContainer (created by BottomTabView) in RCTView (created by View) in View (created by SafeAreaProviderCompat) in SafeAreaProviderCompat (created by BottomTabView) in BottomTabView (created by BottomTabNavigator) in PreventRemoveProvider (created by NavigationContent) in NavigationContent in Unknown (created by BottomTabNavigator) in BottomTabNavigator in Unknown (created by TabLayout) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by TabLayout) in TabLayout in Unknown (created by Route((tabs))) in Suspense (created by Route((tabs))) in Route (created by Route((tabs))) in Route((tabs)) (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView (created by NativeStackNavigator) in RNSScreenContentWrapper (created by ScreenContentWrapper) in ScreenContentWrapper (created by DebugContainer) in DebugContainer in RNSScreen (created by Animated(Anonymous)) in Animated(Anonymous) in Suspender (created by Freeze) in Suspense (created by Freeze) in Freeze (created by DelayedFreeze) in DelayedFreeze in InnerScreen (created by Screen) in Screen in ScreenStackItem (created by SceneView) in SceneView (created by NativeStackView) in RNSScreenStack (created by ScreenStack) in Unknown (created by ScreenStack) in ScreenStack (created by NativeStackView) in RCTView (created by View) in View (created by SafeAreaProviderCompat) in SafeAreaProviderCompat (created by NativeStackView) in NativeStackView (created by NativeStackNavigator) in PreventRemoveProvider (created by NavigationContent) in NavigationContent in Unknown (created by NativeStackNavigator) in NativeStackNavigator in Unknown (created by RootLayout) in SettingsDrawerProvider (created by RootLayout) in ThemeProvider (created by RootLayout) in DelayedInitializer (created by DatabaseProvider) in SQLiteProviderNonSuspense (created by SQLiteProvider) in SQLiteProvider (created by DatabaseProvider) in DatabaseProvider (created by RootLayout) in RNGestureHandlerRootView (created by GestureHandlerRootView) in GestureHandlerRootView (created by RootLayout) in ErrorBoundary (created by RootLayout) in RootLayout in Unknown (created by Route()) in Suspense (created by Route()) in Route (created by Route()) in Route() (created by ContextNavigator) in SafeAreaEnv (created by SafeAreaProviderShim) in RNCSafeAreaProvider (created by SafeAreaProvider) in SafeAreaProvider (created by SafeAreaProviderShim) in SafeAreaProviderShim (created by wrapper) in wrapper (created by ContextNavigator) in ThemeProvider in EnsureSingleNavigator in BaseNavigationContainer in NavigationContainerInner (created by ContextNavigator) in ContextNavigator (created by ExpoRoot) in ExpoRoot (created by App) in App (created by withDevTools(App)) in withDevTools(App) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by AppContainer) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by AppContainer) in AppContainer in main(RootComponent) (NOBRIDGE) ERROR ErrorBoundary caught an error: [TypeError: 0, _useFeedHooks.useUserActivityFeed is not a function (it is undefined)] [Component Stack] (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from powr feed (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from global feed (NOBRIDGE) ERROR Warning: TypeError: 0, _useFeedHooks.useUserActivityFeed is not a function (it is undefined)
This error is located at: in OverviewScreen (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView (created by MaterialTopTabNavigator) in RCTView (created by View) in View (created by SceneView) in SceneView (created by PagerViewAdapter) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by PagerViewInternal) in LEGACY_RNCViewPager (created by PagerViewInternal) in PagerViewInternal in Unknown (created by Animated(Anonymous)) in Animated(Anonymous) (created by PagerViewAdapter) in PagerViewAdapter (created by TabView) in RCTView (created by View) in View (created by TabView) in TabView (created by MaterialTopTabView) in MaterialTopTabView (created by MaterialTopTabNavigator) in PreventRemoveProvider (created by NavigationContent) in NavigationContent in Unknown (created by MaterialTopTabNavigator) in MaterialTopTabNavigator (created by ProfileTabLayout) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by TabScreen) in TabScreen (created by ProfileTabLayout) in ProfileTabLayout in Unknown (created by Route(profile)) in Suspense (created by Route(profile)) in Route (created by Route(profile)) in Route(profile) (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView (created by BottomTabNavigator) in RCTView (created by View) in View (created by Screen) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by Animated(View)) in Animated(View) (created by Background) in Background (created by Screen) in Screen (created by BottomTabView) in RNSScreen (created by Animated(Anonymous)) in Animated(Anonymous) in Suspender (created by Freeze) in Suspense (created by Freeze) in Freeze (created by DelayedFreeze) in DelayedFreeze in InnerScreen (created by Screen) in Screen (created by MaybeScreen) in MaybeScreen (created by BottomTabView) in RNSScreenNavigationContainer (created by ScreenContainer) in ScreenContainer (created by MaybeScreenContainer) in MaybeScreenContainer (created by BottomTabView) in RCTView (created by View) in View (created by SafeAreaProviderCompat) in SafeAreaProviderCompat (created by BottomTabView) in BottomTabView (created by BottomTabNavigator) in PreventRemoveProvider (created by NavigationContent) in NavigationContent in Unknown (created by BottomTabNavigator) in BottomTabNavigator in Unknown (created by TabLayout) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by TabLayout) in TabLayout in Unknown (created by Route((tabs))) in Suspense (created by Route((tabs))) in Route (created by Route((tabs))) in Route((tabs)) (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView (created by NativeStackNavigator) in RNSScreenContentWrapper (created by ScreenContentWrapper) in ScreenContentWrapper (created by DebugContainer) in DebugContainer in RNSScreen (created by Animated(Anonymous)) in Animated(Anonymous) in Suspender (created by Freeze) in Suspense (created by Freeze) in Freeze (created by DelayedFreeze) in DelayedFreeze in InnerScreen (created by Screen) in Screen in ScreenStackItem (created by SceneView) in SceneView (created by NativeStackView) in RNSScreenStack (created by ScreenStack) in Unknown (created by ScreenStack) in ScreenStack (created by NativeStackView) in RCTView (created by View) in View (created by SafeAreaProviderCompat) in SafeAreaProviderCompat (created by NativeStackView) in NativeStackView (created by NativeStackNavigator) in PreventRemoveProvider (created by NavigationContent) in NavigationContent in Unknown (created by NativeStackNavigator) in NativeStackNavigator in Unknown (created by RootLayout) in SettingsDrawerProvider (created by RootLayout) in ThemeProvider (created by RootLayout) in DelayedInitializer (created by DatabaseProvider) in SQLiteProviderNonSuspense (created by SQLiteProvider) in SQLiteProvider (created by DatabaseProvider) in DatabaseProvider (created by RootLayout) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by GestureHandlerRootView) in GestureHandlerRootView (created by RootLayout) in ErrorBoundary (created by RootLayout) in RootLayout in Unknown (created by Route()) in Suspense (created by Route()) in Route (created by Route()) in Route() (created by ContextNavigator) in SafeAreaEnv (created by SafeAreaProviderShim) in RNCSafeAreaProvider (created by SafeAreaProvider) in SafeAreaProvider (created by SafeAreaProviderShim) in SafeAreaProviderShim (created by wrapper) in wrapper (created by ContextNavigator) in ThemeProvider in EnsureSingleNavigator in BaseNavigationContainer in NavigationContainerInner (created by ContextNavigator) in ContextNavigator (created by ExpoRoot) in ExpoRoot (created by App) in App (created by withDevTools(App)) in withDevTools(App) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by AppContainer) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by AppContainer) in AppContainer in main(RootComponent) (NOBRIDGE) ERROR ErrorBoundary caught an error: [TypeError: 0, _useFeedHooks.useUserActivityFeed is not a function (it is undefined)] [Component Stack] (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from powr feed (NOBRIDGE) LOG [SocialFeedService] Unsubscribing from global feed