jcdoesnotlikespam 0 Posted October 29, 2018 Hi all, The Captcha is running, running always and does not appear so I cant' register. Any help would be great, best regards Share this post Link to post Share on other sites
jcdoesnotlikespam 0 Posted November 1, 2018 Seem to be a sordid problem of Firefox, it succeeds with Safari. Share this post Link to post Share on other sites
Lking 0 Posted November 1, 2018 Glad to hear you found a solution. I am surprised FF had an issue. I opened a test account without issue using FF v63. Do you have cookies enabled? Share this post Link to post Share on other sites
jcdoesnotlikespam 0 Posted November 2, 2018 I saw several posts about such problem, but not a solution in my case. I have also FF 63 on Mac El Capitan and cookies are enabled. Any way my connexion is now active, thank you. Share this post Link to post Share on other sites
Lking 0 Posted November 2, 2018 If you made it through the process using Safari, received your password email from SpamCop and then logged in using Safari (because of cookies) the account should be active. You should then be able to go back to FF and use the account there. Share this post Link to post Share on other sites
guido.mazzone 0 Posted February 20, 2020 I have the same problem, with both Chrome and Firefox, I also tried with two different IP addresses, so I'm almost sure it's not a problem caused by my computer or connection. Share this post Link to post Share on other sites
tcit 0 Posted February 26, 2020 Hello, I have the same issue with both Firefox and Chrome Share this post Link to post Share on other sites
petzl 0 Posted February 26, 2020 (edited) On 2/21/2020 at 4:11 AM, guido.mazzone said: I have the same problem, with both Chrome and Firefox, I also tried with two different IP addresses, so I'm almost sure it's not a problem caused by my computer or connection. For Windows pays to download free version of Ccleaner Be warned it may need extra program to be unchecked (tries to load other software), no need to update (it is nag-ware) but your choice. It will clean out all cookies, but you can select "options" to save needed cookies Edited February 26, 2020 by petzl Share this post Link to post Share on other sites
tcit 0 Posted February 26, 2020 I don't use Windows. I investigated a bit the JS code and there's an issue with the way the headers are generated for the AJAX calls that fetches the captcha picture. Changing at line 18 of captcha.js the following "Last-Modified": new Date(0), "If-Modified-Since": new Date(0) to "Last-Modified": (new Date(0)).toISOString(), "If-Modified-Since": (new Date(0)).toISOString() fixes it. Otherwise you get a "TypeError: Cannot convert string to ByteString because the character at index 50 has value 8217 which is greater than 255." probably because without the toISOString method date contains UTF-8 characters instead of ASCII ones (which are required for HTTP headers). Share this post Link to post Share on other sites
petzl 0 Posted February 26, 2020 (edited) 11 hours ago, tcit said: I don't use Windows. I investigated a bit the JS code and there's an issue with the way the headers are generated for the AJAX calls that fetches the captcha picture. try to register in "Safe mode"? Know nothing about Apple computers but others report their virus program/other software/even spyware interfering with Captcha Edited February 26, 2020 by petzl Share this post Link to post Share on other sites