Ascoware / get-iplayer-automator

The goal of Get iPlayer Automator is to allow iTunes and your Mac to become the hub for your British Television experience regardless of where in the world you are. Currently, Get iPlayer Automator allows you to download and watch BBC and ITV shows on your Mac. Series-Link/PVR functionality ensures you will never miss your favourite shows. Programmes are fully tagged and added to iTunes automatically upon completion. It is simple and easy to use, and runs on any machine running Mac OS X 10.7 or later. And since the shows are in iTunes, it is extremely easy to transfer them to your iPod, iPhone, or Apple TV allowing you to enjoy your shows on the go or on your television.
GNU General Public License v3.0
144 stars 27 forks source link

Cache will not update with new MacBook Pro running Ventura 13.3.1 #455

Closed David1494 closed 1 year ago

David1494 commented 1 year ago

I am lucky enough to have a brand new MacBook Pro. However the updating Index feeds just cycles endlessly. see MacBook details and Automator

Screenshot 2023-04-14 at 11 20 45 AM

screenshots

Screenshot 2023-04-14 at 11 13 36 AM

Before creating a new ticket, search the current open and closed tickets to see if your issue has already been reported. Use the search box at the top of the page to do so. You can also use the links below to view open and closed tickets in list form.

Open tickets

Closed tickets

If you create a ticket for an issue that has already been reported, your ticket will be closed with no further action. If you are certain your issue has not yet been reported, continue with the instructions below.

Create a succinct title describing your issue in the Title field above, then provide the information requested below. If you do not provide the requested information, your ticket will be closed with no further action.

If you cannot download a program, provide a verbose log of the attempt. See Verbose Log in wiki for instructions on posting a verbose log for your ticket. Your verbose log should show the results from downloading ONLY ONE program. DO NOT post a massive log covering multiple multiple program downloads. IMPORTANT: DO NOT paste your verbose log into your issue report. If you do, expect it to be deleted.

If GiA crashes, provide the OS X crash log by copying the information from Crash Reporter into a file or locating the crash log in $HOME/Library/Logs/DiagnosticReports. See Verbose Log in wiki for instructions on posting a crash log for your ticket. IMPORTANT: DO NOT paste your crash log into your issue report. If you do, expect it to be deleted.

Delete the instructions above before submitting your ticket.


What steps will reproduce the problem? Be specific, and provide as much detail as possible.

What is the expected output? What do you see instead?

What version of GiA are you using? On what version of OS X?

Are you using a web proxy? DNS proxy? VPN? VPS?

What program are you attempting to download (full title, series and episode)? Provide only ONE program as an example.

Please provide any additional information below.

David1494 commented 1 year ago

By the way, I used the MAC migration Assistant . It worked fine and even included the history file from any old MAC. But as above the index just cycles endlessly.

skovatch commented 1 year ago

The issue here is that the tools that actually do the downloading and cache update are still x86_64 only, even though the main application is built for both Intel and Apple architectures. This means you will need to install Rosetta 2. You can try selecting the application in the Finder, choose Get Info, and check "Open using Rosetta". Then, the next time you open it, you should be prompted to install Rosetta 2. Alternately, /usr/sbin/softwareupdate --install-rosetta --agree-to-license will do the job too.

skovatch commented 1 year ago

If I can find a way to build a universal perl and python to include in the app I will do that. I may just not build it for arm64 anymore, which will automatically trigger installation for new users.

David1494 commented 1 year ago

That worked just fine, thanks Scott!