Hello everyone,

I've just installed the chritter extension yesterday and looks like
there is something going wrong here(I've downloaded the extension from
this thread, version 0.5).
I'm using Chrome on linux (32-bits install).

The extension loads well and after I click on signup, it shows me the
twitter page asking for confirmation. So far, so good, I click in
"allow" the the extension fetches the token data but stops there. My
toolbar shows the text "Fetching tweets..." and stays in this state
forever.
Inspecting background.html I discovered this error message at the
console:
Uncaught Error: Invalid value for argument 0. Property 'parentId':
Expected 'string' but got 'integer'.

The following code shows the function where it happens:
 // save a token as a bookmark
  function storeToken() {
    chrome.bookmarks.create({title:bookmarkName, url:bookmarkUrl
+encodeURI(JSON.stringify(token)), parentId:parentId},
           function(bookmark) {bookmarkId = bookmark.id;});
  }

Thanks for any help,

Victor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to