2011-12-22 15 views
2

Django-sentryは私を愛していません。私はlocalhost:9000/storeにエラーを送信しようとしています。ここでエラーがある:Django-Sentryは、localhost:9000/storeにエラーを送信しようとするとエラー405を表示します。

jamis$ python manage.py runserver 
Validating models... 

0 errors found 
Django version 1.3.1, using settings 'hv.settings' 
Development server is running at http://127.0.0.1:8000/ 
Quit the server with CONTROL-C. 

// useless info left out 

Thu, 22 Dec 2011 18:45:13 +0000 [ERROR] M:sentry.errors.client, P:9067, F:base.py:226, MSG:Unable to reach Sentry log server: HTTP Error 405: METHOD NOT ALLOWED (url: http://0.0.0.0:9000/store, body:) 
Traceback (most recent call last): 
    File "/Library/Python/2.7/site-packages/raven/base.py", line 222, in send 
    return self.send_remote(url=url, data=message, headers=headers) 
    File "/Library/Python/2.7/site-packages/raven/base.py", line 201, in send_remote 
    response = urllib2.urlopen(req, data).read() 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen 
    return _opener.open(url, data, timeout) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open 
    response = meth(req, response) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response 
    'http', request, response, code, msg, hdrs) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 432, in error 
    result = self._call_chain(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain 
    result = func(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 619, in http_error_302 
    return self.parent.open(new, timeout=req.timeout) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open 
    response = meth(req, response) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response 
    'http', request, response, code, msg, hdrs) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error 
    return self._call_chain(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain 
    result = func(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default 
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 
HTTPError: HTTP Error 405: METHOD NOT ALLOWED 
Thu, 22 Dec 2011 18:45:13 +0000 [WARNING] M:sentry.errors.client, P:9067, F:base.py:227, MSG:Not Found: /favicon.ico 
Thu, 22 Dec 2011 18:45:13 +0000 [WARNING] M:django.request, P:9067, F:base.py:142, MSG:Not Found: /favicon.ico 
[22/Dec/2011 18:45:14] "POST /accounts/login/ HTTP/1.1" 302 0 
Thu, 22 Dec 2011 18:45:15 +0000 [ERROR] M:sentry.errors.client, P:9067, F:base.py:226, MSG:Unable to reach Sentry log server: HTTP Error 405: METHOD NOT ALLOWED (url: http://0.0.0.0:9000/store, body:) 
Traceback (most recent call last): 
    File "/Library/Python/2.7/site-packages/raven/base.py", line 222, in send 
    return self.send_remote(url=url, data=message, headers=headers) 
    File "/Library/Python/2.7/site-packages/raven/base.py", line 201, in send_remote 
    response = urllib2.urlopen(req, data).read() 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen 
    return _opener.open(url, data, timeout) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open 
    response = meth(req, response) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response 
    'http', request, response, code, msg, hdrs) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 432, in error 
    result = self._call_chain(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain 
    result = func(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 619, in http_error_302 
    return self.parent.open(new, timeout=req.timeout) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open 
    response = meth(req, response) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response 
    'http', request, response, code, msg, hdrs) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error 
    return self._call_chain(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain 
    result = func(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default 
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 
HTTPError: HTTP Error 405: METHOD NOT ALLOWED 
Thu, 22 Dec 2011 18:45:15 +0000 [CRITICAL] M:sentry.errors.client, P:9067, F:base.py:227, MSG: 
Thu, 22 Dec 2011 18:45:15 +0000 [CRITICAL] M:root, P:9067, F:home.py:17, MSG: 
[22/Dec/2011 18:45:15] "GET/HTTP/1.1" 200 8903 
[22/Dec/2011 18:45:15] "GET /static/css/build/bootstrap/bootstrap.css HTTP/1.1" 304 0 
[22/Dec/2011 18:45:15] "GET /static/css/build/hv-pages.css HTTP/1.1" 200 2019 
[22/Dec/2011 18:45:15] "GET /static/css/build/pages/hv-notifications-dialogs.css HTTP/1.1" 200 373 
Thu, 22 Dec 2011 18:45:15 +0000 [ERROR] M:sentry.errors.client, P:9067, F:base.py:226, MSG:Unable to reach Sentry log server: HTTP Error 405: METHOD NOT ALLOWED (url: http://0.0.0.0:9000/store, body:) 
Traceback (most recent call last): 
    File "/Library/Python/2.7/site-packages/raven/base.py", line 222, in send 
    return self.send_remote(url=url, data=message, headers=headers) 
    File "/Library/Python/2.7/site-packages/raven/base.py", line 201, in send_remote 
    response = urllib2.urlopen(req, data).read() 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen 
    return _opener.open(url, data, timeout) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open 
    response = meth(req, response) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response 
    'http', request, response, code, msg, hdrs) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 432, in error 
    result = self._call_chain(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain 
    result = func(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 619, in http_error_302 
    return self.parent.open(new, timeout=req.timeout) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open 
    response = meth(req, response) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response 
    'http', request, response, code, msg, hdrs) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error 
    return self._call_chain(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain 
    result = func(*args) 
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default 
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 
HTTPError: HTTP Error 405: METHOD NOT ALLOWED 
Thu, 22 Dec 2011 18:45:15 +0000 [WARNING] M:sentry.errors.client, P:9067, F:base.py:227, MSG:Not Found: /favicon.ico 
Thu, 22 Dec 2011 18:45:15 +0000 [WARNING] M:django.request, P:9067, F:base.py:142, MSG:Not Found: /favicon.ico 

次のように私はsettings.pyにいくつかの歩哨設定を設定しました:

SENTRY_SERVERS = ['http://0.0.0.0:9000/store'] 
SENTRY_KEY = "666" 

TEMPLATE_DEBUG = True 
SENTRY_TESTING = True 

LOGGING = { 
    'version': 1, 
    'disable_existing_loggers': True, 
    'formatters': { 
     'default': { 
      'format': '%(asctime)s [%(levelname)s] M:%(name)s, P:%(process)d, F:%(filename)s:%(lineno)d, MSG:%(message)s', 
      'datefmt': '%a, %d %b %Y %H:%M:%S %z', 
     }, 
    }, 
    'root': { 
      'level':'DEBUG',   # CHANGE TO DEFAULT_LEVEL 
      'handlers':['sentry', 'console'], 
    }, 
    'handlers': { 
     'sentry': { 
      'level':'INFO', 
      'class': 'raven.contrib.django.handlers.SentryHandler', 
      'formatter':'default' 
     }, 
     'console':{ 
      'level':'INFO', 
      'class':'logging.StreamHandler', 
      'formatter': 'default' 
     }, 
    }, 
    'loggers': { 
     'sentry.errors': { 
      'level': 'DEBUG', 
      'handlers': ['console'], 
      'propagate': False, 
     }, 
    } 
} 

そして、私は手動でエラーを投げるコードの別のセクションでは

logger = logging.getLogger() 
logger.critical() 

また、セントリとr私のINSTALLED_APPSここ


でaven.contrib.djangoは歩哨のデフォルトの設定ファイル(〜/ .sentry/sentry.conf.pyにある)である:

import os.path 

from sentry.conf.server import * 

ROOT = os.path.dirname(__file__) 

DATABASES = { 
    'default': { 
     # You can swap out the engine for MySQL easily by changing this value 
     # to ``django.db.backends.mysql`` or to PostgreSQL with 
     # ``django.db.backends.postgresql_psycopg2`` 
     'ENGINE': 'django.db.backends.sqlite3', 
     'NAME': os.path.join(ROOT, 'sentry.db'), 
     'USER': 'postgres', 
     'PASSWORD': '', 
     'HOST': '', 
     'PORT': '', 
    } 
} 

SENTRY_KEY = "666" 

# Set this to false to require authentication 
SENTRY_PUBLIC = True 

SENTRY_WEB_HOST = '0.0.0.0' 
SENTRY_WEB_PORT = 9000 

SENTRY_WEB_LOG_FILE = os.path.join(ROOT, 'sentry.log') 
SENTRY_WEB_PID_FILE = os.path.join(ROOT, 'sentry.pid') 

私は」 Sentryサーバーに正しくアクセスしていないのは確かですが、理由はわかりません。カモとジャンゴ砦の文書は非常に簡潔です!どんな助けでも大歓迎です。

答えて

4

時間と時間と時間の後にわかりました!この問題が発生している場合は、解決策になります。

SENTRY_SERVERS = ['http://0.0.0.0:9000/store'] 

にはスラッシュが必要です。

SENTRY_SERVERS = ['http://0.0.0.0:9000/store/'] 

gees。

+0

これはdjango-sentryにバグとして報告したいかもしれません –

+0

これはどこに行きますか?クライアント接続用のJSファイル、あるいはPythonの設定ファイルはどこかにありますか? – NoBugs

0

同じ原因を持つわずかに似た問題に陥る。ここにもそれを掲示する。

これは、sentryの生成された設定ファイルの外観です。私はしかしsentry test でそれをテストしたとき

# You should configure the absolute URI to Sentry. It will attempt to guess it if 
# you don't but proxies may interfere with this. 
SENTRY_URL_PREFIX = 'http://localhost:9001' # No trailing slash! 
SENTRY_WEB_HOST = '0.0.0.0' 
SENTRY_WEB_PORT = 9001` 

それは働いていたログに差し込むとき、私は私 が指示inspite最後のスラッシュを追加したとき、これらのエラーは消えたいくつかのエラー

ERROR Unable to reach Sentry log server: <urlopen error timed out> 
(url:http://localhost:9001/api/store/) 
.......... 
.......... 
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", 
line 1174, in do_open raise URLError(err)..... 
URLError: <urlopen error timed out> 

を得ました。たぶんそれは私の地元の設定や何かと関係があります。

関連する問題