Getting this since upgraded to 29. Now I'm on 29.3.1
Twitter shows “Something went wrong” only when using FingerprintSwitcher — works fine without fingerprint
-
My problem is that I constantly get an error like the one in the picture. When I use a fingerprint, I get this error, but if I don’t use it, there’s no issue — however, after I enter the email verification code, it sends me back to the previous step.
-
have the same issue. Any news for how to fix it?
-
After three months of in-depth analysis, we’ve completely resolved the castle_token issue. castle_token is a real headache. @m4zuper
You need to make a major update to BAS. castle.io can bypass BAS directly and detect the computer’s original fingerprint.
The problem is that the BAS fingerprint system only works for page load.
However, castle.io opening a new worker and retrieving the fingerprint from there bypasses all of BAS’s fingerprint manipulation systems. -
If I had to explain this briefly, think of it this way—my English isn’t very good.
BAS > x.com > page load fingerprint is active (meaning BAS has injected the fingerprint) > x.com loads a JavaScript chunk (3 different modules) > the module (castle_sdk) starts a new worker (this works on the principle of launching a new browser) > it can directly access the computer’s original canvas and readpixel data. -
https://github.com/gelistiricitr/castle-reverse
Here are all my works.
-
@makuma said in Twitter shows “Something went wrong” only when using FingerprintSwitcher — works fine without fingerprint:
My problem is that I constantly get an error like the one in the picture. When I use a fingerprint, I get this error, but if I don’t use it, there’s no issue — however, after I enter the email verification code, it sends me back to the previous step.
You received this error because x.com detected you as a bot and immediately prevented you from registering via email, requiring you to register using your phone instead.
-
@vntricky said in Twitter shows “Something went wrong” only when using FingerprintSwitcher — works fine without fingerprint:
@makuma said in Twitter shows “Something went wrong” only when using FingerprintSwitcher — works fine without fingerprint:
My problem is that I constantly get an error like the one in the picture. When I use a fingerprint, I get this error, but if I don’t use it, there’s no issue — however, after I enter the email verification code, it sends me back to the previous step.
You received this error because x.com detected you as a bot and immediately prevented you from registering via email, requiring you to register using your phone instead.
Please don’t spread misinformation. I’ve already explained everything in my message above; by spreading misinformation, you’re misleading people.
-
This post is deleted!
-
@tersinemuhendis said in Twitter shows “Something went wrong” only when using FingerprintSwitcher — works fine without fingerprint:
@vntricky said in Twitter shows “Something went wrong” only when using FingerprintSwitcher — works fine without fingerprint:
@makuma said in Twitter shows “Something went wrong” only when using FingerprintSwitcher — works fine without fingerprint:
My problem is that I constantly get an error like the one in the picture. When I use a fingerprint, I get this error, but if I don’t use it, there’s no issue — however, after I enter the email verification code, it sends me back to the previous step.
You received this error because x.com detected you as a bot and immediately prevented you from registering via email, requiring you to register using your phone instead.
Please don’t spread misinformation. I’ve already explained everything in my message above; by spreading misinformation, you’re misleading people.
I only explained how the error occurred. The root problem—the fingerprint detection—is beyond my expertise.
-
@vntricky The issue stems from the parent process leaking system fingerprints.
Although the browser modifies some features at the kernel level, unfortunately, the parent process leaks data such as canvas and readpixel for a worker. What I’m trying to say is that if the developer or developers want more information, they can DM me, and I can explain it in much greater detail.
