Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abuse form returns "Internal Server Error" on submit #260

Closed
SarahBA opened this issue Apr 15, 2014 · 16 comments
Closed

Abuse form returns "Internal Server Error" on submit #260

SarahBA opened this issue Apr 15, 2014 · 16 comments

Comments

@SarahBA
Copy link
Contributor

SarahBA commented Apr 15, 2014

No description provided.

@SarahBA SarahBA added this to the 0.5 – Spring release milestone Apr 15, 2014
@SarahBA SarahBA added the bug label Apr 15, 2014
@noumar
Copy link
Contributor

noumar commented Apr 16, 2014

Same on my VM. There are errors that PyDNS is missing. "pip install pydns" and apache restart will fix this.

@noumar noumar self-assigned this Apr 16, 2014
@llehtine
Copy link

I don't thing the PyDNS is the problem in test-environment, because it's installed there. I tested the abuse firm on test-eudatis.csc.fi and it was working. @sarah, can you provide a bit more details so I can reproduce this. What was the input you gave to the form?

@noumar noumar assigned llehtine and unassigned noumar Apr 16, 2014
@SarahBA
Copy link
Contributor Author

SarahBA commented Apr 16, 2014

Nothing special! On my test-bed-VM it returns: "Recaptcha Challenge is missing"
And here is the screenshots of information I gave to form on test server:

screen shot 2014-04-16 at 11 53 29
screen shot 2014-04-16 at 11 52 46

@llehtine
Copy link

Ok, i looked on the error message. It seems that this was caused due the email validation on the abuse form. When specified Verify=True, It tries to check that the SMTP server exist and is available. Put on the test-eudatis.csc.fi google.com was resolved as IPv6 address, and that's why the validation failed. The validate_email module might have problem with the IPv6 addressess. I now disabled the verify on the test-server, and there it seems now to work.

@SarahBA
Copy link
Contributor Author

SarahBA commented Apr 16, 2014

Now it returns "Recaptcha Challenge is missing" error.

@llehtine
Copy link

Are you seeing the recaptcha box at the bottom of the page? It does not show up in your screenshot

@SarahBA
Copy link
Contributor Author

SarahBA commented Apr 16, 2014

No

@noumar
Copy link
Contributor

noumar commented Apr 16, 2014

Firefox is blocking Recaptcha because it's still using HTTP on test-eudatis.

@llehtine
Copy link

Aye, we are bit middle of debugging atm with Pietu

@llehtine
Copy link

Seems like that for recaptcha to work correctly with HTTPS, you have to generate different keys for all sites

@llehtine
Copy link

switched the testing and training to use their own captcha keys. Can you confirm that it's working now?

@SarahBA
Copy link
Contributor Author

SarahBA commented Apr 16, 2014

I have a recaptcha box at the bottom of form, but after submitting it return "Internal Server Error" again.....!

@llehtine
Copy link

I did git pull, and that changed Verify back to True. Now changed it back to False, and made also github pull request to change it on the code. #264

@SarahBA
Copy link
Contributor Author

SarahBA commented Apr 16, 2014

Ok! This time it returns "Abuse report submitted" msg :) I'm waiting to receive the related email in my inbox!

@llehtine
Copy link

I received the new abuse form report, so it seems to be working. Currently it will not send anymore email about the reporting to the user.

@llehtine
Copy link

Closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants