jcdoesnotlikespam Posted October 29, 2018 Share 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 Quote Link to comment Share on other sites More sharing options...
jcdoesnotlikespam Posted November 1, 2018 Author Share Posted November 1, 2018 Seem to be a sordid problem of Firefox, it succeeds with Safari. Quote Link to comment Share on other sites More sharing options...
Lking Posted November 1, 2018 Share 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? Quote Link to comment Share on other sites More sharing options...
jcdoesnotlikespam Posted November 2, 2018 Author Share 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. Quote Link to comment Share on other sites More sharing options...
Lking Posted November 2, 2018 Share 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. Quote Link to comment Share on other sites More sharing options...
guido.mazzone Posted February 20, 2020 Share 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. Quote Link to comment Share on other sites More sharing options...
tcit Posted February 26, 2020 Share Posted February 26, 2020 Hello, I have the same issue with both Firefox and Chrome Quote Link to comment Share on other sites More sharing options...
petzl Posted February 26, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
tcit Posted February 26, 2020 Share 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). Quote Link to comment Share on other sites More sharing options...
petzl Posted February 26, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.