Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Awbugl committed May 5, 2023
1 parent 5101981 commit 83057a7
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83057a7

Please sign in to comment.