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?] Dollchan in Firemonkey #1404

Open
kr4ssi opened this issue Sep 1, 2021 · 5 comments
Open

[Bug?] Dollchan in Firemonkey #1404

kr4ssi opened this issue Sep 1, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@kr4ssi
Copy link
Contributor

kr4ssi commented Sep 1, 2021

Just tried to load the newest version of Dollchan into Firemonkey using Firefox 91. Firemonkey uses the Official Userscripts-API.
It worked so far until I tried to post, then I get this Error on several tested imageboards:

✖ Internal error:
Error: Accessing TypedArray data over Xrays is slow, and forbidden in order to encourage performant code. To copy TypedArrays across origin boundaries, consider using Components.utils.cloneInto().
    at cleanFile (Dollchan%20Extension%20Tools.user.js:16919:9)
    at _callee23$ (Dollchan%20Extension%20Tools.user.js:16836:45)
    at tryCatch (Dollchan%20Extension%20Tools.user.js:4882:40)
    at invoke (Dollchan%20Extension%20Tools.user.js:5066:30)
    at [244]

There isn't anything else in the console besides of:
Error: An unexpected apiScript error occurred

Is this a bug in Dollchan, Firemonkey, or Firefox?

@SthephanShinkufag
Copy link
Owner

SthephanShinkufag commented Sep 2, 2021

FireMonkey have many problems. It cannot use arraybuffer and blob requests in both GM.xmlHttpRequest and GM_xmlhttpRequest. It has a known Firefox Xray error when accessing TypedArray (like in old Greasemonkey versions).... A lot of bugs.

@SthephanShinkufag
Copy link
Owner

Tried to fix all of that, but may be another problems.

@kr4ssi
Copy link
Contributor Author

kr4ssi commented Sep 4, 2021

That was quick, thanks man.

@kr4ssi kr4ssi closed this as completed Sep 4, 2021
@kr4ssi
Copy link
Contributor Author

kr4ssi commented Sep 6, 2021

I get "can't load url" when I drag and drop an imagelink into the fileupload. There isn't anything else in the console.

@kr4ssi kr4ssi reopened this Sep 6, 2021
@SthephanShinkufag
Copy link
Owner

Load titles for YouTube links* also. FireMonkey is raw, and doesn't work as expected.

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