While trying to upload a couple images off of Twitter, I came across an error message about a timeout, and a lot of junk about tags I didn't understand. Just plain trying upload again, seeing if it were a fluke wound up having a different error message: "connection closed by remote host," seemingly rejecting the same upload link. Trying to upload a different image off Twitter gave me the same timeout message and would give me a connection closed by remote host again if I tried that image upload more than once.
Specifically, the first error message read:
error: ActiveRecord::StatementInvalid - PG::QueryCanceled: ERROR: canceling statement due to statement timeout : INSERT INTO "posts" ("created_at", "file_ext", "file_size", "image_height", "image_width", "is_pending", "md5", "rating", "source", "tag_count", "tag_count_artist", "tag_count_character", "tag_count_copyright", "tag_count_general", "tag_string", "updated_at", "uploader_id", "uploader_ip_addr") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18) RETURNING "id"
Any idea what this is, or how to fix it?