getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.18k stars 4.2k forks source link

Attempting to start Sentry results in AttributeError: type object 'ExpressionNode' has no attribute 'AND' #850

Closed kivikakk closed 11 years ago

kivikakk commented 11 years ago

This has started out of nowhere. All I get is literally the above:

$ /home/ubuntu/sentry/bin/sentry --config=/etc/sentry.conf.py start http
AttributeError: type object 'ExpressionNode' has no attribute 'AND'
$

The one Google result shows another person with the same issue (except they get a traceback): https://gist.github.com/vortec/5046817

Another person in the comments.

Any ideas?

kivikakk commented 11 years ago

Ah, this appears to be #802.

dcramer commented 11 years ago

downgrade to Django 1.4.3

On Wednesday, March 27, 2013 at 5:11 PM, Liia Cuss wrote:

This has started out of nowhere. All I get is literally the above: $ /home/ubuntu/sentry/bin/sentry --config=/etc/sentry.conf.py start http AttributeError: type object 'ExpressionNode' has no attribute 'AND' $
The one Google result shows another person with the same issue (except they get a traceback): https://gist.github.com/vortec/5046817 Another person in the comments. Any ideas?

— Reply to this email directly or view it on GitHub (https://github.com/getsentry/sentry/issues/850).

kivikakk commented 11 years ago

Sentry's being set up automatically, so I'm just upgrading the version so that requirement happens transitively. Thanks!