smoltSendProfile doesn't for F7 right now!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Has anyone managed to get smoltSendProfile to send the data recently - for me
all my machines generate the data but then at the line,
Send this information to the Smolt server? (y/n) y

It just hangs - if I eventually break out with ctrl-c it just gives:
Traceback (most recent call last):
  File "/usr/bin/smoltSendProfile", line 133, in <module>
    if profile.send(user_agent=opts.user_agent, smoonURL=opts.smoonURL,
timeout=opts.timeout):
  File "/usr/share/smolt/client/smolt.py", line 465, in send
    ('Content-type', 'application/x-www-form-urlencoded')))
  File "/usr/lib/python2.5/site-packages/urlgrabber/grabber.py", line 885, in
urlopen
    return self._retry(opts, retryfunc, url)
  File "/usr/lib/python2.5/site-packages/urlgrabber/grabber.py", line 846, in _retry
    r = apply(func, (opts,) + args, {})
  File "/usr/lib/python2.5/site-packages/urlgrabber/grabber.py", line 884, in
retryfunc
    return URLGrabberFileObject(url, filename=None, opts=opts)
  File "/usr/lib/python2.5/site-packages/urlgrabber/grabber.py", line 1002, in
__init__
    self._do_open()
  File "/usr/lib/python2.5/site-packages/urlgrabber/grabber.py", line 1069, in
_do_open
    fo, hdr = self._make_request(req, opener)
  File "/usr/lib/python2.5/site-packages/urlgrabber/grabber.py", line 1165, in
_make_request
    fo = opener.open(req)
  File "/usr/lib/python2.5/urllib2.py", line 374, in open
    response = self._open(req, data)
  File "/usr/lib/python2.5/urllib2.py", line 392, in _open
    '_open', req)
  File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/site-packages/urlgrabber/keepalive.py", line 329, in
http_open
    return self.do_open(HTTPConnection, req)
  File "/usr/lib/python2.5/site-packages/urlgrabber/keepalive.py", line 236, in
do_open
    r = h.getresponse()
  File "/usr/lib/python2.5/httplib.py", line 924, in getresponse
    response.begin()
  File "/usr/lib/python2.5/httplib.py", line 385, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.5/httplib.py", line 343, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.5/socket.py", line 330, in readline
    data = recv(1)
KeyboardInterrupt

Anyone else seeing this?


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux