-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YouTube connection: Resource Unavailable (403) #2
Comments
I tried resetting and even reinstalling the app, but neither action fixed the problem. |
I can confirm this. I linked my Google account, but I get the same error every time I try to interact with YouTube content. |
I need to recreate a new YouTube API key / validate the app with YouTube. |
I see, thanks for getting back! |
I have also been experiencing this issue today. |
Error: Object reference not set to an instance of an object. |
Did you fix this issue already? I still can't access youtube via the app. |
I don't think so.. @DominicMaas friendly ping |
same here
there's something we can do to fix it from our end ? the other day i got similar app that use YouTube API and it stopped working, |
I know next to nothing about programming but it seems like there's a variable named either &key or clientKey, so i guess we can just find where that variable is set and change it |
https://github.com/DominicMaas/SoundByteOSS/blob/master/music-providers/youtube/src/libs/helpers.ts I think it's the clientKey thing at the top of this, I'm guessing just change it and then build from the source with the added change? |
in not sure is the one u talking about even though i found the proccess to make a youtube key and i did it and the key looks pretty similar, |
I did find a place on app says load unpacked music providers i changed the key and for a moment I thought we maybe fixed it but a pop up messages came says this feature is unavailable :( |
(Dev here) Apologies for the delays everyone, I won't be able to have a proper look at everything until a week or two from now (been insanely busy since ~March). There will be two problems with the app, 1, the YouTube library is out of date, I can fix that when I get some time off, and 2, the YouTube API key. I need to validate the app with YouTube (so write up a report / video of the app usage, so YouTube can approve the API key), if that fails, I'll expose the ability to have custom API keys or something. Pretty much the app was being rewritten before I ran out of time to finish rewriting it, so everything is a half-broken mess sadly, I'll give myself a few days to update the app to the latest libraries, remove any half broken bits, try fix some bugs, and build a video for the YouTube API team to look at. I'll also try to work on building instructions so people can build the app from source, but that will be a little later. Soon.... hopefully soon... Sorry about the mess with SoundByte this year |
Huh, looks like I left this repo in a better state than I thought, the core bits of the app are all opened sourced, and orginised nicely, well done past Dominic! |
I've created a new YouTube client ID and have updated the source code. Logging in with your YouTube account does not work yet. I'm going to try get the API key approved, and then release an app update (along with minor SoundCloud fixes). But you should be able to build the app, and then listen to YouTube music videos not logged in. |
Describe the bug
I downloaded this app last night and it worked fine then. However, since this morning (15.Aug.2020), the YouTube connection seems broken. For example, under "Trending YouTube Music Videos" in Browse, or searching for Tracks, Playlists etc. the YouTube sections always show "Resource Unavailable: Response status code does not indicate success: 403 ()."
To Reproduce
Steps to reproduce the behavior:
Expected behavior
YouTube thumbnails should show up as how it is in SoundCloud.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: