tone 19 Posted November 27, 2017 Author Share Posted November 27, 2017 Big thanks to @vitor for his help in enhancing this workflow. He's added the OMDb API key as a workflow environment variable as well as implemented OneUpdater (auto-updates). vitor and cands 2 Link to post
geena_chavez 0 Posted December 22, 2017 Share Posted December 22, 2017 Is it planned in the future to add Trakt.tv support? Link to post
Mohammad Alotaibi 0 Posted February 22, 2018 Share Posted February 22, 2018 I was hoping to support IMDB tt no. Link to post
sr_navarre 2 Posted February 22, 2018 Share Posted February 22, 2018 Does anyone have a working download link for this workflow? Link to post
vitor 879 Posted February 22, 2018 Share Posted February 22, 2018 @sr_navarre The top post links to the Github releases page that has the download. Link to post
sr_navarre 2 Posted February 22, 2018 Share Posted February 22, 2018 @vitor Thanks, but when I click any of the Github links I get "Failed to open page." Link to post
vitor 879 Posted February 22, 2018 Share Posted February 22, 2018 36 minutes ago, sr_navarre said: @vitor Thanks, but when I click any of the Github links I get "Failed to open page." Can you open any Github page? Seems like it might be blocked. What about Packal? Link to post
sr_navarre 2 Posted February 22, 2018 Share Posted February 22, 2018 @vitor You're right, it's the network I'm on that's blocking Github. Oh, well. I'll try it when I get home. Thanks! Link to post
romebot 1 Posted February 11, 2020 Share Posted February 11, 2020 Hello, this seemed to be working before, but now, when I find a movie and hit enter on the rotten tomatoes icon to open a browser window and search in rottentomatoes.com, I always get "no results found" and then I have to manually type in the movie again in the search bar. What I found was that in the url, the workflow adds a "+" between words, whereas in a regular site search, there are spaces. How can I fix this? Thx! Link to post
tone 19 Posted February 11, 2020 Author Share Posted February 11, 2020 (edited) Hi @romebot! It's been a while since I've done anything to this workflow, but the issue should now be fixed with the new release on github. Thanks! Edited February 13, 2020 by tone JJJJ 1 Link to post
vitor 879 Posted January 24 Share Posted January 24 1 hour ago, Feuizl said: Could you please update this? To do what? This Workflow has gotten an update last month and works fine. There’s nothing actionable about your request; if you have an issue, you need to say what it is. Feuizl and deanishe 2 Link to post
Feuizl 0 Posted January 24 Share Posted January 24 Ah, please forgive me - Little Snitch had blocked the connection. It works fine as you said. Thank you for this workflow! Link to post
Southgirl 3 Posted Wednesday at 05:35 PM Share Posted Wednesday at 05:35 PM 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> Link to post
tone 19 Posted Thursday at 01:58 PM Author Share Posted Thursday at 01:58 PM 20 hours ago, Southgirl said: 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. Hi @Southgirl, To rule out a network issue, you could try going to https://api.themoviedb.org/3/. If you don't receive the following, it means something on your network is blocking communication: {"status_code":7,"status_message":"Invalid API key: You must be granted a valid key.","success":false} If you are still having issues, you'll have to provide more details (version of Alfred, Mac OS, python, etc) and we can try to get to the bottom of it! Link to post
Southgirl 3 Posted Thursday at 08:34 PM Share Posted Thursday at 08:34 PM 6 hours ago, tone said: {"status_code":7,"status_message":"Invalid API key: You must be granted a valid key.","success":false} 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. Link to post
tone 19 Posted Friday at 03:19 PM Author Share Posted Friday at 03:19 PM (edited) Hi @Southgirl. I'm struggling to find a reason for this issue. It really seems to be a network issue. A couple more things you can try: Try hitting this URL to see if it works. Try disabling Little Snitch temporarily. Edited Friday at 03:20 PM by tone Link to post
Southgirl 3 Posted Friday at 09:22 PM Share Posted Friday at 09:22 PM (edited) 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. Edited Friday at 09:24 PM by Southgirl Link to post
deanishe 1,403 Posted Saturday at 09:14 AM Share Posted Saturday at 09:14 AM (edited) On 3/4/2021 at 9:34 PM, Southgirl said: I thought updating Python automatically got rid of older versions? Only older versions you installed the same way. It never touches the system Python, which is what the workflow uses. Also, the system Python is Python 2. That isn't compatible with the Python 3 you've installed. The problem you're having is almost certainly due to how old your OS is. It has an ancient version of OpenSSL that doesn't support the HTTPS encryption a lot of websites use. As Python uses OpenSSL, it can't connect to such websites. You will have this issue with many workflows written in Python and probably other languages, too. If you can't update to at least High Sierra, you could maybe get them to work by installing Python 2 with Homebrew and editing the workflows to use /usr/local/bin/python instead of /usr/bin/python. Edited Saturday at 09:15 AM by deanishe tone 1 Link to post
Southgirl 3 Posted Saturday at 10:34 PM Share Posted Saturday at 10:34 PM I'll try to install a newer OS this week, and will let you guys know how it went. Thank you both! Link to post
deanishe 1,403 Posted 21 hours ago Share Posted 21 hours ago @Southgirl You could try running these commands in Terminal to see which error message(s) you get. /usr/bin/python -c 'import urllib; urllib.urlopen("https://api.themoviedb.org/3/")' and /usr/bin/python -c 'import urllib; urllib.urlopen("https://github.com/")' Then we'll know if you do actually need to update your OS. Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now