Giter Site home page Giter Site logo

Comments (10)

dimdenGD avatar dimdenGD commented on August 11, 2024 3

This is unrelated to Twitter. Also you can ignore the message on Kiwi Browser if page loads fine afterwards, not sure why it appears in such cases since it's only meant to appear when page is stuck loading

from oldtwitter.

70624290 avatar 70624290 commented on August 11, 2024 1

tl; dr: firefox and other browsers block the necessary domains for old twitter to work, add abs.twimg.com to the urlclassifier.features.socialtracking.skipURLs key in about:config as a workaround

i think i finally figured out the answer. firefox, along with other privacy-oriented browsers, all seem to use a blocklist which includes twimg.com and every one of its subdomains.
for some reason, in firefox it seems like requests made in a non-authoritative context, such as requests made in extensions or webpages, get filtered through a blocklist regardless of the user's preference. at least in firefox, this filtering happens at a level low enough where the request is not even logged in the network tab of the developer tools. this made debugging the error almost impossible since fetch error messages are deliberately made as vague as possible in order to minimize attack vectors.

the only way i managed to get more details was adding a webRequest.onErrorOccurred listener to every request. this way, i managed to figure out that firefox was blocking requests to twimg.com because it was included in a list of social media trackers.

to fix this, i simply abs.twimg.com to the whitelist in the urlclassifier.features.socialtracking.skipURLs key in about:config.

currently not sure how to fix this issue in other browser, but it is almost certainly related to tracking protection features so maybe try disabling them.

from oldtwitter.

Volodesi avatar Volodesi commented on August 11, 2024

Getting this as well on Thorium browser for Desktop.

image

from oldtwitter.

lololq0 avatar lololq0 commented on August 11, 2024

Getting this as well on Thorium browser for Desktop.

image

Just disable the extension first then login then open the extension again

from oldtwitter.

jdanny2002 avatar jdanny2002 commented on August 11, 2024

Getting this as well on Thorium browser for Desktop.
image

Just disable the extension first then login then open the extension again

already tried, as well as deleting cookies. that doesn't work. it keeps saying the same error

from oldtwitter.

lololq0 avatar lololq0 commented on August 11, 2024

Weird. That's how I resolved mine.

from oldtwitter.

Volodesi avatar Volodesi commented on August 11, 2024

Getting this as well on Thorium browser for Desktop.
image

Just disable the extension first then login then open the extension again

Clicking Ok just loads Twitter like normal. So why would I disable it? It just adds an extra step when I want to visit the site.

from oldtwitter.

lololq0 avatar lololq0 commented on August 11, 2024

I mean for me it logs out after a long time and that error pops up. Rn I really don't have to do it anymore. I only did it once or twice then yeah.

from oldtwitter.

J6833 avatar J6833 commented on August 11, 2024

I'm getting the same error.

Version 1.8.5

Opera GX
LVL5 (core: 109.0.5097.130)
Update stream:Early Access
System:Windows 11 64-bit
Chromium version:123.0.6312.124

from oldtwitter.

J6833 avatar J6833 commented on August 11, 2024

This seems to be an issue with Twitter too? Saw this post from a staff member saying that they're looking into it.

Post: https://devcommunity.x.com/t/there-is-no-request-token-for-this-page-this-is-a-special-key-required-to-verify-that-the-application-uses-your-twitter-account/220914/5

from oldtwitter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.