Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by xilopaint

  1. Hey, I suggest you to use OneUpdater to add auto-update capability to Alfred Kat. It's very easy to implement.
  2. Thanks!!! I think only for different posts.
  3. I would love to create my own docsets but I don't have a clue on PHP and can barely understand the README of the builder's repo. 😞 It seems to be.
  4. You are not lazy if you use your dash docset builder to make this requested docset . 😃
  5. The latest version of the workflow is working for me on Catalina.
  6. Hey guys, I just created a workflow for keeping track of COVID-19 statistics. Stay safe! https://github.com/xilopaint/alfred-covid-19-radar
  7. If I keep `from workflow import Workflow` in background.py I get this: 21:25:53 workflow.py:2061 DEBUG ---------- Alfred PDF Tools (2.16.0) ---------- 21:25:53 workflow.py:1468 DEBUG reading settings from /Users/****/Library/Application Support/Alfred/Workflow Data/com.xilopaint.alfredapp.pdftools/settings.json 21:25:53 workflow.py:2338 INFO checking for update ... 21:25:53 background.py:233 DEBUG [__workflow_update_check] command cached: /Users/****/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.xilopaint.alfredapp.pdftools/__workflow_update_check.argcache 21:25:53 background.py:237 DEBUG [__workflow_update_check] passing job to background runner: ['/usr/bin/python', '/Users/****/Developer/Alfred Workflows/Alfred PDF Tools/alfred-pdf-tools/src/workflow/background.py', '__workflow_update_check'] Traceback (most recent call last): File "/Users/****/Developer/Alfred Workflows/Alfred PDF Tools/alfred-pdf-tools/src/workflow/background.py", line 28, in <module> from workflow import Workflow File "/Users/****/Developer/Alfred Workflows/Alfred PDF Tools/alfred-pdf-tools/src/workflow/workflow.py", line 47, in <module> from .util import AcquisitionError # noqa: F401 ValueError: Attempted relative import in non-package 21:25:53 background.py:241 ERROR [__workflow_update_check] background runner failed with 1 21:25:53 workflow.py:2103 DEBUG ---------- finished in 0.353s ----------
  8. Hey @deanishe, after fixing a lot of issues in the attempt of adapting the library for Python 3 I came across this: 10:01:18 workflow.py:2061 DEBUG ---------- Alfred PDF Tools (2.16.0) ---------- 10:01:18 workflow.py:1468 DEBUG reading settings from /Users/xxxx/Library/Application Support/Alfred/Workflow Data/com.xilopaint.alfredapp.pdftools/settings.json 10:01:18 workflow.py:2338 INFO checking for update ... 10:01:18 background.py:233 DEBUG [__workflow_update_check] command cached: /Users/xxxx/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.xilopaint.alfredapp.pdftools/__workflow_update_check.argcache 10:01:18 background.py:237 DEBUG [__workflow_update_check] passing job to background runner: ['/usr/bin/python', '/Users/xxxx/Developer/Alfred Workflows/Alfred PDF Tools/alfred-pdf-tools/src/workflow/background.py', '__workflow_update_check'] Traceback (most recent call last): File "/Users/xxxx/Developer/Alfred Workflows/Alfred PDF Tools/alfred-pdf-tools/src/workflow/background.py", line 28, in <module> from .workflow import Workflow ValueError: Attempted relative import in non-package 10:01:18 background.py:241 ERROR [__workflow_update_check] background runner failed with 1 10:01:18 workflow.py:2103 DEBUG ---------- finished in 0.071s ---------- As you can see I changed `from workflow import Workflow` in background.py to `from .workflow import Workflow` but it doesn't work. What's the problem?
  9. Nah, I just realised it's an import issue. Python 3 doesn't support implicit relative imports.
  10. Well, at the moment I'm getting `ModuleNotFoundError: No module named 'util'`. I should be missing something very basic. I have no clue why I'm getting this error.
  11. @deanishe I need something like `Wofklow3.cache_data()` and `Workflow3.cached_data()` in a Python 3 workflow. Would it be easy to adapt alfred-workflow to work with Python 3 for those methods or you recommend me to simply write and read the cache files using Python 3?
  12. Optimize is not a keyword, it's a file action. In the following link you can see how to perform a file action: https://www.alfredapp.com/blog/tips-and-tricks/file-actions-from-alfred-or-finder/
  13. Is v2 already in the road map with Python 3 support? 😁
  14. Any chance to get the method added to the library?
  15. Is there anything in Alfred-Workflow like the `Requests.iter_lines()` method?
  16. This workflow is working normally for me.
  17. Did you rerun the tinypng_config keyword and entered your API key after making this adjustment? If not you're not using your own API key.
  18. @Roman52 I see you're using the keyword. Do you have the same issue by using the file action instead of the keyword?
  19. @Roman52 do you still have the issue if you try to shrink one file at a time.
  20. Yes. I guess Catalina is frowned upon because of the hard Beta program which was surrounded by a lot of criticism. Yet I haven't been facing issues since the release of the first stable version, it's been really pretty stable for me.
  21. I should add that I followed this procedure with no success.
  22. Hey Vitor, I'm getting this: [03:47:25.544] MarkdownTransform[Hotkey] Processing complete [03:47:25.547] MarkdownTransform[Hotkey] Passing output 'ksfklsdjfklsdjfl[ksd]jfl' to Run Script [03:47:32.491] STDERR: MarkdownTransform[Run Script] /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- redcarpet (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /Users/***/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.87D997CD-0A30-4355-96DB-A45BBAE573A6/ipboard_bbcode_renderer.rb:1:in `<top (required)>' from ./bbcode:4:in `require_relative' from ./bbcode:4:in `<main>' [03:47:32.498] MarkdownTransform[Run Script] Processing complete [03:47:32.499] MarkdownTransform[Run Script] Passing output '' to Copy to Clipboard [03:47:32.500] MarkdownTransform[Copy to Clipboard] Processing complete [03:47:32.502] MarkdownTransform[Copy to Clipboard] Passing output '' to Run Script
  23. @Roman52 please, try running the workflow again and paste here the output of the Alfred debbuger.
×
×
  • Create New...