MobGod
|
|
July 02, 2013, 02:53:58 AM |
|
block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it
|
|
|
|
|
Eli0t
|
|
July 02, 2013, 02:57:13 AM |
|
block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it <class 'sqlite3.ProgrammingError'> Python 2.7.3: /usr/bin/python Tue Jul 2 06:55:47 2013
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>) 556 """Runs the handler, flushes the streams, and ends the request.""" 557 try: => 558 protocolStatus, appStatus = self.server.handler(self) 559 except: 560 traceback.print_exc(file=self.stderr) protocolStatus undefined, appStatus undefined, self = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>> /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>) 1116 try: 1117 try: => 1118 result = self.application(environ, start_response) 1119 try: 1120 for data in result: result = None, self = <flup.server.fcgi.WSGIServer object>, self.application = <__main__.Abe instance>, environ = {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function start_response> /usr/local/lib/python2.7/dist-packages/Abe/abe.py in __call__(abe=<__main__.Abe instance>, env={'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>) 271 return '' 272 except: => 273 abe.store.rollback() 274 raise 275 abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>> /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>) 862 store.sqllog.info("ROLLBACK") 863 try: => 864 store.conn.rollback() 865 store.in_transaction = False 866 except store.module.OperationalError, e: store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object>
<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140633392367360 and this is thread id 140633321785088 args = ('SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088',) message = 'SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088'
|
LTC: LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7 DGC: DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d XPM: AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
|
|
|
MobGod
|
|
July 02, 2013, 02:59:55 AM |
|
block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it <class 'sqlite3.ProgrammingError'> Python 2.7.3: /usr/bin/python Tue Jul 2 06:55:47 2013
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>) 556 """Runs the handler, flushes the streams, and ends the request.""" 557 try: => 558 protocolStatus, appStatus = self.server.handler(self) 559 except: 560 traceback.print_exc(file=self.stderr) protocolStatus undefined, appStatus undefined, self = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>> /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>) 1116 try: 1117 try: => 1118 result = self.application(environ, start_response) 1119 try: 1120 for data in result: result = None, self = <flup.server.fcgi.WSGIServer object>, self.application = <__main__.Abe instance>, environ = {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function start_response> /usr/local/lib/python2.7/dist-packages/Abe/abe.py in __call__(abe=<__main__.Abe instance>, env={'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>) 271 return '' 272 except: => 273 abe.store.rollback() 274 raise 275 abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>> /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>) 862 store.sqllog.info("ROLLBACK") 863 try: => 864 store.conn.rollback() 865 store.in_transaction = False 866 except store.module.OperationalError, e: store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object>
<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140633392367360 and this is thread id 140633321785088 args = ('SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088',) message = 'SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088' are you getting that error now ?
|
|
|
|
r3wt (OP)
|
|
July 02, 2013, 03:00:31 AM |
|
that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway. r3wt
|
My negative trust rating is reflective of a personal vendetta by someone on default trust.
|
|
|
Eli0t
|
|
July 02, 2013, 03:02:13 AM |
|
block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it <class 'sqlite3.ProgrammingError'> Python 2.7.3: /usr/bin/python Tue Jul 2 06:55:47 2013
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>) 556 """Runs the handler, flushes the streams, and ends the request.""" 557 try: => 558 protocolStatus, appStatus = self.server.handler(self) 559 except: 560 traceback.print_exc(file=self.stderr) protocolStatus undefined, appStatus undefined, self = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>> /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>) 1116 try: 1117 try: => 1118 result = self.application(environ, start_response) 1119 try: 1120 for data in result: result = None, self = <flup.server.fcgi.WSGIServer object>, self.application = <__main__.Abe instance>, environ = {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function start_response> /usr/local/lib/python2.7/dist-packages/Abe/abe.py in __call__(abe=<__main__.Abe instance>, env={'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>) 271 return '' 272 except: => 273 abe.store.rollback() 274 raise 275 abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>> /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>) 862 store.sqllog.info("ROLLBACK") 863 try: => 864 store.conn.rollback() 865 store.in_transaction = False 866 except store.module.OperationalError, e: store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object>
<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140633392367360 and this is thread id 140633321785088 args = ('SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088',) message = 'SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088' are you getting that error now ? yes
|
LTC: LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7 DGC: DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d XPM: AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
|
|
|
MobGod
|
|
July 02, 2013, 03:02:27 AM |
|
that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway. r3wt thanks for the answer i'm sure other people might asked so it's all clear now
|
|
|
|
DigitalDoom
|
|
July 02, 2013, 03:13:10 AM |
|
Just started mining before bed and already found my first block! Yippee!
|
|
|
|
MobGod
|
|
July 02, 2013, 03:14:39 AM |
|
Getting error as well. <class 'sqlite3.ProgrammingError'> Python 2.7.3: /usr/bin/python Tue Jul 2 07:11:07 2013 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>) 556 """Runs the handler, flushes the streams, and ends the request.""" 557 try: => 558 protocolStatus, appStatus = self.server.handler(self) 559 except: 560 traceback.print_exc(file=self.stderr) protocolStatus undefined, appStatus undefined, self = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>> /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>) 1116 try: 1117 try: => 1118 result = self.application(environ, start_response) 1119 try: 1120 for data in result: result = None, self = <flup.server.fcgi.WSGIServer object>, self.application = <__main__.Abe instance>, environ = {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate,sdch', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_REFERER': 'http://blockexplorer.coinworld.us/chain/Nanotoken?count=50&hi=1723', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/...L, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function start_response> /usr/local/lib/python2.7/dist-packages/Abe/abe.py in __call__(abe=<__main__.Abe instance>, env={'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate,sdch', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_REFERER': 'http://blockexplorer.coinworld.us/chain/Nanotoken?count=50&hi=1723', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/...L, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>) 271 return '' 272 except: => 273 abe.store.rollback() 274 raise 275 abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>> /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>) 862 store.sqllog.info("ROLLBACK") 863 try: => 864 store.conn.rollback() 865 store.in_transaction = False 866 except store.module.OperationalError, e: store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object> <class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140132569052928 and this is thread id 140132649580288 args = ('SQLite objects created in a thread can only be u...32569052928 and this is thread id 140132649580288',) message = 'SQLite objects created in a thread can only be u...32569052928 and this is thread id 140132649580288' I'm working on it but if you refresh the page a couple times it should work fine not sure why this is going on but I'm looking
|
|
|
|
r3wt (OP)
|
|
July 02, 2013, 03:54:48 AM |
|
Just started mining before bed and already found my first block! Yippee!
hey congrats. it seems a few people had a problem with orphans so far, tomorrow i will ask around to try and get a consensus on what the best settings are for cgminer. when i figure it out, i'll update the first post so more people can start mining succesfully without having an orphan problem.
|
My negative trust rating is reflective of a personal vendetta by someone on default trust.
|
|
|
coinerd
|
|
July 02, 2013, 03:59:06 AM |
|
what happened to the part in the OP where it said 50k for coinerd?
|
|
|
|
r3wt (OP)
|
|
July 02, 2013, 04:00:22 AM |
|
what happened to the part in the OP where it said 50k for coinerd?
it said 50. and its still posted only i moved it over to the thread at cryptocoin talk. pretty sure i sent you 50 earlier. did you get it?
|
My negative trust rating is reflective of a personal vendetta by someone on default trust.
|
|
|
coinerd
|
|
July 02, 2013, 04:14:31 AM |
|
what happened to the part in the OP where it said 50k for coinerd?
it said 50. and its still posted only i moved it over to the thread at cryptocoin talk. pretty sure i sent you 50 earlier. did you get it? I just synced - it shows the appropriate number of 50 token deposits now
|
|
|
|
r3wt (OP)
|
|
July 02, 2013, 04:15:33 AM |
|
what happened to the part in the OP where it said 50k for coinerd?
it said 50. and its still posted only i moved it over to the thread at cryptocoin talk. pretty sure i sent you 50 earlier. did you get it? I just synced - it shows the appropriate number of 50 token deposits now awesome, you should have got one from me and one from the giveaway thread.
|
My negative trust rating is reflective of a personal vendetta by someone on default trust.
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
July 02, 2013, 04:59:06 AM |
|
that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway. r3wt Wow, what a dick. All that because the idiot couldn't figure out how to transfer the coins out of that address before someone else got the privkey. Edit: In fact, everyone in that thread deserves fuck all compensation if they didn't know to do that. I'm working on it but if you refresh the page a couple times it should work fine not sure why this is going on but I'm looking
That happens with all your block explorers all the time and always has, how are you just now noticing this?
|
|
|
|
MobGod
|
|
July 02, 2013, 05:07:39 AM |
|
that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway. r3wt Wow, what a dick. All that because the idiot couldn't figure out how to transfer the coins out of that address before someone else got the privkey. Edit: In fact, everyone in that thread deserves fuck all compensation if they didn't know to do that. I'm working on it but if you refresh the page a couple times it should work fine not sure why this is going on but I'm looking
That happens with all your block explorers all the time and always has, how are you just now noticing this? Because if you look at any one I run no-one has said anything to me until now
|
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
July 02, 2013, 05:09:36 AM |
|
Because if you look at any one I run no-one has said anything to me until now
Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources.
|
|
|
|
MobGod
|
|
July 02, 2013, 05:11:49 AM |
|
Because if you look at any one I run no-one has said anything to me until now
Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources. Ok thanks should be fixed now if not I'm going to switch the db in the am
|
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
July 02, 2013, 05:14:41 AM |
|
Because if you look at any one I run no-one has said anything to me until now
Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources. Ok thanks should be fixed now if not I'm going to switch the db in the am It's very much not fixed. http://goo.gl/3PBqx
|
|
|
|
MobGod
|
|
July 02, 2013, 05:52:10 AM |
|
Because if you look at any one I run no-one has said anything to me until now
Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources. Ok thanks should be fixed now if not I'm going to switch the db in the am It's very much not fixed. http://goo.gl/3PBqxOk thanks for checking and telling me I will be switching the db in the am
|
|
|
|
|