AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

Brew Install Error

Open RakerZh opened this issue 3 years ago • 8 comments

OS

Mac

VERSION

MacOS Monterey 12.1

ISSUE DESCRIPTION

brew install another-redis-desktop-manager

Error: Download failed on Cask 'another-redis-desktop-manager' with message: Download failed: https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.5.2/Another-Redis-Desktop-Manager-M1-arm64-1.5.2.dmg

It seems 1.5.2 for m1 hasn't released yet, so might need to back 1.5.1 in homebrew

RakerZh avatar Feb 17 '22 19:02 RakerZh

Mac M1 version was uploaded to release again, but the sha256 is mismatching now... you can manually download from https://github.com/qishibo/AnotherRedisDesktopManager/releases

qishibo avatar Feb 18 '22 03:02 qishibo

Hello @qishibo, hi @RakerZh,

I just created a PR in the HomeBrew repository for updating the mismatching sha256 value. I hope I did everything correct because this is my first pull request ever here.

You can track it here if you like: https://github.com/Homebrew/homebrew-cask/pull/119385

Have a great weekend.

marchpane avatar Feb 18 '22 20:02 marchpane

I've checked the sha256 code, your PR is right 653b977987407b42fd82fb5fe1830583d7d1fbb8bf32b5ae70f3ed96f238fd92 /home/qii/Downloads/Another-Redis-Desktop-Manager-M1-arm64-1.5.2.dmg

qishibo avatar Feb 19 '22 01:02 qishibo

I've just installed the app using brew. The installation went fine.

image

However, when I'm trying to open Another Redis Desktop Manager then I'm getting this error:

“Another Redis Desktop Manager” is damaged and can’t be opened. You should move it to the Bin.

image

I'm on MacBook Pro 2021 (M1 Pro chip, macOS Monterey 12.1).

LukaszWiktor avatar Feb 28 '22 09:02 LukaszWiktor

@LukaszWiktor

if Mac M1 errors damaged and can’t be opened. You should move it to the Trash:

  1. sudo xattr -rd com.apple.quarantine /Applications/Another\ Redis\ Desktop\ Manager.app
  2. open again

qishibo avatar Feb 28 '22 11:02 qishibo

@LukaszWiktor

if Mac M1 errors damaged and can’t be opened. You should move it to the Trash:

  1. sudo spctl --master-disable
  2. sudo xattr -rd com.apple.quarantine /Applications/Another\ Redis\ Desktop\ Manager.app
  3. open again

could you explain why this works?

jiangxiaoqiang avatar Jun 02 '22 08:06 jiangxiaoqiang

Why do we have to manually remove the quarantine flag for AnotherRedisDesktopManager 🤔.

Moulick avatar Jun 20 '22 14:06 Moulick

Why do we have to manually remove the quarantine flag for AnotherRedisDesktopManager 🤔.

due to signing error🤔 and I've requested Apple to revoke my certification for months, there is still no progress🤔

qishibo avatar Jun 21 '22 00:06 qishibo

Is there any progress on it? I still get the error damaged and can’t be opened. You should move it to the Trash with M2.

Shouldn't sudo spctl --master-enable be run after the installation?

e-compagno avatar Oct 05 '22 11:10 e-compagno

@e-compagnoe actually you need to run only one command sudo xattr -rd com.apple.quarantine /Applications/Another\ Redis\ Desktop\ Manager.app

qishibo avatar Oct 05 '22 12:10 qishibo

Is there any progress on it?

@qishibo I think what @e-compagno is referring to is when will this signing issue be resolved? I'm also curious why it takes so long. Can we somehow speed things up? As far as I understand Apple revoked some certificate for your application, is this correct? Are you in contact with them? Let us know if we as your community can help you!

Shouldn't sudo spctl --master-enable be run after the installation?

I would strongly advice to do so because without Gatekeeper running you would be more vulnerable to bad behavior coming from 3rd party apps.

You can check the status afterwards with spctl --status

marchpane avatar Oct 06 '22 19:10 marchpane

Actually you don't need to run spctl --master-disable command as I said above.

I've requested Apple Developer for months, and they still haven't revoked the Developer ID Application on my lost mac. So I can't create new certs anymore, I'm more anxious than you...

image

qishibo avatar Oct 07 '22 00:10 qishibo