sneljo1 / auryo

[Discontinued] Auryo - Unofficial Soundcloud Desktop App
http://auryo.com
GNU General Public License v3.0
638 stars 46 forks source link

Request failed with status code 405 #276

Open KebabLord opened 4 years ago

KebabLord commented 4 years ago

Overlay doesn't come, its just this error. Updating clientid didn't work. Tested on both my own build and latest deb release, same error.

Feels like problem is about Auryo's API codes. Soundcloud seems to be updated something. 05-12_18-34-24

NeoGeetz commented 4 years ago

I am having this issue now too, actually a second ago it returned with status code 401 (and now it's 405).

arch linux (auryo-bin package v2.5.3)

ghost commented 4 years ago

Confirming this on Fedora 32 RPM v2.5.3 I also deleted auryo config & cache folders and tried to re-login, the error appears just after login success. The app worked just fine yesterday. Screenshot from 2020-05-13 05-59-41

dhalucario commented 4 years ago

Having this issue too. Maybe soundcloud is testing a new API for some users?

Dzuchun commented 4 years ago

Same issue. Arch Linux 4.19. Tried to delete everything related to Auryo and reinstall. Nothing works.

sneljo1 commented 4 years ago

Seems like SoundCloud has deprecated a bunch of APIs. I will see what further actions I will take. Please bear with me.

netteNz commented 4 years ago

Thanks, same error on Ubuntu 20.04 and installed via de snap store image

dr3mro commented 4 years ago

same here installed via snap store on pop_OS LST 20.04

VP1147 commented 4 years ago

Same here via .deb package and via snap on Debian 10.

RealAct commented 4 years ago

Same here via .deb package or Snap.

DoctorAJ commented 4 years ago

same here.

sneljo1 commented 4 years ago

An update on this: Instead of quickly fixing this, I'm finishing the rewrite which is using newer APIs. I will keep you updated. It's an annoying decision, because Auryo is currently broken, but I would like to spend my time wisely on this. #255

RealAct commented 4 years ago

An update on this: Instead of quickly fixing this, I'm finishing the rewrite which is using newer APIs. I will keep you updated. It's an annoying decision, because Auryo is currently broken, but I would like to spend my time wisely on this. #255

Very good, any approximate time frame in which we can expect a new release with the re-written client?

sneljo1 commented 4 years ago

It is a bank holiday in Belgium, so I have some extra days. I hope to be finished at least by the end of this week. I believe it to be possible, but do not quote me on that. Most of it has been rewritten, just gotta do the logic for playing tracks and queueing them.

RealAct commented 4 years ago

Awesome @Superjo149 can't wait to try out the new version, keep up the good work man!

Aceix commented 4 years ago

Great.. i just reinstalled the latest version thinking the update was done but no. Good to know it's almost ready. Great job!!

sneljo1 commented 4 years ago

New update: I have been working long hours on the rewrite. Since I'm redoing things, I would like to get the playlist queue right this time. This took a bit longer than expected. I had to rewrite this piece today, which gave me not enough time to finish everything up. I'll try and hotfix these APIs and push a new release. The rewritten version will come a bit later.

While I have you here, please consider donating to help me continue to work on Auryo. https://github.com/sponsors/Superjo149

sneljo1 commented 4 years ago

I'll close this issue. Please download the latest version. You mat need to do it manually.

If you want to be updated with the release of 2.6.0, you can follow it #255.

RealAct commented 4 years ago

Thank you very much @Superjo149 for keeping us posted, updating right away.

bartspiering commented 4 years ago

Thanks man! @Superjo149 New version seems to be working fine again

Disorderly007 commented 4 years ago

Extreme noob to git hub, is there a way i can get ver 2.6 for mac i am having this same issue ?

alkaris2 commented 3 years ago

Auryo fails to start up with Error code 403:

image

and from running within Terminal it only shows this;

$ auryo
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397
[1610363070819] INFO : App started
sneljo1 commented 3 years ago

@alkaris2 Created a new issue for this #312

WendelVanRheenen commented 3 years ago

Auryo 405 2021-05-31_11-26

Got the 405 today; does anyone know how to fix?

lysotroph commented 3 years ago

Got this one today aswell, is this word of another API change?

sneljo1 commented 3 years ago

I fear that they the extended period they gave me to migrate, has expired. I got contacted about this to follow up. I have fixed this already in a separate branch along with the rewrite, however, as I am currently working 6/7, I am not able to continue testing and releasing that version at this time.

welpdx commented 3 years ago

@Superjo149 Thanks for the update. Looking forward to future news.

alkaris2 commented 3 years ago

Super annoying that SoundCloud API keeps changing, wish they just had API keys for connecting apps.

Also instead of having to copy+paste the new Client ID when the old ones expire, can't you just fetch request this and append it to the config, you should be able to do this just as if you were going to soundcloud.com? I feel that should be a thing, especially with Electron which has Chromium framework