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...
laurent67x Posted March 4 Share Posted March 4 (edited) hi , been 3 days i'm trying to subscribe to spamcop without being able to display this bugged captcha ... apparently this problem remains for years and been reported a lot of time .. and not been solved .. i tried firefox , chrome, edge on windows 11 , on my phone i tried samsung internet browser , i tried duckduckgo browser , none being able to display this stu%@!#pid (lol) captcha .. i tried disabling antivirus , tried to restart safe mode , etc nothing working, i was starting to think to go dev mode (wtf) ... but finally i thought about testing with safari with a virtualbox macos virtual machine and it worked (nope i won't waste money and buy a mac for this absurd subscribe form)... seriously this is ..i don't have the words to discribe how ridiculous this is and the time wasted fyi subscribing to this forum is done in 1mn , seriously .. are you sure you want people to report spam ? this bugged captcha is not helping at all Edited March 4 by laurent67x Quote Link to comment Share on other sites More sharing options...
bidh Posted March 7 Share Posted March 7 On 3/4/2023 at 1:27 PM, laurent67x said: i'm trying to subscribe to spamcop without being able to display this bugged captcha ... apparently this problem remains for years and been reported a lot of time .. and not been solved .. seriously .. are you sure you want people to report spam ? this bugged captcha is not helping at all I have the same doubt regarding the usefulness of spamcop reporting. It's been 5 years already. On 10/29/2018 at 7:01 PM, jcdoesnotlikespam said: 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...
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.