Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Received error that app needs to be updated #11

Closed
ICU184 opened this issue Jul 19, 2021 · 6 comments
Closed

Received error that app needs to be updated #11

ICU184 opened this issue Jul 19, 2021 · 6 comments

Comments

@ICU184
Copy link

ICU184 commented Jul 19, 2021

Received an error that the app needs to be updated. The program does not show that it is running or will not run on my Macbook Air (M1) running version 11.4.

@DenBeke
Copy link
Owner

DenBeke commented Jul 19, 2021

The application is not signed with valid developer certificate. This because I don't pay the 100 euros per year to Apple for a developer account. So every first time the app is opened it will give this notice.

You can prevent it by opening it via right click:

If you cannot open the app because of 'unidentified developer': Right click on the app and then select 'Open'. A dialog will appear. Click again on 'Open'. From now on you can always open the app without needing to right click on it. More info: Apple Support

I hope this answers your question. Otherwise feel free to re-open this issue.

@DenBeke DenBeke closed this as completed Jul 19, 2021
@shinra-electric
Copy link

shinra-electric commented Jan 12, 2022

I think the message saying that the app needs to be updated is related to the python version.

According to here this error is shown if the app uses python 2.7. Apple are displaying the warning because macOS 13 will only have python 3 pre-installed.

Edit: Not that I see any python scripts in the code though.....

@DenBeke
Copy link
Owner

DenBeke commented Jan 13, 2022

Not that I see any python scripts in the code though.....

The app uses youtube-dl in the background, which is programmed in Python. So I suppose you're right.
Just impossible for me to reproduce the error here.

@shinra-electric
Copy link

Just an FYI, YouTube-dl has some new developers taking over.

ytdl-org/youtube-dl#30568

The old version of youtube-dl will continue to be developed, but there is a new branch called yt-dlp that I believe uses more modern Python and has more features.

https://github.com/yt-dlp/yt-dlp

@DenBeke
Copy link
Owner

DenBeke commented Jan 30, 2022

Thank you for the heads-up. I will look into migrating to yt-dlp, otherwise the app will break in macOS 12.3 since Python 2 support will finally be dropped in macOS.

@DenBeke DenBeke reopened this Jan 30, 2022
@DenBeke
Copy link
Owner

DenBeke commented Feb 1, 2022

I have updated the app to work with yt-dlp. This should fix the problem.
https://github.com/DenBeke/YouTube-Downloader-for-macOS/releases/tag/v0.9

@DenBeke DenBeke closed this as completed Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants