mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 07:08:30 +00:00
debugerror is even less serious
This commit is contained in:
parent
73dd64f8db
commit
944be0876b
@ -155,23 +155,25 @@ $def with (exception_type, exception_value, frames, exception_message, version_i
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="summary">
|
<table width="100%"><tr><td>
|
||||||
<h1>$exception_type : $exception_value</h2>
|
<img src="/static/images/debugerror.png">
|
||||||
</div>
|
</td><td>
|
||||||
<div id="explanation">
|
|
||||||
<p>
|
<p>
|
||||||
<!--ERROR-MARKER-->
|
<!--ERROR-MARKER-->
|
||||||
Oops, Deluge Broke :-( , You might have found a bug, or you did something really stupid ;-).
|
<h1>Oops, Deluge Broke ...</h1>
|
||||||
|
You might have found a bug, or you did something really stupid ;-).
|
||||||
<br />If the error persists :<br />
|
<br />If the error persists :<br />
|
||||||
Read the <a href="http://dev.deluge-torrent.org/wiki/Faq">Faq</a>.<br />
|
Read the <a href="http://dev.deluge-torrent.org/wiki/Faq">Faq</a>.<br />
|
||||||
Try downloading the latest version at
|
Try downloading the latest version at
|
||||||
<a href="http://deluge-torrent.org">deluge-torrent.org</a>
|
<a href="http://deluge-torrent.org">deluge-torrent.org</a>
|
||||||
<br />Visit the <a href="http://forum.deluge-torrent.org">forum</a>
|
<br />Visit the <a href="http://forum.deluge-torrent.org">forum</a>
|
||||||
or the <a href="http://dev.deluge-torrent.org/query">buglist</a> for more info.
|
or the <a href="http://dev.deluge-torrent.org/query">buglist</a> for more info.
|
||||||
</p>
|
</p><br /><br /><br /><br /><br />
|
||||||
|
</td></tr></table>
|
||||||
|
<div id="summary">
|
||||||
|
<h1>$exception_type : $exception_value</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="summary">
|
<div id="summary">
|
||||||
Paste the contents of this text-box when you are asked for a traceback.<br>
|
Paste the contents of this text-box when you are asked for a traceback.<br>
|
||||||
Try to explain what you where doing,
|
Try to explain what you where doing,
|
||||||
@ -344,12 +346,6 @@ def djangoerror():
|
|||||||
|
|
||||||
version_info = "WebUi : %sr%s\nPython %s:" % ( common.get_version() ,common.get_revision(),sys.version)
|
version_info = "WebUi : %sr%s\nPython %s:" % ( common.get_version() ,common.get_revision(),sys.version)
|
||||||
|
|
||||||
try:
|
|
||||||
import dbus
|
|
||||||
version_info += '\ndbus:' + str(dbus.__version__)
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
tback_txt = ''.join(format_tb(tback))
|
tback_txt = ''.join(format_tb(tback))
|
||||||
|
|
||||||
|
|
||||||
|
BIN
deluge/ui/webui/static/images/debugerror.png
Normal file
BIN
deluge/ui/webui/static/images/debugerror.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Loading…
x
Reference in New Issue
Block a user