Giter Club home page Giter Club logo

Comments (23)

Duser919 avatar Duser919 commented on June 23, 2024 6

@AdrianEddy
Is there an update? Have they replied yet? I'm sorry don't know how long this process takes normally.

from aimpyoutube.

AdrianEddy avatar AdrianEddy commented on June 23, 2024 4

This is the result of YouTube and Google API restrictions, they reduce API calls quota and require a lot of paperwork to enable normal usage of the API client. I submitted everything they needed yesterday so hopefully they'll approve it soon and it'll start working again

from aimpyoutube.

AdrianEddy avatar AdrianEddy commented on June 23, 2024 3

YouTube replied today saying the quota is restored, I tested and everything seems to work again, sorry it took this long

from aimpyoutube.

AdrianEddy avatar AdrianEddy commented on June 23, 2024 2

Still waiting for reply from YouTube

from aimpyoutube.

gr1los avatar gr1los commented on June 23, 2024 2

Is there anyway to use our own API key ?

Yes, you can change the APP_KEY in Config.h and recompile.
You could also replace the key in the dll without recompiling, just use any hex editor (like HxD), open aimp_YouTube.dll, go to Search -> Replace:

  • Search for: AIzaSyCeEdBFVx7MrZmbEewZCQrCGyJf02UNY8c
  • Replace for: Your new api key, but make sure it has the same number of characters
  • Datatype: Text-string
  • Check [X] Unicode string
    and click Replace all

YouTube sent me a mail today that they are reviewing the API client, so hopefully it'll be fixed soon

Hm, even with my own API key, it doesn't seem to be working, am I doing something wrong ?

Or is youtube completely declining the client

@snuw

Got the same issue but there is a black spot there.
The new YouTube's API keys have length != of the default one that is packed into the DLL.
A better way is to build the plugin from scratch with your API key.

from aimpyoutube.

gr1los avatar gr1los commented on June 23, 2024 1

YouTube replied today saying the quota is restored, I tested and everything seems to work again, sorry it took this long

@AdrianEddy is a simple quota restoration enough ? Maybe a quota increasement would be more preferable.
Even that could you please resolve the current issue so everyone that is subscribed will get informed? Thanks

from aimpyoutube.

ElmorenohWTF avatar ElmorenohWTF commented on June 23, 2024

My aimpyoutube config:
image
I tried enabling and disabling things but nothing worked

from aimpyoutube.

SlimyRedstone avatar SlimyRedstone commented on June 23, 2024

I've got the same problem, still trying to solve it.

from aimpyoutube.

swartex avatar swartex commented on June 23, 2024

nothing works for me either

from aimpyoutube.

Duser919 avatar Duser919 commented on June 23, 2024

Surprised it took so long for this to pop up here. I have been experiencing the same issue since I updated to v1.7 from v1.5.
Been trying myself to get it to work. The extension also cannot find any playlist on my youtube and cannot play videos when I add them manually using a link. Thought it was an issue with my visuals C++ installs but the issue persists even after I reinstalled windows with a clean install of everything.

Anyone find a solution yet?

from aimpyoutube.

Duser919 avatar Duser919 commented on June 23, 2024

Thank you AdrianEddy! You are a legend for keeping this extension up for so long!

from aimpyoutube.

 avatar commented on June 23, 2024

Is there anyway to use our own API key ?

from aimpyoutube.

AdrianEddy avatar AdrianEddy commented on June 23, 2024

Is there anyway to use our own API key ?

Yes, you can change the APP_KEY in Config.h and recompile.

You could also replace the key in the dll without recompiling, just use any hex editor (like HxD), open aimp_YouTube.dll, go to Search -> Replace:

  • Search for: AIzaSyCeEdBFVx7MrZmbEewZCQrCGyJf02UNY8c
  • Replace for: Your new api key, but make sure it has the same number of characters
  • Datatype: Text-string
  • Check [X] Unicode string
    and click Replace all

YouTube sent me a mail today that they are reviewing the API client, so hopefully it'll be fixed soon

from aimpyoutube.

pianocomposer321 avatar pianocomposer321 commented on June 23, 2024

@AdrianEddy any update on this?

from aimpyoutube.

 avatar commented on June 23, 2024

Is there anyway to use our own API key ?

Yes, you can change the APP_KEY in Config.h and recompile.

You could also replace the key in the dll without recompiling, just use any hex editor (like HxD), open aimp_YouTube.dll, go to Search -> Replace:

  • Search for: AIzaSyCeEdBFVx7MrZmbEewZCQrCGyJf02UNY8c
  • Replace for: Your new api key, but make sure it has the same number of characters
  • Datatype: Text-string
  • Check [X] Unicode string
    and click Replace all

YouTube sent me a mail today that they are reviewing the API client, so hopefully it'll be fixed soon

Hm, even with my own API key, it doesn't seem to be working, am I doing something wrong ?

Or is youtube completely declining the client

from aimpyoutube.

Duser919 avatar Duser919 commented on June 23, 2024

It's definitely working now, thanks! I hope the quota restoration lasts though, at least until the API is approved.
@ElmorenohWTF resolve issue?

from aimpyoutube.

ElmorenohWTF avatar ElmorenohWTF commented on June 23, 2024

Is working for me too, thanks for your amazing work Adrian, I'll see how can I resolve the issue, I'm new on github

from aimpyoutube.

Wip-Sama avatar Wip-Sama commented on June 23, 2024

This has stopped working again, could you make short guide on how to compile it with the personal API key?

from aimpyoutube.

cloewen8 avatar cloewen8 commented on June 23, 2024

This has stopped working again, could you make short guide on how to compile it with the personal API key?

Assuming my pull request got in the day before the plugin was updated, you can supply your own personal API key without needing to recompile:

image

from aimpyoutube.

AdrianEddy avatar AdrianEddy commented on June 23, 2024

I recompiled from latest master, but I haven't checked it, I don't use AIMP anymore
Please check and let me know if it works
aimp_YouTube_v1.8.zip

from aimpyoutube.

Wip-Sama avatar Wip-Sama commented on June 23, 2024

I recompiled from the latest master, but I haven't checked it, I don't use AIMP anymore Please check and let me know if it works aimp_YouTube_v1.8.zip

It says that it does not have binaries for 64-bit, do I need to use AIMP 32-bit?

This has stopped working again, could you make a short guide on how to compile it with the personal API key?

Assuming my pull request got in the day before the plugin was updated, you can supply your own personal API key without needing to recompile:

image

I downloaded the 1.7 from the AIMP website which is the latest release I could find, On Github the latest release is 2020 (1.7)
I did not find any newer releases anywhere.
(That button does not appear anywhere)
Also, I manager to change the client secret and client ID BUT the guide I followed did not say how to get the API key.

Edit: thanks to both of you for your work/time! and sorry for my terrible English...

Edit pt2 (this is embarrassing): Just found another way to add an APIKey/UserAppKey and not it works.
If there's a place where I can find updates on 64bit for the newer version of the plugin that would be great but thanks for the support!

from aimpyoutube.

AdrianEddy avatar AdrianEddy commented on June 23, 2024

Try this one for x64
aimp_YouTube_v1.8-x64.zip

from aimpyoutube.

Wip-Sama avatar Wip-Sama commented on June 23, 2024

it does works but you need to put all the 64x binaries in an x64 folder
so:
aimp_YouTube_v1.8-x64->x64>files

I did not try to do the same thing with the previous file you sent me toght.

from aimpyoutube.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.