Certificate Error During Install #309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following the installation process. All went well until attempting to actually install Zotify. Apparently the site has lost its certificate? I'm installing on Windows. Here is the command and first error (others are repeats)
=====
PS C:\Windows\System32\WindowsPowerShell\v1.0> pipx install https://get.zotify.xyz
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError('A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.'))': /
Cannot determine package name from spec 'https://get.zotify.xyz'. Check package spec for errors.
=====
Attempting other methods (not supported) for accessing the resource results in similar type errors:
fatal: unable to access 'https://zotify.xyz/zotify/zotify.git/': schannel: next InitializeSecurityContext failed: SEC_E_CERT_EXPIRED (0x80090328) - The received certificate has expired.
... which is bummer. I was looking forward to using a capture tool running on PowerShell.
Check out #298 for a solution to the problem you have encountered. Essentially, change the package to be installed from "https://get.zotify.xyz" to the following:
pipx install https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip
Should install fine now!
Yep installed without errors. Thanks. Had to use --force to write over the previous installation. Now to the next issue. It keeps throwing Session.SpotifyAuthenticationException(ap_login_failed). So now I'm digging into that. Even created a new account just to test this. LoL. But we made one step forward with your help. Thanks.
See https://github.com/zotify-dev/zotify/issues/290#issuecomment-3124676902