From 17c44d437f09d5fb4acb0a0eb804a50124ba4596 Mon Sep 17 00:00:00 2001 From: Ocarinaoftime <89474990+Ocarinaoftime@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:43:41 -0400 Subject: [PATCH] Update bot.py Add NHTTP error codes --- bot.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 663c6a8..3f909b7 100644 --- a/bot.py +++ b/bot.py @@ -37,11 +37,13 @@ error_codes = """ 204042: User is not registered with the server 204961: SSL cipher error when trying to communicate with SOAP servers 204050: You do not own a title; ticket not found -204036: Problem importing Title metadata +204036: Problem importing title metadata 204035: Problem importing ticket 204037: Problem importing title content 204034: Invalid SOAP response 204400-204899: HTTP Status Code (from HTTP 100 to HTTP 599) +204900-204959: NHTTP Error range +204960-204979: EC SSL Error range 20955X: 2-7 Timeout occurred between client and server 204704: Equivalent to a HTTP 404 error 2056XX: ECS Error @@ -420,4 +422,4 @@ try: except Exception as e: print("i cant let you do that dave...") create_database() -bot.run(token) \ No newline at end of file +bot.run(token)