panjgoori
|
2012-06-03
, 05:42
|
|
Posts: 1,239 |
Thanked: 1,278 times |
Joined on Aug 2011
@ Balochistan
|
#1001
|
The Following 2 Users Say Thank You to panjgoori For This Useful Post: | ||
|
2012-06-03
, 08:44
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#1002
|
I had this problem recently too. Maybe it's trackname-connected, as this appeared on a tracks "Frozen Will / Legacy" and "Underdogs" by Armored Saint
It's the whole code (If you press edit lyrics youll see it too)
Code:<body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#6622aa"> <td valign=bottom> <br> <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><class '_mysql_exceptions.OperationalError'></strong></big></big></font></td ><td align=right valign=bottom ><font color="#ffffff" face="helvetica, arial">Python 2.6.6: <br>Tue May 22 10:22:08 2012</font></td></tr></table> <p>A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.</p> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr><td bgcolor="#d8bbff"><big> </big><a href="file:///usr/lib/pymodules/python2.6/flup/server/fcgi_base.py">/usr/lib/pymodules/python2.6/flup/server/fcgi_base.py</a> in <strong>run</strong>(self=<flup.server.fcgi_base.Request object>)</td></tr> <tr><td><font color="#909090"><tt><small> 556</small> """Runs the handler, flushes the streams, and ends the request."""<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 557</small> try:<br> </tt></font></td></tr> <tr><td bgcolor="#ffccee"><tt><small> 558</small> protocolStatus, appStatus = self.server.handler(self)<br> </tt></td></tr> <tr><td><font color="#909090"><tt><small> 559</small> except:<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 560</small> traceback.print_exc(file=self.stderr)<br> </tt></font></td></tr> <tr><td><small><font color="#909090">protocolStatus <em>undefined</em>, appStatus <em>undefined</em>, <strong>self</strong> = <flup.server.fcgi_base.Request object>, self.<strong>server</strong> = <flup.server.fcgi.WSGIServer object>, self.server.<strong>handler</strong> = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>></font></small></td></tr></table> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr><td bgcolor="#d8bbff"><big> </big><a href="file:///usr/lib/pymodules/python2.6/flup/server/fcgi_base.py">/usr/lib/pymodules/python2.6/flup/server/fcgi_base.py</a> in <strong>handler</strong>(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)</td></tr> <tr><td><font color="#909090"><tt><small> 1118</small> result = self.application(environ, start_response)<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 1119</small> try:<br> </tt></font></td></tr> <tr><td bgcolor="#ffccee"><tt><small> 1120</small> for data in result:<br> </tt></td></tr> <tr><td><font color="#909090"><tt><small> 1121</small> if data:<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 1122</small> write(data)<br> </tt></font></td></tr> <tr><td><small><font color="#909090">data <em>undefined</em>, <strong>result</strong> = <generator object app></font></small></td></tr></table> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr><td bgcolor="#d8bbff"><big> </big><a href="file:///var/www/lyrics/cgi-bin/lyrics2.fcgi">/var/www/lyrics/cgi-bin/lyrics2.fcgi</a> in <strong>app</strong>(env={'DOCUMENT_ROOT': '/var/www/lyrics/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'pl-PL,en,*', 'HTTP_CONNECTION': 'Keep-Alive', 'HTTP_HOST': 'lyrics.mirkforce.net', 'HTTP_USER_AGENT': 'Mozilla/5.0', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'PATH_INFO': '/armoredsaint/frozenwilllegacy.txt', 'QUERY_STRING': 'artist=armoredsaint&title=frozenwilllegacy', ...}, start_response=<function start_response>)</td></tr> <tr><td><font color="#909090"><tt><small> 39</small> <br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 40</small> <br> </tt></font></td></tr> <tr><td bgcolor="#ffccee"><tt><small> 41</small> db = webinc.dbl(addr) #oh my...<br> </tt></td></tr> <tr><td><font color="#909090"><tt><small> 42</small> context['db'] = db<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 43</small> <br> </tt></font></td></tr> <tr><td><small><font color="#909090">db <em>undefined</em>, <em>global</em> <strong>webinc</strong> = <module 'webinc' from '/var/www/lyrics/cgi-bin/webinc.py'>, webinc.<strong>dbl</strong> = <class webinc.dbl>, <strong>addr</strong> = '95.49.36.148'</font></small></td></tr></table> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr><td bgcolor="#d8bbff"><big> </big><a href="file:///var/www/lyrics/cgi-bin/webinc.py">/var/www/lyrics/cgi-bin/webinc.py</a> in <strong>__init__</strong>(self=<webinc.dbl instance>, addr='95.49.36.148')</td></tr> <tr><td><font color="#909090"><tt><small> 34</small> def __init__(self, addr):<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 35</small> self.addr = addr<br> </tt></font></td></tr> <tr><td bgcolor="#ffccee"><tt><small> 36</small> self.connect()<br> </tt></td></tr> <tr><td><font color="#909090"><tt><small> 37</small> <br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 38</small> def sql(self, s, params = ''):<br> </tt></font></td></tr> <tr><td><small><font color="#909090"><strong>self</strong> = <webinc.dbl instance>, self.<strong>connect</strong> = <bound method dbl.connect of <webinc.dbl instance>></font></small></td></tr></table> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr><td bgcolor="#d8bbff"><big> </big><a href="file:///var/www/lyrics/cgi-bin/webinc.py">/var/www/lyrics/cgi-bin/webinc.py</a> in <strong>connect</strong>(self=<webinc.dbl instance>)</td></tr> <tr><td><font color="#909090"><tt><small> 20</small> def connect(self):<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 21</small> #log('pre connect...')<br> </tt></font></td></tr> <tr><td bgcolor="#ffccee"><tt><small> 22</small> self.db = MySQLdb.connect(host="localhost", user="lyrics", passwd="lalala", db="lyrics", charset='utf8') <br> </tt></td></tr> <tr><td><font color="#909090"><tt><small> 23</small> #log('post connect...')<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 24</small> <br> </tt></font></td></tr> <tr><td><small><font color="#909090"><strong>self</strong> = <webinc.dbl instance>, self.<strong>db</strong> = None, <em>global</em> <strong>MySQLdb</strong> = <module 'MySQLdb' from '/usr/lib/pymodules/python2.6/MySQLdb/__init__.pyc'>, MySQLdb.<strong>connect</strong> = <function Connect>, host <em>undefined</em>, user <em>undefined</em>, passwd <em>undefined</em>, db <em>undefined</em>, charset <em>undefined</em></font></small></td></tr></table> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr><td bgcolor="#d8bbff"><big> </big><a href="file:///usr/lib/pymodules/python2.6/MySQLdb/__init__.py">/usr/lib/pymodules/python2.6/MySQLdb/__init__.py</a> in <strong>Connect</strong>(*args=(), **kwargs={'charset': 'utf8', 'db': 'lyrics', 'host': 'localhost', 'passwd': 'lalala', 'user': 'lyrics'})</td></tr> <tr><td><font color="#909090"><tt><small> 79</small> """Factory function for connections.Connection."""<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 80</small> from connections import Connection<br> </tt></font></td></tr> <tr><td bgcolor="#ffccee"><tt><small> 81</small> return Connection(*args, **kwargs)<br> </tt></td></tr> <tr><td><font color="#909090"><tt><small> 82</small> <br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 83</small> connect = Connection = Connect<br> </tt></font></td></tr> <tr><td><small><font color="#909090"><strong>Connection</strong> = <class 'MySQLdb.connections.Connection'>, <strong>args</strong> = (), <strong>kwargs</strong> = {'charset': 'utf8', 'db': 'lyrics', 'host': 'localhost', 'passwd': 'lalala', 'user': 'lyrics'}</font></small></td></tr></table> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr><td bgcolor="#d8bbff"><big> </big><a href="file:///usr/lib/pymodules/python2.6/MySQLdb/connections.py">/usr/lib/pymodules/python2.6/MySQLdb/connections.py</a> in <strong>__init__</strong>(self=<_mysql.connection closed at 9a199f4>, *args=(), **kwargs={'charset': 'utf8', 'db': 'lyrics', 'host': 'localhost', 'passwd': 'lalala', 'user': 'lyrics'})</td></tr> <tr><td><font color="#909090"><tt><small> 168</small> kwargs2['client_flag'] = client_flag<br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 169</small> <br> </tt></font></td></tr> <tr><td bgcolor="#ffccee"><tt><small> 170</small> super(Connection, self).__init__(*args, **kwargs2)<br> </tt></td></tr> <tr><td><font color="#909090"><tt><small> 171</small> <br> </tt></font></td></tr> <tr><td><font color="#909090"><tt><small> 172</small> self.encoders = dict([ (k, v) for k, v in conv.items()<br> </tt></font></td></tr> <tr><td><small><font color="#909090"><em>builtin</em> <strong>super</strong> = <type 'super'>, <em>global</em> <strong>Connection</strong> = <class 'MySQLdb.connections.Connection'>, <strong>self</strong> = <_mysql.connection closed at 9a199f4>, ).<strong>__init__</strong> = <bound method Connection.__init__ of <_mysql.connection closed at 9a199f4>>, <strong>args</strong> = (), <strong>kwargs2</strong> = {'client_flag': 196608, 'conv': {0: <class 'decimal.Decimal'>, 1: <type 'int'>, 2: <type 'int'>, 3: <type 'long'>, 4: <type 'float'>, 5: <type 'float'>, 7: <function mysql_timestamp_converter>, 8: <type 'long'>, 9: <type 'int'>, 10: <function Date_or_None>, ...}, 'db': 'lyrics', 'host': 'localhost', 'passwd': 'lalala', 'user': 'lyrics'}</font></small></td></tr></table><p><strong><class '_mysql_exceptions.OperationalError'></strong>: (1040, 'Too many connections') <br><tt><small> </small> </tt>args = (1040, 'Too many connections') <br><tt><small> </small> </tt>message = '' <!-- The above is a description of an error in a Python program, formatted for a Web browser because the 'cgitb' module was enabled. In case you are not reading this in a Web browser, here is the original traceback: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/flup/server/fcgi_base.py", line 558, in run protocolStatus, appStatus = self.server.handler(self) File "/usr/lib/pymodules/python2.6/flup/server/fcgi_base.py", line 1120, in handler for data in result: File "/var/www/lyrics/cgi-bin/lyrics2.fcgi", line 41, in app db = webinc.dbl(addr) #oh my... File "/var/www/lyrics/cgi-bin/webinc.py", line 36, in __init__ self.connect() File "/var/www/lyrics/cgi-bin/webinc.py", line 22, in connect self.db = MySQLdb.connect(host="localhost", user="lyrics", passwd="lalala", db="lyrics", charset='utf8') File "/usr/lib/pymodules/python2.6/MySQLdb/__init__.py", line 81, in Connect return Connection(*args, **kwargs) File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 170, in __init__ super(Connection, self).__init__(*args, **kwargs2) OperationalError: (1040, 'Too many connections') -->
|
2012-06-03
, 12:44
|
Posts: 258 |
Thanked: 76 times |
Joined on Sep 2010
@ Lima-Peru
|
#1003
|
i also faced this error but a restart solved it. give your phone a restart and it will be fine.
|
2012-06-03
, 17:22
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#1004
|
|
2012-06-03
, 17:48
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#1005
|
dude u did awsome job for open media player but now only one thing is left that is ''equilizer''
The Following User Says Thank You to vi_ For This Useful Post: | ||
|
2012-06-03
, 23:44
|
Posts: 58 |
Thanked: 43 times |
Joined on Aug 2010
|
#1006
|
The Following 4 Users Say Thank You to BertvanDorp For This Useful Post: | ||
|
2012-06-04
, 09:04
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#1007
|
I guess I found a bug. When watching a video (XVID), the tracker reports in every 15 minutes or so, reporting it has 0 files left to index.. have to press the notification for it to go away. Did not change tracker settings and also did not change anything else, just installed the update!
|
2012-06-04
, 11:59
|
Posts: 58 |
Thanked: 43 times |
Joined on Aug 2010
|
#1008
|
The Following User Says Thank You to BertvanDorp For This Useful Post: | ||
|
2012-06-06
, 10:35
|
Posts: 12 |
Thanked: 27 times |
Joined on Nov 2010
|
#1009
|
The Following 6 Users Say Thank You to Zoin For This Useful Post: | ||
|
2012-06-06
, 13:29
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#1010
|
Tags |
libplayback, mag 4 prez, media, open source, player, portrait mode, re-write, remake, reverse |
|