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

MangaDex issue Source Settings stuck at Loading broken access token #62

Open
khg8m3r opened this issue Nov 30, 2024 · 5 comments
Open

Comments

@khg8m3r
Copy link

khg8m3r commented Nov 30, 2024

Loading a new device with official v8.9-rc28 and beta v8.0-rc3 build and installing this repo, then adding MangaDex leads to a string of pop up errors:
[ERROR] [] [DUISection:reloadRows():140] JSError ReferenceError [PaperbackError(300)] JSError ReferenceError: Can’t find variable: Buffer -@
[ERROR] [] [DUISection:reloadRows():140] parseAccessToken@
[ERROR] [] [DUISection:reloadRows():140] @:1991:33

Also affects existing device if you press the Reload button on the source controls

IMG_1193

@Ivanmatthew
Copy link
Contributor

Ivanmatthew commented Nov 30, 2024

This is possible because a Buffer polyfill is not included in the mangadex build.
Developers should fix this manually.
You can find an appropiate polyfill for Buffer on npm and attach it to this project (where Buffer usages are) and create a pull request.

@TheNetsky

@TheNetsky
Copy link
Owner

This is possible because a Buffer polyfill is not included in the mangadex build. Developers should fix this manually. You can find an appropiate polyfill for Buffer on npm and attach it to this project (where Buffer usages are) and create a pull request.

@TheNetsky

I'm not the dev of this source, I only ported it to 0.8. It's in the community repo for that reason.

@Ivanmatthew
Copy link
Contributor

This is possible because a Buffer polyfill is not included in the mangadex build. Developers should fix this manually. You can find an appropiate polyfill for Buffer on npm and attach it to this project (where Buffer usages are) and create a pull request.
@TheNetsky

I'm not the dev of this source, I only ported it to 0.8. It's in the community repo for that reason.

Can you mention whoever made the login?

@Celarye
Copy link

Celarye commented Nov 30, 2024

This is possible because a Buffer polyfill is not included in the mangadex build. Developers should fix this manually. You can find an appropiate polyfill for Buffer on npm and attach it to this project (where Buffer usages are) and create a pull request.
@TheNetsky

I'm not the dev of this source, I only ported it to 0.8. It's in the community repo for that reason.

Can you mention whoever made the login?

Probably too old for that, consider looking into it yourself if you want to see it fixed.

@Ivanmatthew
Copy link
Contributor

This is possible because a Buffer polyfill is not included in the mangadex build. Developers should fix this manually. You can find an appropiate polyfill for Buffer on npm and attach it to this project (where Buffer usages are) and create a pull request.
@TheNetsky

I'm not the dev of this source, I only ported it to 0.8. It's in the community repo for that reason.

Can you mention whoever made the login?

Probably too old for that, consider looking into it yourself if you want to see it fixed.

I don’t care for mangadex 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants