You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using sympy_gamma project from : https://sympygamma.com and deploy on my ubuntu 18.04 digital ocean server with 8080 port, But within 2-3 day my server will crashed
I have been followed Development server steps from : https://sympygamma.com
Error : ERR_CONNECTION_TIMED_OUT
Error :
the runtime process for the instance running on port 46765 has unexpectedly quit
ERROR 2019-11-28 05:52:48,879 base.py:209] Internal Server Error: /input/
Traceback (most recent call last):
File "/var/www/html/sym_math/google_appengine/lib/django-1.3/django/core/handlers/base.py", line 178, in get_response
response = middleware_method(request, response)
File "/var/www/html/sym_math/google_appengine/lib/django-1.3/django/middleware/common.py", line 94, in process_response
if response.status_code == 404:
AttributeError: 'tuple' object has no attribute 'status_code'
ERROR 2019-11-28 14:25:50,789 base.py:209] Internal Server Error: /input/
Traceback (most recent call last):
File "/var/www/html/sym_math/google_appengine/lib/django-1.3/django/core/handlers/base.py", line 178, in get_response
response = middleware_method(request, response)
File "/var/www/html/sym_math/google_appengine/lib/django-1.3/django/middleware/common.py", line 94, in process_response
if response.status_code == 404:
AttributeError: 'tuple' object has no attribute 'status_code'
i am using sympy_gamma project from : https://sympygamma.com and deploy on my ubuntu 18.04 digital ocean server with 8080 port, But within 2-3 day my server will crashed
I have been followed Development server steps from : https://sympygamma.com
Error : ERR_CONNECTION_TIMED_OUT
@lidavidm sir, can u help to overcome this issue?
The text was updated successfully, but these errors were encountered: