09-21-2024 08:52 AM
I recently updated to Firefox 115.15esr and no I can no longer access my ChatGPT or DALL-E that I have been using in Firefox for the last year. This is a serious problem as I am in the middle of a project and am now dead in the water. Why is this happening and is there a fix or when will I see a fix? See many complaints about this!
Upgrading to a new machine in a few weeks (currently on a MAC running OS X 10.14) BUT I am completely screwed at the moment and I have a deliverable in the next few days!
PLEASE HELP!!!!!
Diane W.
Solved! Go to Solution.
09-22-2024 06:47 AM - edited 09-22-2024 06:56 AM
Thanks, this workaround is just what I needed...worked perfectly:
This script is a Tampermonkey user script, and it’s meant to be added via a userscript manager like Tampermonkey or Greasemonkey. These extensions allow you to run custom scripts on specific websites. Here's how you can set it up in Firefox: (PS: I used Tampermonkey not Greasemonkey)
Install Tampermonkey Extension:
Open Tampermonkey Dashboard:
Create a New Script:
Paste the Script:
// @name Intl.Segmenter Polyfill for ChatGPT
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Fix missing Intl.Segmenter in Firefox ESR
// @match chatgpt.com
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
if (typeof Intl.Segmenter === 'undefined') {
Intl.Segmenter = function() {
return {
segment: (input) => [{segment: input || 'fallback'}]
};
};
}
})();
09-21-2024 08:58 AM - edited 09-21-2024 09:00 AM
I'm having the exact same problem with 115.15 esr. I'm getting ready to dump FF if they can't fix this glitch soon! https://chatgpt.com/ does not work with 115.15 esr !!! All I get is the chat bar at the bottom of the page with no way to submit a query.
09-21-2024 10:18 AM
It happened to me too
09-21-2024 02:08 PM
me too!
interactive elements don't work!
09-21-2024 06:51 PM - edited 09-21-2024 06:52 PM
Same here -- just stopped working, even after clearing the cache and cookies.
09-21-2024 07:06 PM
Again, I am using FF version 115.15 esr with Win7 Pro.
Looks like there are a couple of errors occurring related to the Content-Security-Policy and Intl.Segmenter in Firefox. Hope they fix this soon !!!
Here's the "Console" Data for ChatGPT.com:
Uncaught TypeError: Intl.Segmenter is not a constructor
09-21-2024 09:02 PM
Same issue here 😞 works on other browsers, error:
Uncaught TypeError: Intl.Segmenter is not a constructor GTe https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160 Ur https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160 https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160
09-22-2024 02:48 AM
09-22-2024 06:47 AM - edited 09-22-2024 06:56 AM
Thanks, this workaround is just what I needed...worked perfectly:
This script is a Tampermonkey user script, and it’s meant to be added via a userscript manager like Tampermonkey or Greasemonkey. These extensions allow you to run custom scripts on specific websites. Here's how you can set it up in Firefox: (PS: I used Tampermonkey not Greasemonkey)
Install Tampermonkey Extension:
Open Tampermonkey Dashboard:
Create a New Script:
Paste the Script:
// @name Intl.Segmenter Polyfill for ChatGPT
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Fix missing Intl.Segmenter in Firefox ESR
// @match chatgpt.com
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
if (typeof Intl.Segmenter === 'undefined') {
Intl.Segmenter = function() {
return {
segment: (input) => [{segment: input || 'fallback'}]
};
};
}
})();
09-23-2024 05:20 AM
THANK YOU SO MUCH!!! It worked like a champ and now I can finish my presentation!
09-23-2024 06:27 AM
You're very welcome, glad it worked for you too!
09-23-2024 07:30 AM
I'm having the same problem - ChatGPT doesn't work with 115.15.0esr, works fine with Chrome.
09-23-2024 08:35 AM
Please see the fix posted above!
09-23-2024 07:46 AM
ChatGPT hasn't worked at all with Firefox 115.15esr at all for several days now. Either chatGPT page will load partially and not actually work, let you log in , or do anything, or it gives an outright 404 page for a little while then goes back to no working at all.
All of the clearing cache and stuff makes no difference, and other browsers aren't having this problem.
Is Firefox even working on this ? It's day 3 or 4 now...
09-23-2024 08:36 AM
Please see the fix posted above.
09-23-2024 10:56 AM
Hi Vegman. While I do appreciate your workaround to get Firefox working, I'm not interested in having to use 3rd party add-ons and scripts to get Firefox working out of the box again.
Firefox needs to fix this. I'm surprised that they aren't even mentioning it yet.
09-23-2024 11:22 AM
Hello
Firefox Release Calendar
https://whattrainisitnow.com/calendar
If you wish, you can also contact https://bugzilla.mozilla.org
https://bugzilla.mozilla.org/describecomponents.cgi?product=Firefox
https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ChatGPT you can sort
09-24-2024 08:35 AM
Thanks Agentvirtuel. I reported the bug in FF Bugzilla. I suggest other users due the same to get their attention and hopefully fix the issue by the next release!