Forums

Unable to reload webapp

Hi guys

I've been unable to reload my webapp for an hour now. I've recently updated django-ckeditor to version 5.2.2. I've killed off all processes from the console page. What else can I do? Any advice is appreciated.

Mike

two things to look into:

  • is it definitely not reloading, or is it just slow?

  • are there any errors in your error log?

There are errors. but i don't know how to intepret them. Please would you help Harry? Thanks.

2017-04-21 09:36:32,060 :Not Found: / 2017-04-21 09:36:32,069 :OSError: write error 2017-04-21 09:36:32,070 :Error running WSGI application 2017-04-21 09:36:32,070 :GeneratorExit 2017-04-21 09:36:32,099 :Not Found: /

the generator exit error just means that your website was loading for a long time, and you closed the browser tab/went to a different page before it finished loading.

is there any other errors?

There's more information about GeneratorExit errors here.