Skip to content
New issue

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

Blueprints are not all retrieved #1341

Closed
4 of 6 tasks
Rakdos8 opened this issue Dec 13, 2022 · 1 comment
Closed
4 of 6 tasks

Blueprints are not all retrieved #1341

Rakdos8 opened this issue Dec 13, 2022 · 1 comment
Labels
bug duplicate Issue is similar to an already existing one. esi-corporations esi-industry

Comments

@Rakdos8
Copy link

Rakdos8 commented Dec 13, 2022

Bug

When I call the /corporations/{corporation_id}/blueprints/ route it doesn't provide every blueprint that I own.
In fact, it provides 25 pages of 1000 elements but still, a large amount blueprint is missing. It looks like that there is a hard limit on pagination might be related to an ingame issue EBR-237289.

Request

GET /latest/corporations/{corporation_id}/blueprints/?datasource=tranquility is the route where I have issue on.
The character route might issue the same limit, didn't test it though

Response

Status Code

200

Headers

Include relevant headers received. Timestamps and request ID is nice, you may not have all these values, fill out what you received (don't worry about headers not listed here, unless pertinent to your issue). E.g.:

access-control-allow-credentials: true 
 access-control-allow-headers: Content-Type,Authorization,If-None-Match,X-User-Agent 
 access-control-allow-methods: GET,HEAD,OPTIONS 
 access-control-allow-origin: * 
 access-control-expose-headers: Content-Type,Warning,ETag,X-Pages,X-ESI-Error-Limit-Remain,X-ESI-Error-Limit-Reset 
 access-control-max-age: 600 
 allow: GET,HEAD,OPTIONS 
 cache-control: private 
 content-encoding: gzip 
 content-type: application/json; charset=UTF-8 
 date: Tue, 13 Dec 2022 22:05:50 GMT 
 expires: Tue, 13 Dec 2022 22:10:21 GMT 
 last-modified: Tue, 13 Dec 2022 21:10:21 GMT 
 strict-transport-security: max-age=31536000 
 vary: Accept-Encoding 
 x-esi-error-limit-remain: 100 
 x-esi-error-limit-reset: 10 
 x-esi-request-id: 5491c617-2252-4689-9802-c7e54e2a58c9 
 x-pages: 25 

Body

I have 25 pages of 1000 elements in here without some of my blueprint. TypeIDs are 57523, 991, 36972 to list a few. At least 100 BPOs are missing.

Expected

I'm expecting to receive a 200 response code but with every pages

Checklist

Check all boxes that apply to this issue:

  • Bug description is provided
  • Request path is provided
  • Response status code is provided
  • Response headers are provided
  • Response body is provided
  • Expected response is provided
@Blacksmoke16
Copy link
Member

Duplicate of #1083

@Blacksmoke16 Blacksmoke16 marked this as a duplicate of #1083 Dec 13, 2022
@Blacksmoke16 Blacksmoke16 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2022
@Blacksmoke16 Blacksmoke16 added duplicate Issue is similar to an already existing one. esi-corporations esi-industry bug labels Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug duplicate Issue is similar to an already existing one. esi-corporations esi-industry
Projects
None yet
Development

No branches or pull requests

2 participants