Skip to content
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

There was an error in creating the entry list! #247

Open
willow5 opened this issue Oct 6, 2024 · 4 comments
Open

There was an error in creating the entry list! #247

willow5 opened this issue Oct 6, 2024 · 4 comments

Comments

@willow5
Copy link

willow5 commented Oct 6, 2024

The new fix briefly worked for me (thanks a lot Taapat) but now it's reverted to the previous message I was getting earlier (below). Can anyone help me please?

I tried the authentication /login on startup as suggested on the other thread but it's still not working for me.
1_0_19_287B_800_2_11A0000_0_0_0_20241005143619

@StifflersMom
Copy link

See #245 (comment)

I checked the response and it's "quota exceeded". As you can see, there is some work ongoing to resolve this 😊

@Taapat
Copy link
Owner

Taapat commented Oct 7, 2024

I see that the quota limit problem has started on September 16.
Before that, the plugin used up to 1.5 million queries per day.
After September 16, the quota limit of 3 million is exceeded every day after 3 PM.
I do not believe that the popularity of the plugin has suddenly increased so rapidly.
I have to agree with google that the api key is used somewhere else.
The old key should stop working today and then I'll see if anything has changed.

@typer2020
Copy link

19:39:19.9712 [ActionMap] Map screen 'N/A' context 'WizardActions' -> Action 'ok'.
19:39:19.9714 [YouTube] Selected: my_subscriptions
19:39:20.1044 [YouTubeApi] HTTP Error in get response HTTP Error 403: Forbidden

Does the above log indicate exceeding the limits in the YouTube Data API?

@StifflersMom
Copy link

Does the above log indicate exceeding the limits in the YouTube Data API?

{ "error": { "code": 403, "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.", "errors": [ { "message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.", "domain": "youtube.quota", "reason": "quotaExceeded" } ] } }

There is also a message body, which isn't logged. It states "quota exceeded"
Yes, the problem is back...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants