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

Error: Unable to determine textarea instance #98

Open
FearedFusionX opened this issue Sep 4, 2024 · 7 comments
Open

Error: Unable to determine textarea instance #98

FearedFusionX opened this issue Sep 4, 2024 · 7 comments

Comments

@FearedFusionX
Copy link

So I recently installed this plugin for my Vencord client and when I tried to send a sticker, it gave me this error:
image

Here's what happened:
https://github.com/user-attachments/assets/26ace0f3-0c91-4dc7-b927-713a1b0190db

Is it possible for you to take a look at this?

@Pitu
Copy link
Owner

Pitu commented Sep 5, 2024

@FearedFusionX could you try disabling all your other plugins and css first to see if it's a problem with one of those?

@FearedFusionX
Copy link
Author

FearedFusionX commented Sep 5, 2024

Interesting, it started working but I don't know what is causing it. here's the logs that I am getting:

magane.vencord.js:2209 Error: Unable to determine textarea instance.
    at Ji (magane.vencord.js:2128:33)
    at Array.<anonymous> (magane.vencord.js:2844:488)
    at HTMLImageElement.p (magane.vencord.js:977:14)
Ji @ magane.vencord.js:2209
(anonymous) @ magane.vencord.js:2844
p @ magane.vencord.js:977

I want to know if I can keep my plugins without disabling them for this to work.

@FearedFusionX
Copy link
Author

I've also confirmed it's not the CSS that is affecting it

@BobbyWibowo
Copy link
Contributor

Are you still getting this? It's either an edge-case, or you were enrolled to an early preview of Discord's updates that haven't gone live for the rest of us yet. I'm unable to replicate this as of right now.

@FearedFusionX
Copy link
Author

Still getting this, here is my list of plugins:
image

@BobbyWibowo
Copy link
Contributor

BobbyWibowo commented Sep 17, 2024

are those all supposed to be third-party plugins not available from vencord's built-in repo? then unfortunately that's far outside the support scope

in short, one of them must be modifying the text area a bit more extensively than usual*, for our method to fail. but yeah, we wont be able to inspect those

* some plugins such as simple char counters, or other plugins that simply add more buttons to the text area, are supposed to play nice with magane already

@FearedFusionX
Copy link
Author

FearedFusionX commented Sep 24, 2024

yeah, they are third party plugins, I just am not sure what could be causing it

So you're saying the text area is where plugins add buttons to the chatbar?

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

3 participants