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

Possible change in Discord's data package #149

Closed
Lulalaby opened this issue Feb 9, 2025 · 3 comments
Closed

Possible change in Discord's data package #149

Lulalaby opened this issue Feb 9, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Lulalaby
Copy link
Collaborator

Lulalaby commented Feb 9, 2025

Discords allows us now to request data packages per section or something similar.

Image

I assume that the package format changed due to this. Due to my account's data size it'll take a while till my package will be finished.

This probably breaks newer packages atm.

@Lulalaby
Copy link
Collaborator Author

Lulalaby commented Feb 9, 2025

Packages created till autumn seem to work, at least it renders.

Image

What I can see already:

  • twemoji.maxcdn.com links don't work anymore, domain not found
  • Profile pictures can't be loaded when they're not the current one atm. A resource is blocked by OpaqueResponseBlocking, please check browser console for details.

Will list further problems when the new package arrives

@TabulateJarl8
Copy link

TabulateJarl8 commented Feb 9, 2025

If it helps at all, I'm getting

SyntaxError: invalid BigInt syntax
    NextJS 61

Which is coming from the calculate function. If I log whatever it's trying to convert to a BigInt, I get this:

 [ "HYPESQUAD_ONLINE_HOUSE_2", "MFA_SMS", "PREMIUM_PROMO_DISMISSED", "USED_DESKTOP_CLIENT", "USED_WEB_CLIENT", "USED_MOBILE_CLIENT", "HAS_SESSION_STARTED" ]

This occurs after [DEBUG] [1:50:26 pm] Calculating your badges so it seems that userInformationData.flags has been changed from some ID number to this array

This is with an export from two days ago

@Lulalaby
Copy link
Collaborator Author

Lulalaby commented Feb 9, 2025

Uh that actually makes sense. We'll keep an eye out

@peterhanania peterhanania self-assigned this Feb 9, 2025
@peterhanania peterhanania added the bug Something isn't working label Feb 9, 2025
peterhanania added a commit that referenced this issue Feb 9, 2025
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

3 participants