Jump to content

Driverseat

Member
  • Posts

    1
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Driverseat

  1. Basically a great workflow. the issue i got is that the result notification is empty (showing no result). can anyone help me please? Many thanks....

     

    The debug information in alfred is as follows:

     

    [iNFO: alfred.workflow.input.keyword] Processing output 'alfred.workflow.action.script' with arg ''

    [iNFO: alfred.workflow.input.keyword] Processing output 'alfred.workflow.output.notification' with arg ''

    [ERROR: alfred.workflow.action.script] Traceback (most recent call last):

      File "speedtest-cli.py", line 548, in <module>

        main()

      File "speedtest-cli.py", line 543, in main

        speedtest()

      File "speedtest-cli.py", line 419, in speedtest

        servers = closestServers(config['client'])

      File "speedtest-cli.py", line 284, in closestServers

        uh = urlopen('http://www.speedtest.net/speedtest-servers.php')

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen

        return opener.open(url, data, timeout)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open

        response = meth(req, response)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response

        'http', request, response, code, msg, hdrs)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 469, in error

        result = self._call_chain(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain

        result = func(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 656, in http_error_302

        return self.parent.open(new, timeout=req.timeout)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open

        response = meth(req, response)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response

        'http', request, response, code, msg, hdrs)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 469, in error

        result = self._call_chain(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain

        result = func(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 656, in http_error_302

        return self.parent.open(new, timeout=req.timeout)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open

        response = meth(req, response)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response

        'http', request, response, code, msg, hdrs)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 469, in error

        result = self._call_chain(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain

        result = func(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 656, in http_error_302

        return self.parent.open(new, timeout=req.timeout)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open

        response = meth(req, response)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response

        'http', request, response, code, msg, hdrs)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 469, in error

        result = self._call_chain(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain

        result = func(*args)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 656, in http_error_302

        return self.parent.open(new, timeout=req.timeout)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open

        response = meth(req, response)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response

        'http', request, response, code, msg, hdrs)

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 469, in error

        result = self._call_chain(*args)

    [iNFO: alfred.workflow.action.script] Processing output 'alfred.workflow.output.notification' with arg ''

×
×
  • Create New...