mozillahispano / mozbuzz

Tracking tool for media mentions
http://www.mozilla-hispano.org
15 stars 25 forks source link

MozBuzz crash (CRITICAL) #56

Closed bernimel closed 11 years ago

bernimel commented 11 years ago

Hi,

It's impossible to access to MozBuzz. I get the "ImproperlyConfigured at /mozbuzz/" error message. See attached URL for more information. http://oi44.tinypic.com/24xq3o3.jpg

cc @sebasmagri

sebasmagri commented 11 years ago

@nukeador are we deploying master automatically?

I realized I made a mistake and pushed a wrong merge to master. I already reverted this and backed up recent commits in django15. My bad.

Regards,

nukeador commented 11 years ago

@sebasmagri Yes, we've always been. Do you want to change that?

sebasmagri commented 11 years ago

No, It's better to change the workflow we're using and start doing everything in the development branch. I just want to make sure that the latest revert fixes the issue. Because of the dropped commits, probably a fresh clone of master will be needed.

bbotella commented 11 years ago

I am still having the issue.

nukeador commented 11 years ago

Emmm, that could be tricky since we have some local files not tracked. There should be a way to fix local copy, and could be a problem to contributors local copies too.

nukeador commented 11 years ago

Pull from master on the server does nothing, everything is "updated". Try to fix the repository to avoid this, as I said, it's problematic for all local copies.

sebasmagri commented 11 years ago

Ok, so we will have to revert the deployed master. This would work:

git reset ea84d4a91adb1f057d3e933462e0a5588e1d8da7 --hard

That's the same cset as github's master right now.

nukeador commented 11 years ago

Done, but:

# /root/bin/mozbuzz-update 
Already up-to-date.
/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py:465: DeprecationWarning: The 'execute_manager' function is deprecated, you likely need to update your 'manage.py'; please see the Django 1.4 release notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py:409: DeprecationWarning: The 'setup_environ' function is deprecated, you likely need to update your 'manage.py'; please see the Django 1.4 release notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
? You have no migrations for the 'buzz' app. You might want some.
nukeador commented 11 years ago

It seems we lost a commit.

With 92c87baefb7183329d77690a011df089834c83c8, site is up and running.

sebasmagri commented 11 years ago

Ok. Thanks @nukeador.

I'm sorry, won't happen again.

Regards,