Bitcoin Forum
June 21, 2024, 04:31:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 [198] 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 »
3941  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 10:51:21 PM
I did some heavy work on the pool status site on the wiki to make it more readable and up to date. Any help is appreciated.

nice, will do when possible Wink

@clipse how would you know they report it for real at that page, they were testing us the days before faking those
3942  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 10:39:12 PM
I have polmine on info until i work it out.. i will watch both numbers and see which is a lie when a block is found



What did you find out?

home page:
Current round start:  
2011-08-08 16:26:42
Current round duration:  
0 dni 7 godzin 24 minut 59 sekund
Valid round shares/total:  
124 276

BH shows: 124276 6.58% and mines


They're fucking with us.  Their last block was discovered at 2:26 GMT and it changed around 9:30 GMT, 6 hours later.  And, it changed after a period of downtime.  I still have them on info, don't trust them.

you're maybe right...

Current round start:   
2011-08-08 16:26:42
Current round duration:   
0 dni 8 godzin 0 minut 38 sekund
Valid round shares/total:   
202 453

Previous round start:   
2011-08-08 04:52:03
Previous round duration:
0 dni 11 godzin 34 minut 39 sekund
Total amount of shares:
93 406 617

3 round ago...

66)    97,50% (wypłacony) Tx: 6fea3409    ( ..... / 838229) * 50.04043018   ...............   2011-08-08 04:52:03   0 dni 3 godz. 57 min. 16 sek.

they managed to stuff >800.000 shares in 4 hours with "help" of course but at a stable pool rate of ~150Gh/s
3943  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 10:15:52 PM
Well not sure how the digbit admin correlates chrome with attackers but here is hes explaination for chrome user-agent not working:

Code:
Yes, it only limit chrome Chrome/13.0.782.109, because attack are using this.

LOL , take your pick guys http://www.user-agents.org/
3944  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 09:41:19 PM
@organofcorti I don't really get what you're trying to say, all the graphs seem to indicate overall eff. > 1 and that's what really matters to me (liked the 4th one) Smiley
3945  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 08:55:56 PM
I have had it running with --startLP and mine_deepbit on both deepbit and btcguild since yesterday, and have yet to submit a single share. 
the same here...

+1
3946  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 08:38:05 PM
I was wondering, since we stay on slush for such a small amount of time, shouldnt it be given priority over the other eligible pools for hopping? Because, I notice it stil switches back and forth between all hoppable pools when a slush round starts. I would like it to stay on slush till it goes over the 11% threshold...
Or is doing this not matter?

Great minds like alike, lol Cheesy

 Quick thought.  With the slicing, it's probably better off to stick with slush constantly until the 11% when the time comes, rather than switching between other eligible pools.  You get so little time at Slush anyway, it makes sense to give it all you've got for that 5 minutes rather than splitting it up.

What does everyone else think?

it's being fixed right as we are speaking guys, on github
3947  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 07:48:37 PM
Well I get it now with polmine... it goes now to the "evilpools-list" in my book... disabled!

don't make rush decisions, their site is down or lags bitgtime, just checked

edit: @simonk83 you open the *.py file in question with you favorite text editor (notepad will give you headaches) then search for the string you have to remove and replace with the new one, save file and restart bH Tongue
3948  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 06:44:20 PM
I have just a slight diff between shares in BH and shares on Polmine site. But they are discussing delaying stats. But i think not yet in place.

it's been delayed for a while but not too much
3949  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 06:15:43 PM
Any one else having problems with digbtc api?

yes, it doesn't update here too  (edit: either)
3950  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 06:10:18 PM
Quote
damn sure, it gets stuck right after pressing enter


that means it is working.. you didnt tell me you wanted output to both file AND screen.
Code:
try bithopper.py --debug | tee >debuglog

thanks man, will try this way, and I didn't realize it's too different outputting to file or both, every day I learn something  Kiss

edit: launched it with
Code:
| tee > debuglog
and it selects the backup server (one line of output) after that it freezes

edit2: it freezes only in console, file is ok

just managed to hack it like I want

Code:
python bitHopper.py --startLP --debug &> output

I open another console, change dirs, and put

Code:
tail -f output

to see it realtime
3951  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 05:40:35 PM
The error seems to have completely disabled my server, need to initiate a remote forced reboot Sad

whhoaa, you got balls being on the edge in remote kudos to you
3952  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 05:39:14 PM
Quote
damn sure, it gets stuck right after pressing enter


that means it is working.. you didnt tell me you wanted output to both file AND screen.
Code:
try bithopper.py --debug | tee >debuglog

thanks man, will try this way, and I didn't realize it's too different outputting to file or both, every day I learn something  Kiss

edit: launched it with
Code:
| tee > debuglog
and it selects the backup server (one line of output) after that it freezes

edit2: it freezes only in console, file is ok
3953  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 05:18:42 PM
bitHopper.py   --debug  >debug.txt

works for me in windows.


nice, that's a first for windows or it's just me making a fool of myself on this linux console

edit: tried all that joules without success atm, I use google too Wink


yeah i used to be able to do it but i though it was the pipe |.... but that is for sending output to another program.. i guess piping to notepad would have worked as well.


anyways.. sure it doesnt work? works here on linux on damn small, ubuntu and backtrack.. and all versions of windows.

damn sure, it gets stuck right after pressing enter
I will create the file to see if it works, but now seems like we have a lot of blocks found everywhere, time to mine like demons  Grin

edit: btw, ubuntu 11.04 here, Python 2.7.1+ , python-twisted Versión: 10.2.0-1
3954  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 05:08:10 PM
yep, a lot of these appear and my miner stopped too
3955  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 04:43:49 PM
bitHopper.py   --debug  >debug.txt

