{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreibd5kanrqihnumyuelby6ghwgmq4anbjpqqh4apw75kqdz4zfdzfy",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mnk6s67dtm72"
  },
  "path": "/t/api-usage-limit-while-send-3-messages-error-and-warning-and-some-chat/1382761#post_1",
  "publishedAt": "2026-06-05T12:53:39.000Z",
  "site": "https://community.openai.com",
  "textContent": "I decided to fix a couple of warnings and errors in the Linux kernel for my phone.\nHere’s what I sent:\n`net/bluetooth/amp.c:153:9: error: fields must have a constant size: ‘variable length array in structure’ extension will never be supported`\n`153 | char ctx[crypto_shash_descsize(tfm)];`\n`| ^`\n`net/bluetooth/amp.c:152:22: warning: field ‘shash’ with variable-sized type ‘struct shash_desc’ not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end]`\n`152 | struct shash_desc shash;`\n`| ^`\nI specified that I’m using the C23 standard and the Clang compiler,\nand in the end, I fixed just 1 warning—it didn’t even reach an error; I hit a limit. My question is: what the hell is going on here?",
  "title": "API usage limit while send 3 messages error and warning and some chat"
}