Jump to content

Krydos

Chief Executive Officer
  • Posts

    26503
  • Joined

  • Last visited

  • Days Won

    948

Everything posted by Krydos

  1. FAIL - Application at context path /teniscp_Tennis could not be started
  2. To reset an account to it's starting state again you must go to http://www.heliohost.org/classic/support/scripts/delete to delete it, and then https://www.heliohost.org/signup/ to recreate it. Deleting and recreating is the only way to do what you're wanting. There is no reset button. We don't actually have any paid plans. All of our services are free. Tommy has a limited number of free signups each day starting at midnight UTC. If you want to donate to help us stay in business go to https://www.heliohost.org/donate/ and a special invitation link will be emailed to you. This link allows you to create your Tommy account whenever you want and even if the server is full for the day.
  3. No, the server error log files contain information for all accounts on the server. It would violate our privacy policy to allow a user to see private information from someone else's account. Yeah, you got .htaccess file in the wrong place. You have it in /home/iniesta/public_html/ when it should be in /home/iniesta/public_html/inforiesgoserver/ I edited the wiki in a couple places to make this more obvious. Here is the list of modules currently installed on Tommy python 3.6 https://krydos.heliohost.org/cgi-bin/modules36.py If you're using something that's not on that list you'll need to request it to be installed, or upload the module to your account and do something like this https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path
  4. Deployed. http://shuffly-backend.heliohost.org/shufflyMusicBackend/
  5. Unblocked. It looks like you got blocked for trying to log into IMAP with the wrong username or password too many times. Make sure to check your mail client settings to prevent this from happening again.
  6. Good idea. We were already using v2 on heliohost.org, but now v2 is enabled on helionet.org as well.
  7. Deployed. http://outerspace.ml/outerspace/ Since you are on the Johnny server it can take up to 24 hours to start working. In the meantime it will show a 404 error.
  8. Try it without starttls. [Wed Aug 30 18:46:59.710831 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] [2017-08-30 18:46:59,600] ERROR in app: Exception on / [GET] [Wed Aug 30 18:46:59.710880 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] Traceback (most recent call last): [Wed Aug 30 18:46:59.710895 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app [Wed Aug 30 18:46:59.710902 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] response = self.full_dispatch_request() [Wed Aug 30 18:46:59.710909 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask/app.py", line 1614, in full_dispatch_request [Wed Aug 30 18:46:59.710914 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] rv = self.handle_user_exception(e) [Wed Aug 30 18:46:59.710919 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask/app.py", line 1517, in handle_user_exception [Wed Aug 30 18:46:59.710924 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] reraise(exc_type, exc_value, tb) [Wed Aug 30 18:46:59.710928 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise [Wed Aug 30 18:46:59.710933 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] raise value [Wed Aug 30 18:46:59.710937 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask/app.py", line 1612, in full_dispatch_request [Wed Aug 30 18:46:59.710942 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] rv = self.dispatch_request() [Wed Aug 30 18:46:59.710946 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask/app.py", line 1598, in dispatch_request [Wed Aug 30 18:46:59.710951 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] return self.view_functions[rule.endpoint](**req.view_args) [Wed Aug 30 18:46:59.710955 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/home/susoft1/public_html/flask/views.py", line 63, in Inicio [Wed Aug 30 18:46:59.710960 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] sendmail.send(msg) [Wed Aug 30 18:46:59.710965 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask_mail.py", line 491, in send [Wed Aug 30 18:46:59.710969 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] with self.connect() as connection: [Wed Aug 30 18:46:59.710974 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask_mail.py", line 144, in __enter__ [Wed Aug 30 18:46:59.710978 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] self.host = self.configure_host() [Wed Aug 30 18:46:59.710982 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/site-packages/flask_mail.py", line 163, in configure_host [Wed Aug 30 18:46:59.710987 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] host.starttls() [Wed Aug 30 18:46:59.710991 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] File "/usr/local/python3.6/lib/python3.6/smtplib.py", line 751, in starttls [Wed Aug 30 18:46:59.710996 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] "STARTTLS extension not supported by server.") [Wed Aug 30 18:46:59.711009 2017] [wsgi:error] [pid 31150:tid 140299535906560] [client x.x.x.x:57340] smtplib.SMTPNotSupportedError: STARTTLS extension not supported by server.
  9. There you go http://bert.heliohost.org/ The reason you were getting that error is because you changed the permissions on your public_html directory. It must be 750 bert:nobody as it was originally created for your website to work.
  10. If you are talking about your Johnny account when did you first try to install the certificate? If you're talking about your Tommy account free SSL certificates are automatically installed for you. Also, did you read the Terms of Service http://wiki.helionet.org/Terms regarding only being allowed to have one account?
  11. Did you follow the instructions at http://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate ?
  12. Yes, it's still running. We post "Unarchiving..." so another admin doesn't try to unarchive it at the same time otherwise the command gives a bunch of errors. I'll post again once the command has finished running. Done. You should now be able to log in at https://www.heliohost.org/login/ and your domain will start working within 24 hours.
  13. Unarchiving...
  14. https://www.helionet.org/index/topic/28921-triggering-a-file-on-arrival-of-email/?p=131771
  15. Deployed. http://saini.heliohost.org/SwipeCard5/ Since you're on Johnny it could take up to 24 hours to start working.
  16. Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/renew. To prevent this from happening in the future please remember to visit https://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
  17. [Wed Aug 30 14:25:02.823974 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] mod_wsgi (pid=3110): Target WSGI script '/home/susoft1/public_html/flask/flask.wsgi' cannot be loaded as Python module. [Wed Aug 30 14:25:02.824045 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] mod_wsgi (pid=3110): Exception occurred processing WSGI script '/home/susoft1/public_html/flask/flask.wsgi'. [Wed Aug 30 14:25:02.824357 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] Traceback (most recent call last): [Wed Aug 30 14:25:02.824401 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] File "/home/susoft1/public_html/flask/flask.wsgi", line 7, in <module> [Wed Aug 30 14:25:02.824408 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] from views import app as application [Wed Aug 30 14:25:02.824432 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] File "/home/susoft1/public_html/flask/views.py", line 61 [Wed Aug 30 14:25:02.824449 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] def Inicio(): [Wed Aug 30 14:25:02.824477 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] ^ [Wed Aug 30 14:25:02.824493 2017] [wsgi:error] [pid 3110:tid 140299519121152] [client x.x.x.x:50765] SyntaxError: invalid syntax Do you see the error here on line 57? 57 @app.route('/' , methods=['GET' , 'POST'] I find it hard to believe that this actually runs on your local computer when you're missing a parenthesis, but if this is how you want to slowly keep debugging I'm fine with it.
  18. Deployed. http://sfu1.heliohost.org/PSFC/
  19. Deployed. http://shuffly-backend.heliohost.org/shufflyMusicBackend/
  20. There you go http://krydos.heliohost.org/cgi-bin/modules36.py
  21. Also if you're using windows the OS can cache the old Johnny IP of your domain. To clear this open a command prompt windows and type ipconfig /flushdns
  22. Deployed. http://shuffly-backend.heliohost.org/sample/
  23. I could probably install that extension, but that would likely involve upgrading our undoubtedly ancient mediawiki install. I'll put it on the todo list, but don't expect it to have a particularly high priority level. Thanks by the way. I meant to write that, but haven't gotten around to it. My post about piping an email to a script should probably have a wiki page at some point too. It's really awesome that you're helping out like this miwilc.
  24. You're fine. I don't mind helping people. My strategy is usually to teach people how to solve their own issues though rather than doing it for them. I guess if you really can't get any of these errors to appear on your home pc I'll just keep posting error logs for you. [Tue Aug 29 20:13:07.712575 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] mod_wsgi (pid=21691): Target WSGI script '/home/susoft1/public_html/flask/flask.wsgi' cannot be loaded as Python module. [Tue Aug 29 20:13:07.712681 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] mod_wsgi (pid=21691): Exception occurred processing WSGI script '/home/susoft1/public_html/flask/flask.wsgi'. [Tue Aug 29 20:13:07.713713 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] Traceback (most recent call last): [Tue Aug 29 20:13:07.713790 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] File "/home/susoft1/public_html/flask/flask.wsgi", line 7, in <module> [Tue Aug 29 20:13:07.713818 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] from views import app as application [Tue Aug 29 20:13:07.713839 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] File "/home/susoft1/public_html/flask/views.py", line 5, in <module> [Tue Aug 29 20:13:07.713847 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] import forms [Tue Aug 29 20:13:07.713862 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] File "/home/susoft1/public_html/flask/forms.py", line 2, in <module> [Tue Aug 29 20:13:07.713869 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] from wtforms import Form [Tue Aug 29 20:13:07.713906 2017] [wsgi:error] [pid 21691:tid 140299615590144] [client x.x.x.x:53802] ModuleNotFoundError: No module named 'wtforms'
  25. Ah, I figured it out. You deleted your tmp folder for some reason. You probably shouldn't delete random things on your account if you want everything to continue working. I have recreated your tmp folder and phpmyadmin can now write it's session files on your account again.
×
×
  • Create New...