Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N
by
blackops1
on 02/05/2014, 19:32:01 UTC
Boris, may i know what does this mean and how do i solve this?

Quote
raise URLError(err)
URLError:

Sorry, no idea why that would be, please post your full command line or conf file and someone can probably help

How about this, Boris?

~/proxypool/payout$ python payout.py
2014-05-02 21:30:12.185963 Share processing thread started...
2014-05-02 21:30:12.189343 Payment processing thread started...
2014-05-02 21:30:12.212968 Fetching shares from database...
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
    self.run()
  File "/home/alex/proxypool/payout/sharelogger.py", line 39, in run
    self.log_share(json.loads(raw_share))
  File "/home/alex/proxypool/payout/sharelogger.py", line 87, in log_share
    vtcinfo = self.get_info("vtc")
  File "/home/alex/proxypool/payout/sharelogger.py", line 50, in get_info
    info = self.walletcmd(self.wallets[wallet], "getinfo")
  File "/home/alex/proxypool/payout/sharelogger.py", line 46, in walletcmd
    return HttpClient(**wallet).call(method, *params)
  File "/usr/local/lib/python2.7/dist-packages/pyjsonrpc/http.py", line 98, in call
    password = self.password
  File "/usr/local/lib/python2.7/dist-packages/pyjsonrpc/http.py", line 33, in http_request
    response = urllib2.urlopen(request)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 761, in run
    self.__target(*self.__args, **self.__kwargs)
  File "payout.py", line 315, in run_sharepayout
    vtc_txhash, vtc_tx, mon_txhash, mon_tx = pay_shares()
  File "payout.py", line 129, in pay_shares
    vtc_balance = vtc_wallet.get_balance() - config["minbalance"]
  File "payout.py", line 50, in get_balance
    return self.walletcmd("getbalance") - self.walletcmd("getbalance", config["feeaccount"])
  File "payout.py", line 43, in walletcmd
    return HttpClient(**self.walletcfg).call(method, *params)
  File "/usr/local/lib/python2.7/dist-packages/pyjsonrpc/http.py", line 98, in call
    password = self.password
  File "/usr/local/lib/python2.7/dist-packages/pyjsonrpc/http.py", line 33, in http_request
    response = urllib2.urlopen(request)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: