Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.575323 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] CACHE Doorkeeper::AccessToken Load (0.0ms) SELECT "oauth_access_tokens".* FROM "oauth_access_tokens" WHERE "oauth_access_tokens"."token" = $1 LIMIT $2 [["token", "[FILTERED]"], ["LIMIT", 1]]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.575605 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] User Load (0.1ms) SELECT "users"."id", "users"."email", "users"."created_at", "users"."updated_at", "users"."encrypted_password", "users"."reset_password_token", "users"."reset_password_sent_at", "users"."sign_in_count", "users"."current_sign_in_at", "users"."last_sign_in_at", "users"."confirmation_token", "users"."confirmed_at", "users"."confirmation_sent_at", "users"."unconfirmed_email", "users"."locale", "users"."encrypted_otp_secret", "users"."encrypted_otp_secret_iv", "users"."encrypted_otp_secret_salt", "users"."consumed_timestep", "users"."otp_required_for_login", "users"."last_emailed_at", "users"."otp_backup_codes", "users"."account_id", "users"."disabled", "users"."invite_id", "users"."chosen_languages", "users"."created_by_application_id", "users"."approved", "users"."sign_in_token", "users"."sign_in_token_sent_at", "users"."webauthn_id", "users"."sign_up_ip", "users"."role_id", "users"."settings", "users"."time_zone", "users"."otp_secret" FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.576206 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] SessionActivation Load (0.1ms) SELECT "session_activations".* FROM "session_activations" WHERE "session_activations"."session_id" = $1 LIMIT $2 [["session_id", "b871543d0b1448cd7ad7cf3617b41abd"], ["LIMIT", 1]]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.576871 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] Account Load (0.2ms) SELECT "accounts"."id", "accounts"."username", "accounts"."domain", "accounts"."private_key", "accounts"."public_key", "accounts"."created_at", "accounts"."updated_at", "accounts"."note", "accounts"."display_name", "accounts"."uri", "accounts"."url", "accounts"."avatar_file_name", "accounts"."avatar_content_type", "accounts"."avatar_file_size", "accounts"."avatar_updated_at", "accounts"."header_file_name", "accounts"."header_content_type", "accounts"."header_file_size", "accounts"."header_updated_at", "accounts"."avatar_remote_url", "accounts"."locked", "accounts"."header_remote_url", "accounts"."last_webfingered_at", "accounts"."inbox_url", "accounts"."outbox_url", "accounts"."shared_inbox_url", "accounts"."followers_url", "accounts"."protocol", "accounts"."memorial", "accounts"."moved_to_account_id", "accounts"."featured_collection_url", "accounts"."fields", "accounts"."actor_type", "accounts"."discoverable", "accounts"."also_known_as", "accounts"."silenced_at", "accounts"."suspended_at", "accounts"."hide_collections", "accounts"."avatar_storage_schema_version", "accounts"."header_storage_schema_version", "accounts"."devices_url", "accounts"."sensitized_at", "accounts"."suspension_origin", "accounts"."trendable", "accounts"."reviewed_at", "accounts"."requested_review_at", "accounts"."indexable" FROM "accounts" WHERE "accounts"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.580078 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] Doorkeeper::Application Load (0.2ms) SELECT "oauth_applications".* FROM "oauth_applications" WHERE "oauth_applications"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.582045 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] TRANSACTION (0.1ms) BEGIN
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.582341 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] Conversation Create (0.4ms) INSERT INTO "conversations" ("uri", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["uri", nil], ["created_at", "2024-06-25 18:01:08.581744"], ["updated_at", "2024-06-25 18:01:08.581744"]]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.583201 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] Status Create (0.5ms) INSERT INTO "statuses" ("uri", "text", "created_at", "updated_at", "in_reply_to_id", "reblog_of_id", "url", "sensitive", "visibility", "spoiler_text", "reply", "language", "conversation_id", "local", "account_id", "application_id", "in_reply_to_account_id", "poll_id", "deleted_at", "edited_at", "trendable", "ordered_media_attachment_ids", "local_only", "content_type") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24) RETURNING "id" [["uri", nil], ["text", "Well..."], ["created_at", "2024-06-25 18:01:08.582415"], ["updated_at", "2024-06-25 18:01:08.582415"], ["in_reply_to_id", nil], ["reblog_of_id", nil], ["url", nil], ["sensitive", false], ["visibility", 0], ["spoiler_text", ""], ["reply", false], ["language", "de"], ["conversation_id", 2367255], ["local", true], ["account_id", 1], ["application_id", 1], ["in_reply_to_account_id", nil], ["poll_id", nil], ["deleted_at", nil], ["edited_at", nil], ["trendable", nil], ["ordered_media_attachment_ids", "{}"], ["local_only", false], ["content_type", "text/plain"]]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:08.585502 #4116641] DEBUG -- : [03ded982-feb9-42c2-92f5-f57237725101] TRANSACTION (1.9ms) COMMIT
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: I, [2024-06-25T20:01:08.586395 #4116641] INFO -- : [03ded982-feb9-42c2-92f5-f57237725101] method=POST path=/api/v1/statuses format=html controller=Api::V1::StatusesController action=create status=500 allocations=5235 duration=11.15 view=0.00 db=3.40
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: E, [2024-06-25T20:01:08.586874 #4116641] ERROR -- : [03ded982-feb9-42c2-92f5-f57237725101]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] ArgumentError (No unique index found for account_id):
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101]
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/models/concerns/account/counters.rb:54:in `updated_account_stat'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/models/concerns/account/counters.rb:38:in `update_count!'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/models/concerns/account/counters.rb:24:in `increment_count!'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/models/status.rb:513:in `increment_counter_caches'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/services/post_status_service.rb:98:in `process_status!'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/services/post_status_service.rb:49:in `call'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/controllers/api/v1/statuses_controller.rb:64:in `create'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/controllers/concerns/api/rate_limit_headers.rb:9:in `block in override_rate_limit_headers'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] app/controllers/concerns/localized.rb:11:in `set_locale'
- Jun 25 20:01:08 krinetzki.de bundle[4116641]: [03ded982-feb9-42c2-92f5-f57237725101] lib/mastodon/rack_middleware.rb:9:in `call'
- Jun 25 20:01:14 krinetzki.de bundle[4116641]: D, [2024-06-25T20:01:14.174768 #4116641] DEBUG -- : [6f4998cd-eb3a-4b56-91e2-493f79ff3949] Cache read: myifn_cache:7.1:blocked_ips ({:expires_in=>10 minutes, :namespace=>"myifn_cache:7.1", :compress=>true, :compress_threshold=>1024})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement