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

[BUG]API returning empty or no data for existing user accounts #7

Open
q23407u892f opened this issue Jan 1, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@q23407u892f
Copy link

q23407u892f commented Jan 1, 2024

Describe the bug
When hitting the endpoint for user, it returns no data for known user accounts frequently

Just now tried it on someone I randomly saw in the PU and its saying "cannot process request"
image

Other times it returns an empty dict of data: {}

To Reproduce
Code causing the bug:

    response = requests.get("https://api.starcitizen-api.com/%s/v1/live/user/Druitt" % os.getenv("api_key")).json()
    print(response)

Expected behavior
A clear and concise description of what you expected to happen.
You would get lovely, usable data
Stack Trace

Additional context
Add any other context about the problem here.
This happens a lot

@q23407u892f q23407u892f added the bug Something isn't working label Jan 1, 2024
@henry232323
Copy link
Contributor

See #6 for more details on this. We don't know why its happening, but the last data we collected on it says this is fairly limited to certain times of day. If you are looking for alternative sources for certain kinds of information, feel free to say here or in the support Discord and I can suggest alternatives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants