After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639965 - [vimeo] not usable in grilo-test-ui
[vimeo] not usable in grilo-test-ui
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
git master
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2011-01-19 16:17 UTC by Guillaume Emont (guijemont)
Modified: 2011-02-24 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Dump of http traffic between grilo and vimeo's server (893 bytes, text/plain)
2011-01-19 16:17 UTC, Guillaume Emont (guijemont)
Details

Description Guillaume Emont (guijemont) 2011-01-19 16:17:21 UTC
Created attachment 178746 [details]
Dump of http traffic between grilo and vimeo's server

Vimeo searches do not return any media in grilo-test ui

There seems to be an authentication issue, see the attached traffic dump, vimeo returns the following error:

  <err code="303" expl="The oauth_signature passed was not valid" msg="Invalid signature" />
Comment 1 Guillaume Emont (guijemont) 2011-02-23 10:35:07 UTC
After some experimentation, it seems like the search fails in two cases:
 1. if a search is done too early (for some value of early)
 2. if a search has more than one word in it

My first guess would be that (1) means that we might not wait for some kind of response for the authentication, and that (2) means we have something wrong in the way we generate the signature. Regarding (2), it seems that we don't urlencode the search, which might be related to the issue.
Comment 2 Guillaume Emont (guijemont) 2011-02-24 16:23:04 UTC
Fixed in git by commits 4e304c7..7b62968