From 83057a7f67e8cf58072082a49082e063a0eb4415 Mon Sep 17 00:00:00 2001 From: Awbugl Date: Fri, 5 May 2023 23:22:22 +0800 Subject: [PATCH] Update README.md --- README.md | 74 +++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 9498867..ef9b246 100644 --- a/README.md +++ b/README.md @@ -44,43 +44,43 @@ A slow Arcaea API for my own use. ### Error status -| status | description | -|:-------|:-----------------------------------------------------------------| -| -1 | invalid username or usercode | -| -2 | invalid usercode | -| -3 | user not found | -| -4 | too many users | -| -5 | invalid songname or songid | -| -6 | invalid songid | -| -7 | song not recorded | -| -8 | too many records (*) | -| -9 | invalid difficulty | -| -10 | invalid recent/overflow number | -| -11 | allocate an arc account failed | -| -12 | clear friend failed | -| -13 | add friend failed | -| -14 | this song has no this level | -| -15 | not played yet | -| -16 | user got shadowbanned | -| -17 | querying bests failed | -| -18 | update service unavailable | -| -19 | invalid partner | -| -20 | file unavailable | -| -21 | invalid range | -| -22 | range of rating end smaller than its start | -| -23 | potential is below the threshold of querying bests (10.0) | -| -24 | need to update arcaea, please contact maintainer | -| -25 | invalid version | -| -26 | daily query quota exceeded | -| -27 | illegal hash, please contact maintainer | -| -28 | image server error | -| -29 | invalid session info | -| -30 | session expired | -| -31 | session querying, queried charts: ${queriedCharts} (*) | -| -32 | session waiting for account, account count: ${accountCount} (*) | -| -33 | too many bests requests. cached session generated (*) | -| -34 | invalid account | -| -233 | internal error occurred | +| status | description | +|:-------|:-----------------------------------------------------------------------| +| -1 | invalid username or usercode | +| -2 | invalid usercode | +| -3 | user not found | +| -4 | too many users | +| -5 | invalid songname or songid | +| -6 | invalid songid | +| -7 | song not recorded | +| -8 | too many records (*) | +| -9 | invalid difficulty | +| -10 | invalid recent/overflow number | +| -11 | allocate an arc account failed | +| -12 | clear friend failed | +| -13 | add friend failed | +| -14 | this song has no this level | +| -15 | not played yet | +| -16 | user got shadowbanned | +| -17 | querying bests failed | +| -18 | update service unavailable | +| -19 | invalid partner | +| -20 | file unavailable | +| -21 | invalid range | +| -22 | range of rating end smaller than its start | +| -23 | potential is below the threshold of querying bests (10.0) | +| -24 | need to update arcaea, please contact maintainer | +| -25 | invalid version | +| -26 | daily query quota exceeded | +| -27 | illegal hash, please contact maintainer | +| -28 | image server error | +| -29 | invalid session info | +| -30 | session expired | +| -31 | session querying, queried charts: ${queriedCharts} (*) | +| -32 | session waiting for account, account count: ${accountCount} (*) | +| -33 | duplicate bests requests within 12 hours. cached session generated (*) | +| -34 | invalid account | +| -233 | internal error occurred | > (*) means return additional data