phil65 / script.extendedinfo

script.extendedinfo
http://forum.xbmc.org/showthread.php?tid=160558
GNU General Public License v2.0
60 stars 79 forks source link

YouTube namespace issue #32

Closed Nessus85100 closed 8 years ago

Nessus85100 commented 8 years ago

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

phil65 commented 8 years ago

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.

phil65 commented 8 years ago

YouTube totally sucks in that aspect. :(

Nessus85100 commented 8 years ago

No, the old versions give the same error too.

phil65 commented 8 years ago

then I guess we have reached the API limit :/

Nessus85100 commented 8 years ago

I notice that this commit https://github.com/phil65/script.extendedinfo/commit/9361a91039b419bf1b88bd34c466f2a3df72dacc is missing from Helix branch. Maybe is that the reason ?

phil65 commented 8 years ago

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

phil65 commented 8 years ago

I only port over bugfixes to helix branch.

Nessus85100 commented 8 years ago

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

phil65 commented 8 years ago

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

Nessus85100 commented 8 years ago

ok, will do.

thanks

Nessus85100 commented 8 years ago

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

Nessus85100 commented 8 years ago

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

Nessus85100 commented 8 years ago

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

phil65 commented 8 years ago

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

phil65 commented 8 years ago

workin again or still broken?

Nessus85100 commented 8 years ago

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

finalmakerr commented 8 years ago

Try to replace space with %20.

phil65 commented 8 years ago

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