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

Demo login links result in DDOS protection triggered #111

Open
Zireael07 opened this issue Sep 3, 2018 · 12 comments
Open

Demo login links result in DDOS protection triggered #111

Zireael07 opened this issue Sep 3, 2018 · 12 comments

Comments

@Zireael07
Copy link

No description provided.

@7yl4r
Copy link
Contributor

7yl4r commented Sep 3, 2018

I am seeing a 405 at the Hubble/Kepler "demo" links.

@Zireael07
Copy link
Author

Yes, exactly, 405 with description saying it's ddos protection.

@7yl4r
Copy link
Contributor

7yl4r commented Sep 3, 2018

Oh, yes I see it now. I think the issue is that the current site is hosted on gh-pages and so the custom python server stuff we wrote are not handled.

We did an incomplete port because we didn't have any income to keep the server up.

Right now the project is in limbo awaiting revitalization.

@cwaddell
Copy link

cwaddell commented Sep 3, 2018 via email

@7yl4r
Copy link
Contributor

7yl4r commented Sep 4, 2018

I think the basic application is light enough to run on a typical cloud providers' "small" instance or on commodity hardware.

Installation/setup is covered in INSTALL.md and INSTALL.py.

Those are pretty old though so just ask if you run into trouble.

@cwaddell
Copy link

cwaddell commented Sep 4, 2018 via email

@7yl4r
Copy link
Contributor

7yl4r commented Sep 4, 2018

Sounds good to me.

I don't think we have any concrete plans for moving forward though; what do you think @iontom ?

@cwaddell
Copy link

cwaddell commented Sep 4, 2018 via email

@cwaddell
Copy link

cwaddell commented Sep 5, 2018 via email

@BrianErikson
Copy link
Contributor

I'm not sure why GitPython was statically versioned at 0.3.2.RC1 but removing that bit in 009390e seemed to solve the submodule issues in INSTALL.py.

For the PyKEP error, renaming from PyKEP on lines 4 & 7 in ./py/lib/traj/C3.py to from pykep solves it, and the application runs fine @ 46adb12. Give it another shot @cwaddell and let me know how it goes. Thanks for your interest in the project -- sorry that it hasn't had TLC in a while!

@7yl4r
Copy link
Contributor

7yl4r commented Sep 17, 2018

I'm not sure why GitPython was statically versioned at 0.3.2.RC1

Looks like I did that and I don't remember why. Probably a feature that was prerelease at the time. Still, I probably should have used >= though.

@BrianErikson
Copy link
Contributor

BrianErikson commented Sep 17, 2018

No worries! Really it's a tough issue with projects like this (irregular maintenance) because PyKEP would've still ran into import errors with >= versioning. Dusting this off brought back a lot of good memories anyway :)

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

No branches or pull requests

4 participants