works for me in windows.


nice, that's a first for windows or it's just me making a fool of myself on this linux console

edit: tried all that joules without success atm, I use google too Wink
3956  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 04:20:59 PM
+1 is there a way to log console in a file,  "python bitHopper.py > error.log" doesn't work for me, we seem to miss the error that could help track this one because it spits messages real fast and the important stuff it's long gone when you stop and copy from the console
Try python bitHopper.py &> error.log if you're on Linux.

ty grinder, and yep ubuntu here  Cheesy

edit: it doesn't start, same issue, I launch like this
Code:
~/bitHopper$ python bitHopper.py --startLP --debug &> error.log
3957  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 02:59:44 PM
pool stats show no shares for the big block.. i dont trust them yet. irc.. ok you got me there..

c0000000000ww

same thing happened on the newest version or c00w-bitHopper-v0.1.3-19-g52db110...the disconnect and too many args thing.. had  a nice debug
output for ya on my clipboard but then decided to copy your file name so you would know i was on the latest.

anyways is there a way to output debug to file?

crap I will redo it in the more when i can watch



+1 is there a way to log console in a file,  "python bitHopper.py > error.log" doesn't work for me, we seem to miss the error that could help track this one because it spits messages real fast and the important stuff it's long gone when you stop and copy from the console
3958  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 03:07:14 AM
@joulesbeef haha I quit counting a while ago

that slush error got my cpu to 100% too, it doesn't appear now

edit: seems like when you watch it more carefully t doesn't show up, like it knows or something

edit: let's see if it show up in here
Code:
back (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] polmine: 53102
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback: <type 'exceptions.TypeError'>: cannot concatenate 'str' and 'long' objects\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1076:gotResult\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1063:_inlineCallbacks\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:361:callback\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks\n--- <exception caught here> ---\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:542:_runCallbacks\n/home/alex/bitHopper/pool.py:189:selectsharesResponse\n/home/alex/bitHopper/pool.py:124:UpdateShares\n/home/alex/bitHopper/lp.py:23:set_owner\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'group'\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1076:gotResult\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1063:_inlineCallbacks\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:361:callback\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks\n--- <exception caught here> ---\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:542:_runCallbacks\n/home/alex/bitHopper/pool.py:175:selectsharesResponse\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] polmine: 53102
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback: <type 'exceptions.TypeError'>: cannot concatenate 'str' and 'long' objects\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1076:gotResult\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1063:_inlineCallbacks\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:361:callback\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks\n--- <exception caught here> ---\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:542:_runCallbacks\n/home/alex/bitHopper/pool.py:189:selectsharesResponse\n/home/alex/bitHopper/pool.py:124:UpdateShares\n/home/alex/bitHopper/lp.py:23:set_owner\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] polmine: 53102
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback: <type 'exceptions.TypeError'>: cannot concatenate 'str' and 'long' objects\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1076:gotResult\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1063:_inlineCallbacks\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:361:callback\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks\n--- <exception caught here> ---\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:542:_runCallbacks\n/home/alex/bitHopper/pool.py:189:selectsharesResponse\n/home/alex/bitHopper/pool.py:124:UpdateShares\n/home/alex/bitHopper/lp.py:23:set_owner\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'group'\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1076:gotResult\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1063:_inlineCallbacks\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:361:callback\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks\n--- <exception caught here> ---\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:542:_runCallbacks\n/home/alex/bitHopper/pool.py:175:selectsharesResponse\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] polmine: 53102
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback: <type 'exceptions.TypeError'>: cannot concatenate 'str' and 'long' objects\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1076:gotResult\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1063:_inlineCallbacks\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:361:callback\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks\n--- <exception caught here> ---\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:542:_runCallbacks\n/home/alex/bitHopper/pool.py:189:selectsharesResponse\n/home/alex/bitHopper/pool.py:124:UpdateShares\n/home/alex/bitHopper/lp.py:23:set_owner\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] polmine: 53102
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback: <type 'exceptions.TypeError'>: cannot concatenate 'str' and 'long' objects\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1076:gotResult\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:1063:_inlineCallbacks\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:361:callback\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks\n--- <exception caught here> ---\n/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:542:_runCallbacks\n/home/alex/bitHopper/pool.py:189:selectsharesResponse\n/home/alex/bitHopper/pool.py:124:UpdateShares\n/home/alex/bitHopper/lp.py:23:set_owner\n]"
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] Error in pool api for polmine
2011-08-08 05:15:22+0200 [HTTP11ClientProtocol,client] "[Failure instance: Traceback (failure with no frames): <class '_newclient.ResponseFailed'>: [<twisted.python.failure.Failure <class 'twisted.internet.error.ConnectionLost'>>]\n]"
2011-08-08 05:15:22+0200 [-] Main loop terminated.
alex@56h777h856jnu6t:~/bitHopper$ ^C
3959  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 02:53:24 AM
the command is like this

c:\python27\python.exe c:\bithopper\bithopper.py --scheduler=altSliceScheduler



try this one see if it works:

Code:
cd bithopper
python bithopper.py --scheduler=altSliceScheduler

edit: woow, got a nasty error with slush's api, running with debug now
3960  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 08, 2011, 02:33:38 AM
How is it broken? It loads for me.
Code:
web.Server Traceback (most recent call last):

<.........................................................................

<type 'exceptions.IOError'>: [Errno 2] No such file or directory: 'index-altslice.html'

what command do you use to launch it ?
Pages: « 1 ... 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 [198] 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!