Certificate Error During Install #309

Open
opened 2025-10-17 12:43:28 -04:00 by Gynzer · 3 comments
Gynzer commented 2025-10-17 12:43:28 -04:00 (Migrated from github.com)

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.

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.
muhammadmichael-netizen commented 2025-10-20 12:07:47 -04:00 (Migrated from github.com)

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!

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!
Gynzer commented 2025-10-24 19:50:38 -04:00 (Migrated from github.com)

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.

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.
Googolplexed0 commented 2025-10-28 00:03:10 -04:00 (Migrated from github.com)

Session.SpotifyAuthenticationException(ap_login_failed)

See https://github.com/zotify-dev/zotify/issues/290#issuecomment-3124676902

> Session.SpotifyAuthenticationException(ap_login_failed) See https://github.com/zotify-dev/zotify/issues/290#issuecomment-3124676902
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
zotify-dev/zotify#309
No description provided.