Jump to content

joh

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by joh

  1. error message when trying to configure Pandoctor:

     

    I also get the error message: <?xml version="1.0" encoding=

    when I try to configure pandoctor.

     

    pandoc 1.14.0.1 is installed on the computer.

    pandoc works fine from the terminal but pandoctor does not. 

     

    Here  ist the debug log: 

     

    [ERROR: alfred.workflow.action.script] 21:00:21 pandoctor.py:1206 DEBUG    {u'<argument>': None,

     u'<flag>': None,
     u'config': True,
     u'help': False,
     u'launch': False,
     u'run': False,
     u'search': False,
     u'store': False}
    21:00:21 workflow.py:940 DEBUG    Loading cached data from : /Users/j********/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/com.hackademic.pandoctor/runner.cache
    21:00:22 workflow.py:1275 ERROR    'NoneType' object has no attribute 'read'
    Traceback (most recent call last):
      File "/Users/j********/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/workflow.py", line 1273, in run
        func(self)
      File "pandoctor.py", line 1208, in main
        res = pd.run(args)
      File "pandoctor.py", line 355, in run
        return method()
      File "pandoctor.py", line 429, in config_codepath
        self.pandoc.config()
      File "pandoctor.py", line 121, in config
        self.store('pandoc', 'outputs', self._formats('output'))
      File "pandoctor.py", line 226, in _formats
        lines = req.text.splitlines()
      File "/Users/j*******/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/web.py", line 220, in text
        return self.content
      File "/Users/j********/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/web.py", line 205, in content
        self._content = self.raw.read()
    AttributeError: 'NoneType' object has no attribute 'read'
  2. Pandoctor: configuration fails

     

     

    I also get the error message: <?xml version="1.0" encoding=

    when I try to configure pandoctor.

     

    pandoc 1.14.0.1 is installed on the computer.

    pandoc works fine from the terminal but pandoctor does not. 

     

    Here  ist the debug log: 

     

    [ERROR: alfred.workflow.action.script] 21:00:21 pandoctor.py:1206 DEBUG    {u'<argument>': None,

     u'<flag>': None,
     u'config': True,
     u'help': False,
     u'launch': False,
     u'run': False,
     u'search': False,
     u'store': False}
    21:00:21 workflow.py:940 DEBUG    Loading cached data from : /Users/j********/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/com.hackademic.pandoctor/runner.cache
    21:00:22 workflow.py:1275 ERROR    'NoneType' object has no attribute 'read'
    Traceback (most recent call last):
      File "/Users/j********/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/workflow.py", line 1273, in run
        func(self)
      File "pandoctor.py", line 1208, in main
        res = pd.run(args)
      File "pandoctor.py", line 355, in run
        return method()
      File "pandoctor.py", line 429, in config_codepath
        self.pandoc.config()
      File "pandoctor.py", line 121, in config
        self.store('pandoc', 'outputs', self._formats('output'))
      File "pandoctor.py", line 226, in _formats
        lines = req.text.splitlines()
      File "/Users/j*******/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/web.py", line 220, in text
        return self.content
      File "/Users/j********/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/web.py", line 205, in content
        self._content = self.raw.read()
    AttributeError: 'NoneType' object has no attribute 'read'
  3. I also get the error message: <?xml version="1.0" encoding=

    when I try to configure pandoctor.

     

    pandoc 1.14.0.1 is installed on the computer.

    pandoc works fine from the terminal but pandoctor does not. 

     

    Here  ist the debug log: 

     

    [ERROR: alfred.workflow.action.script] 21:00:21 pandoctor.py:1206 DEBUG    {u'<argument>': None,

     u'<flag>': None,
     u'config': True,
     u'help': False,
     u'launch': False,
     u'run': False,
     u'search': False,
     u'store': False}
    21:00:21 workflow.py:940 DEBUG    Loading cached data from : /Users/j********/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/com.hackademic.pandoctor/runner.cache
    21:00:22 workflow.py:1275 ERROR    'NoneType' object has no attribute 'read'
    Traceback (most recent call last):
      File "/Users/j********/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/workflow.py", line 1273, in run
        func(self)
      File "pandoctor.py", line 1208, in main
        res = pd.run(args)
      File "pandoctor.py", line 355, in run
        return method()
      File "pandoctor.py", line 429, in config_codepath
        self.pandoc.config()
      File "pandoctor.py", line 121, in config
        self.store('pandoc', 'outputs', self._formats('output'))
      File "pandoctor.py", line 226, in _formats
        lines = req.text.splitlines()
      File "/Users/j*******/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/web.py", line 220, in text
        return self.content
      File "/Users/j********/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.60CECC29-7BBE-4EE5-B5FC-C222BEEEFC55/workflow/web.py", line 205, in content
        self._content = self.raw.read()
    AttributeError: 'NoneType' object has no attribute 'read'
×
×
  • Create New...