Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - Transaction not found #96

Open
ffxsam opened this issue Jun 15, 2021 · 0 comments
Open

Error - Transaction not found #96

ffxsam opened this issue Jun 15, 2021 · 0 comments

Comments

@ffxsam
Copy link
Collaborator

ffxsam commented Jun 15, 2021

This is more of an open question for anyone browsing through the issues:

Has anyone ever gotten this error?

Transaction AUVtEbv4kJqX55ZqZnh3keyazlAoT31Or4etT6xwIDzUW9rXPitoPRnz2nXYtLXBrvrR/O11yevkSDOYZpx1v8ezMAzq/SwaJVL6rF93qZFHpGBYTLlPMZpvDcYZRqDfR5nDB38ZHQLKnvz/76tsJcxEaDnprz9jNbo1gNpmtGCzQDJfqKTNehx6hun57KCuFkqHjxO8pTrd is not found

It's a one-off error; that is, the code hasn't changed, literally only one user ever has gotten this error.

    await dataApi
      .transaction()
      .query(mediaInsertQuery)
      .query(tracksInsertQuery)
      .commit();

The queries are 100% valid, and if I grab those exact queries from Sentry and run the transaction manually in Postgres, it runs fine.

I'm guessing this might be a hiccup on Amazon's end, not necessarily an issue with the Data API Client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant