phil65/script.extendedinfo

YouTube namespace issue

Closed this issue · 18 comments

Hi Phil
I am getting a script error when i use youtube search in <content>plugin:// if the search string has a namespace.
This is a snippet of the error... http://xbmclogs.com/pspsgptyr but i can post a full debug log if it's needed.

I am on Isengard 15.2 and using the Helix branch of the script.

Thanks
Nessus

Hmm doesnt look like a namespace issue.
Do older versions work? Might also be that i finally reached my API limits, would have to check taht.

YouTube totally sucks in that aspect. :(

No, the old versions give the same error too.

then I guess we have reached the API limit :/

I notice that this commit 9361a91 is missing from Helix branch. Maybe is that the reason ?

no, that is just a rework, nothing in terms of functionality.

I only port over bugfixes to helix branch.

If i get an new API key will fix the issue ?

should be. you could try out exchanging the key in YouTube.py. (please report back if that fixes it)

ok, will do.

thanks

New API key didn't help. Still getting the same error.

And now also with strings with no namespace. eg "NBA" now also gives the same error

By the way i've create a "Browser" key. Is that correct or do i need a different one ?

Hmm should work I think.
You could try putting a prettyprint(result) right before the exception occurs and check the actual value.

workin again or still broken?

No. Is still broken. Didn't had the time to investigate it further.

Try to replace space with %20.

If this still is an issue then please re-open and post all neccessary info. For now I close this.