oSumAtrIX / DownOnSpot

🎧 A Spotify music and playlist downloader working with free Spotify accounts written in Rust
https://osumatrix.me
GNU General Public License v3.0
548 stars 45 forks source link

free-librespot removed and not accessible with SSH key #47

Closed radiumatic closed 1 year ago

radiumatic commented 1 year ago

Describe the bug A clear and concise description of what the bug is. Apparently free-librespot is removed or the private key doesn't have access to it. Error fatal: repository 'git@github.com/oSumAtrIX/free-librespot.git' does not exist occurs To Reproduce Steps to reproduce the behavior:

  1. Download and set SSH key (tried both ssh-agent and config file)
  2. Check authentication with ssh -T git@github.com(successful)
  3. git clone git@github.com/oSumAtrIX/free-librespot.git
  4. Git fails to fetch repository

Expected behavior A clear and concise description of what you expected to happen. Repository being cloned. Screenshots If applicable, add screenshots to help explain your problem. IMG_20230116_125028

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

oSumAtrIX commented 1 year ago

The key should work:

image

radiumatic commented 1 year ago

The key should work:

image

Can you please test it yourself? This is the result with my system: image

oSumAtrIX commented 1 year ago

Not sure, the repository exists.

radiumatic commented 1 year ago

Not sure, the repository exists.

It was a typo in the command 😅 Can I compile spotifyd with this fork? How should you get authentication tokens?

oSumAtrIX commented 1 year ago

spotifyd is available publicly on github.com.

radiumatic commented 1 year ago

spotifyd is available publicly on github.com.

Thanks But I mean Spotify tokens.