Jump to content

Southgirl

Member
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    3

Southgirl last won the day on January 12 2023

Southgirl had the most liked content!

Recent Profile Visitors

1,660 profile views

Southgirl's Achievements

Member

Member (4/5)

7

Reputation

  1. I found the latest version on the author's Github page. Installed it, but now I'm getting a different error message. Here's the debug info: [14:23:23.623] JustWatch - Alfred[Script Filter] Queuing argument 'bat' [14:23:23.800] JustWatch - Alfred[Script Filter] Script with argv '(null)' finished [14:23:23.803] ERROR: JustWatch - Alfred[Script Filter] Code 1: . . 14:23:23 workflow.py:2093 DEBUG ---------- JustWatch - Alfred (1.1.3) ---------- No module named 'importlib_resources' Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/workflow/workflow.py", line 2107, in run func(self) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/main.py", line 111, in main from justwatch import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/justwatch/__init__.py", line 1, in <module> from .justwatchapi import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/justwatch/justwatchapi.py", line 5, in <module> from lib.agent.agent import UserAgent File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/lib/agent/__init__.py", line 1, in <module> from agent.agent import FakeUserAgent, UserAgent # noqa # isort:skip File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/agent/__init__.py", line 1, in <module> from agent.agent import FakeUserAgent, UserAgent # noqa # isort:skip File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/agent/agent.py", line 7, in <module> from agent.utils import load, load_cached, str_types, update File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/agent/utils.py", line 16, in <module> import importlib_resources as ilr ModuleNotFoundError: No module named 'importlib_resources' [14:23:23.805] JustWatch - Alfred[Script Filter] { "items": [ { "title": "Error in workflow 'JustWatch - Alfred'", "subtitle": "No module named 'importlib_resources'", "valid": false, "icon": { "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns" } } ] } [14:23:25.613] JustWatch - Alfred[Script Filter] Queuing argument 'batman' [14:23:25.787] JustWatch - Alfred[Script Filter] Script with argv '(null)' finished [14:23:25.792] ERROR: JustWatch - Alfred[Script Filter] Code 1: . . 14:23:25 workflow.py:2093 DEBUG ---------- JustWatch - Alfred (1.1.3) ---------- No module named 'importlib_resources' Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/workflow/workflow.py", line 2107, in run func(self) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/main.py", line 111, in main from justwatch import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/justwatch/__init__.py", line 1, in <module> from .justwatchapi import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/justwatch/justwatchapi.py", line 5, in <module> from lib.agent.agent import UserAgent File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/lib/agent/__init__.py", line 1, in <module> from agent.agent import FakeUserAgent, UserAgent # noqa # isort:skip File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/agent/__init__.py", line 1, in <module> from agent.agent import FakeUserAgent, UserAgent # noqa # isort:skip File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/agent/agent.py", line 7, in <module> from agent.utils import load, load_cached, str_types, update File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.A40245FC-A839-4A28-B663-9A839F36895A/./lib/agent/utils.py", line 16, in <module> import importlib_resources as ilr ModuleNotFoundError: No module named 'importlib_resources' [14:23:25.793] JustWatch - Alfred[Script Filter] { "items": [ { "title": "Error in workflow 'JustWatch - Alfred'", "subtitle": "No module named 'importlib_resources'", "valid": false, "icon": { "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns" } } ] }
  2. Updated to version 1.1.2 today, stopped working. Here's the debug info. I'm on Monterey 12.6.1, BTW [21:32:33.388] JustWatch - Alfred[Script Filter] Queuing argument 'class action' [21:32:37.802] JustWatch - Alfred[Script Filter] Script with argv '(null)' finished [21:32:37.807] ERROR: JustWatch - Alfred[Script Filter] Code 1: . . 21:32:33 workflow.py:2093 DEBUG ---------- JustWatch - Alfred (1.1.2) ---------- name 'FakeUserAgentError' is not defined Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 154, in load for item in get_browsers(verify_ssl=verify_ssl): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 99, in get_browsers html = html.split('<table class="w3-table-all notranslate">')[1] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 64, in get with contextlib.closing(urlopen( File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 214, in urlopen return opener.open(url, data, timeout) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 641, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 503: Service Unavailable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/workflow/workflow.py", line 2107, in run func(self) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/main.py", line 111, in main from justwatch import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/./lib/justwatch/__init__.py", line 1, in <module> from .justwatchapi import JustWatch File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/./lib/justwatch/justwatchapi.py", line 7, in <module> HEADER = {'User-Agent': UserAgent().random} File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/agent.py", line 69, in __init__ self.load() File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/agent.py", line 75, in load self.data = load_cached( File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 250, in load_cached update(path, use_cache_server=use_cache_server, verify_ssl=verify_ssl) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 245, in update write(path, load(use_cache_server=use_cache_server, verify_ssl=verify_ssl)) File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 187, in load ret = json.loads(get( File "/Users/UserName/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.DCB3A622-517D-4C6F-9F01-320187C90FD9/lib/agent/utils.py", line 84, in get raise FakeUserAgentError('Maximum amount of retries reached') NameError: name 'FakeUserAgentError' is not defined [21:32:37.810] JustWatch - Alfred[Script Filter] { "items": [ { "title": "Error in workflow 'JustWatch - Alfred'", "subtitle": "name 'FakeUserAgentError' is not defined", "valid": false, "icon": { "path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns" } } ] }
  3. This is a wonderful idea! Would it be possible to add this one? Thanks.
  4. In case anyone's interested, the Wi-Fi toggle's still working. Installed it a couple of days ago, seems to be working fine so far on Monterey 12.3.1.
  5. Yes, new Mac. I'll try that, thanks.
  6. Installed version 3.0.1 and this is the error I'm getting after installation: [12:49:24.361] AirPods Pro Connector[Script Filter] Processing complete [12:49:24.370] AirPods Pro Connector[Script Filter] Passing output '--connect 1C-52-16-D7-F4-6E' to Run Script [12:49:24.371] ERROR: AirPods Pro Connector[Run Script] zsh:3: command not found: BluetoothConnector Mac's running on Monterey 12.3.1.
  7. Installed the newest update for MacOS 12.3, it's working again. Thanks!
  8. This workflow is exactly what I was looking for. Works wonderfully, thanks!
  9. Finally had time to update, and it's working great on High Sierra.
  10. I'll update then. Will keep you posted.
  11. I'll try to install a newer OS this week, and will let you guys know how it went. Thank you both!
  12. So, I clicked on that URL and both times (with and without Little Snitch) I got a page with all kinds of information about the show on my search. The worklfow still keeps giving me the same connection error though (both times as well). It worked flawlessly with the version I had before (from 2016, if I'm not mistaken). Is there something in the latest update that might not work on 10.11? Tested it with the VPN off, but no luck. Tested it on a MacBook Pro running on 10.13.6 as well, it works fine there.
  13. Hi @tone, I got the same message. I'm on 10.11.6 and Alfred version is 4.3.2. Now, the python version is 2.7.10 according to Terminal. But then I remembered I had updated it recently, so Alfred shows me the newer version. I thought updating Python automatically got rid of older versions? Let me know if you need more info.
  14. I recently updated this workflow and it stopped working. My internet connection is working fine, I also checked Little Snitch but Alfred is not blocked. Tried reinstalling it, but keep getting the same error. [14:31:17.000] Movie and TV Show Search[Script Filter] Queuing argument '' [14:31:17.109] Movie and TV Show Search[Script Filter] Script with argv '' finished [14:31:22.255] Movie and TV Show Search[Script Filter] Queuing argument 'the good wife' [14:31:23.023] Movie and TV Show Search[Script Filter] Script with argv '(null)' finished [14:31:23.027] STDERR: Movie and TV Show Search[Script Filter] 14:31:22 workflow.py:2225 DEBUG Workflow version : 2.8.0 14:31:22 workflow.py:1628 DEBUG Reading settings from `/Users/XX/Library/Application Support/Alfred/Workflow Data/com.mcknight.movies/settings.json` ... 14:31:22 workflow.py:2423 DEBUG Set last run version : 2.8.0 14:31:22 workflow.py:2267 DEBUG Workflow finished in 0.502 seconds. [14:31:23.027] Movie and TV Show Search[Script Filter] <?xml version="1.0" encoding="utf-8"?> <items><item valid="no"><title>Uh oh... something went wrong</title><subtitle>Please check your internet connection.</subtitle></item></items>
×
×
  • Create New...