/game does not properly recognize if IsThereAnyDeal is down #170

Closed
opened 2025-12-08 17:22:38 -05:00 by sirdog3355 · 2 comments
sirdog3355 commented 2025-12-08 17:22:38 -05:00 (Migrated from github.com)

When IsThereAnyDeal returns status code 403 /game does not properly report what that is and instead simply reports a result cannot be found.

Desired functionality is that if such a status code is reported it uses the not_status_200_embed embed instead of the no_results_embed embed.

Image
When IsThereAnyDeal returns status code 403 `/game` does not properly report what that is and instead simply reports a result cannot be found. Desired functionality is that if such a status code is reported it uses the `not_status_200_embed` embed instead of the `no_results_embed` embed. <img width="1160" height="68" alt="Image" src="https://github.com/user-attachments/assets/131e5c68-2b77-4167-a627-4f38a33a8d11" />
sirdog3355 commented 2025-12-14 22:50:02 -05:00 (Migrated from github.com)

Per #180 the docs need to:

  • Reflect the removal of check_connection() from both ITAD classes
  • Reflect the addition of the 2 new exception classes APIConnectionError and APIContentNotFoundError
Per #180 the docs need to: - Reflect the removal of `check_connection()` from both ITAD classes - Reflect the addition of the 2 new exception classes `APIConnectionError` and `APIContentNotFoundError`
sirdog3355 commented 2025-12-14 22:57:45 -05:00 (Migrated from github.com)

Documentation updated, simply awaiting a push to production. Closing as completed.

Documentation updated, simply awaiting a push to production. Closing as completed.
Sign in to join this conversation.
No description provided.