SanaMobile / sana.mds

BSD 3-Clause "New" or "Revised" License
2 stars 16 forks source link

Bad Request (400) #7

Closed endangurura closed 7 years ago

endangurura commented 7 years ago

I'm getting this error on a fresh install of sana.mds on Ubuntu 14.04 LTS GCE instance.

[Wed Nov 23 06:12:50.695406 2016] [:error] [pid 12683] /usr/lib/python2.7/dist-packages/piston/handler.py:27: UserWarning: Handler already registered for model Event, you may experience inconsistent results. [Wed Nov 23 06:12:50.695433 2016] [:error] [pid 12683] "you may experience inconsistent results." % new_cls.model.__name__) [Wed Nov 23 06:12:50.695435 2016] [:error] [pid 12683]

Can somebody help me to fix this.

Thanks,

Emmauel

ewinkler commented 7 years ago

The Handler warning is something that needs to be removed but isn't the source of the 400 response. It seems like something may have been updated in one of the Ubuntu packages that requires defining ALLOWED_HOSTS in the mds.settings file. The link below is for Django 1.7 but explains what appears to be the source of the issue. [ALLOWED_HOSTS] (https://docs.djangoproject.com/en/1.7/ref/settings/#allowed-hosts)

endangurura commented 7 years ago

That one I figured it out. ALLOWED_HOST=[] is what was missing.

On 00:43, Wed, Dec 21, 2016 Eric Winkler notifications@github.com wrote:

The Handler warning is something that needs to be removed but isn't the source of the 400 response. It seems like something may have been updated in one of the Ubuntu packages that requires defining ALLOWED_HOSTS in the mds.settings file. The link below is for Django 1.7 but explains what appears to be the source of the issue. [ALLOWED_HOSTS] ( https://docs.djangoproject.com/en/1.7/ref/settings/#allowed-hosts)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SanaMobile/sana.mds/issues/7#issuecomment-268367865, or mute the thread https://github.com/notifications/unsubscribe-auth/AGhfzHsOSFqi0yvLOTd_Q_bEflDotgVSks5rKEwHgaJpZM4K6g-g .

ewinkler commented 7 years ago

I am going to close this one then.