# AI translations errors

**URL:** https://meta.discourse.org/t/ai-translations-errors/402477
**Category:** Bug
**Tags:** ai
**Created:** [May 8, 2026, 1:01pm UTC](https://meta.discourse.org/t/ai-translations-errors/402477 "2026-05-08T13:01:09Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![RBoy](https://avatars.discourse-cdn.com/v4/letter/r/2bfe46/32.png) [@RBoy](https://meta.discourse.org/u/RBoy)
#### Post date: [May 8, 2026, 1:17pm UTC](https://meta.discourse.org/t/ai-translations-errors/402477/3 "2026-05-08T13:17:21Z")

</div>

When I look at the audit logs using this query

```plaintext
SELECT 
  feature_name,
  created_at,
  post_id,
  response_tokens
FROM 
  ai_api_audit_logs
WHERE 
  post_id IS NOT NULL
  AND created_at > :start_date
  AND (response_tokens IS NULL OR response_tokens != 1)
ORDER BY 
  created_at DESC

```

There’s nothing in the results for that post around the date/time stamp shown in the logs.  
Something else I should be looking at?

---

_[View the full topic](https://meta.discourse.org/t/ai-translations-errors/402477)._
