-
Notifications
You must be signed in to change notification settings - Fork 34
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
GetUserFeed request stopped working #45
Comments
YouTube revoked the application key. See if this works for you and let me know otherwise. |
This seems to working. Thanks. |
@oolyum thank you. |
I'm running 2.9 and it worked yesterday, but it's once again giving the request error. The video page still works but the feeds not @i3arnon |
@mrDLSable The quota for the new API key (10K requests per day) is being reached daily. The quota will be reset tomorrow. |
@i3arnon Is it possible to get the app to load the API key from the config file? That way people with the know how could use their own key. |
@i3arnon I was about to ask the same question but @mrDLSable was minutes ahead of me. |
@mrDLSable Sure: #46 |
@jparkerweb thanks for the suggestion to create a key and rebuild from source. It does indeed work but user needs to enable |
For a noob like me, how can I set it up in the program code. I got an APi but I don`t know how the create an exe. |
Hi, On my side is version v2.10 not working. Is it working on your side ? |
I have done some playing around with my own API key and have found out that for me a normal refresh with Podcast Addict generates over 4k requests. Do keep in mind that I have about 100 youtube channels in my podcast library and about 40 new videos to download. Edit: Oh, and I added another youtube channel to my Podcast Addits with 2k videos, so if it did 2 requests per video that might explain it... Doing some more testing. |
Hi, I dont also know how to compile in .exe |
@maxol18 @superfutzi I have written the code needed for the user to input their API key in the program, and once @i3arnon has some time to look at it, I presume the functionality will be added. It should be done in a couple of days I hope. |
#47 is now merged and a new release is published, |
@i3arnon the same exact problem resurfaced again, youcast apparently requires latest YoutubeExplode update to function correctly. However YoutubeExplode 5.x is not a direct replacement for 4.x. Please take a look when you have a chance. |
@qtlin I incorporated YoutubeExplode's latest version and published a new release |
I'm still getting the error 400 with some channels... |
@mrDLSable Give me some examples and I'll try to debug.. |
vsauce works (channelID: vsauce) |
A couple more that don't work: |
@mrDLSable There was an issue with channel ids (as opposed to usernames). The updated release should work |
2.13 or still 2.12? |
@mrDLSable still 2.12 :) |
Works for me now :) Thanks for the quick fix |
actually now channels with a name don't work |
example: crashcourse |
@mrDLSable fixed and updated. |
Testing it now. Looks like it's working. Thanks again for the quick update. Love the app. |
Hi, Is the last version 2.12 working on you side ? |
Even 2.18 works fine for me |
Running latest, v2.8
Several days ago accessing URL FeedService/GetUserFeed?userId=.... stopped working, returns an HTTP error 400 with message:
The server encountered an error processing the request. See server logs for more details.
At the same time URL FeedService/Video.mp4?videoId=... etc. works fine.
Is it only for me or another YouTube change? There is new YoutubeExplode release and the change seems channel list related, although seems minor.
The text was updated successfully, but these errors were encountered: