We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of a few days ago, the response status says 429 - Too Many Requests, but the body indicates the actual issue is internal:
429 - Too Many Requests
{"code":8, "message":"grpc: received message larger than max (10510814 vs. 10485760)", "details":[]}
Full curl output:
$ curl -v -H "Authorization: ABC...123" https://api.7cav.us/api/v1/roster/ROSTER_TYPE_PAST_MEMBERS * Host api.7cav.us:443 was resolved. * IPv6: (none) * IPv4: 15.235.87.231 * Trying 15.235.87.231:443... * ALPN: curl offers h2,http/1.1 * TLSv1.3 (OUT), TLS handshake, Client hello (1): * CAfile: /etc/ssl/certs/ca-certificates.crt * CApath: none * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey * ALPN: server accepted h2 * Server certificate: * subject: CN=api.7cav.us * start date: Nov 23 17:36:22 2024 GMT * expire date: Feb 21 17:36:21 2025 GMT * subjectAltName: host "api.7cav.us" matched cert's "api.7cav.us" * issuer: C=US; O=Let's Encrypt; CN=E5 * SSL certificate verify ok. * Certificate level 0: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using ecdsa-with-SHA384 * Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption * Connected to api.7cav.us (15.235.87.231) port 443 * using HTTP/2 * [HTTP/2] [1] OPENED stream for https://api.7cav.us/api/v1/roster/ROSTER_TYPE_PAST_MEMBERS * [HTTP/2] [1] [:method: GET] * [HTTP/2] [1] [:scheme: https] * [HTTP/2] [1] [:authority: api.7cav.us] * [HTTP/2] [1] [:path: /api/v1/roster/ROSTER_TYPE_PAST_MEMBERS] * [HTTP/2] [1] [user-agent: curl/8.10.1] * [HTTP/2] [1] [accept: */*] * [HTTP/2] [1] [authorization: ABC...123] > GET /api/v1/roster/ROSTER_TYPE_PAST_MEMBERS HTTP/2 > Host: api.7cav.us > User-Agent: curl/8.10.1 > Accept: */* > Authorization: ABC...123 > * Request completely sent off * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): < HTTP/2 429 < server: openresty < date: Mon, 02 Dec 2024 21:26:39 GMT < content-type: application/json < content-length: 100 < grpc-metadata-content-type: application/grpc < * Connection #0 to host api.7cav.us left intact {"code":8, "message":"grpc: received message larger than max (10510814 vs. 10485760)", "details":[]}
The text was updated successfully, but these errors were encountered:
[FIX] Increased gateway MaxCallRecvMsgSize to 20mb (fixes 7Cav#9)
bb9d91f
No branches or pull requests
As of a few days ago, the response status says
429 - Too Many Requests
, but the body indicates the actual issue is internal:Full curl output:
The text was updated successfully, but these errors were encountered: