<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Back into the swing of things</title>
	<atom:link href="http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/</link>
	<description>Who needs facts when you have anecdotal evidence?</description>
	<pubDate>Sat, 04 Feb 2012 12:35:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: sakuramboo</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28963</link>
		<dc:creator>sakuramboo</dc:creator>
		<pubDate>Thu, 12 Mar 2009 02:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28963</guid>
		<description>Upon closing the login window, I get...

Calling auth.getSession...  finished
Calling fql.query...  finished
   -&#62; got my details
Calling notifications.get...  finished
   -&#62; notification changes detected
Downloading ... 
finished

And then it becomes non-responsive.</description>
		<content:encoded><![CDATA[<p>Upon closing the login window, I get&#8230;</p>
<p>Calling auth.getSession&#8230;  finished<br />
Calling fql.query&#8230;  finished<br />
   -&gt; got my details<br />
Calling notifications.get&#8230;  finished<br />
   -&gt; notification changes detected<br />
Downloading &#8230;<br />
finished</p>
<p>And then it becomes non-responsive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nemolivier</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28277</link>
		<dc:creator>nemolivier</dc:creator>
		<pubDate>Fri, 23 Jan 2009 10:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28277</guid>
		<description>ok, work great this morning ! I now have it running.
Thank’s a lot.</description>
		<content:encoded><![CDATA[<p>ok, work great this morning ! I now have it running.<br />
Thank’s a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Some More Software Johns Blog</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28272</link>
		<dc:creator>&#187; Some More Software Johns Blog</dc:creator>
		<pubDate>Fri, 23 Jan 2009 04:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28272</guid>
		<description>[...] Reaction to the posting of my Facebook notifier for GNOME was positive, and I made a few quick fixes to remove some crasher [...]</description>
		<content:encoded><![CDATA[<p>[...] Reaction to the posting of my Facebook notifier for GNOME was positive, and I made a few quick fixes to remove some crasher [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stowers</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28271</link>
		<dc:creator>John Stowers</dc:creator>
		<pubDate>Fri, 23 Jan 2009 00:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28271</guid>
		<description>@all: I just pushed a fix that should stop the segfault. Can you please test again?</description>
		<content:encoded><![CDATA[<p>@all: I just pushed a fix that should stop the segfault. Can you please test again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stowers</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28270</link>
		<dc:creator>John Stowers</dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28270</guid>
		<description>@nemoliver:

This is a crash in webkit. I get a similar sequence of messages, but no segfault

facebook parsing using: XML (N/A)
Calling auth.createToken...  finished
** Message: NP_Initialize
** Message: NP_Initialize succeeded
** Message: NP_Initialize
** Message: NP_Initialize succeeded
** Message: NP_Initialize
** Message: NP_Initialize succeeded
** Message: NP_Initialize
** Message: NP_Initialize succeeded
Calling auth.getSession...  finished

I'm not really sure what the root cause is - I can reliably trigger the crash by destroying the window. I work around it by just hiding it. On your setup this does not appear to be enough. I would suggest reporting the bug into the webkit (http://webkit.org/quality/reporting.html), pywebkit (http://code.google.com/p/pywebkitgtk/) and distribution bug trackers.

Sorry I cannot be more help.</description>
		<content:encoded><![CDATA[<p>@nemoliver:</p>
<p>This is a crash in webkit. I get a similar sequence of messages, but no segfault</p>
<p>facebook parsing using: XML (N/A)<br />
Calling auth.createToken&#8230;  finished<br />
** Message: NP_Initialize<br />
** Message: NP_Initialize succeeded<br />
** Message: NP_Initialize<br />
** Message: NP_Initialize succeeded<br />
** Message: NP_Initialize<br />
** Message: NP_Initialize succeeded<br />
** Message: NP_Initialize<br />
** Message: NP_Initialize succeeded<br />
Calling auth.getSession&#8230;  finished</p>
<p>I&#8217;m not really sure what the root cause is - I can reliably trigger the crash by destroying the window. I work around it by just hiding it. On your setup this does not appear to be enough. I would suggest reporting the bug into the webkit (http://webkit.org/quality/reporting.html), pywebkit (http://code.google.com/p/pywebkitgtk/) and distribution bug trackers.</p>
<p>Sorry I cannot be more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nemolivier</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28266</link>
		<dc:creator>nemolivier</dc:creator>
		<pubDate>Thu, 22 Jan 2009 12:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28266</guid>
		<description>Hello John,

The last code run better… but ;-) :
The applet launch, I can clic on « connect », a new ffx windows open, I log into my facebook count and autorize the application. The a « you can close this windows » appear. When I close it, the applet quit segfault : http://bepo.pastebin.com/m4b3e25d7

Looking into synaptic I have both json and simplejson (this last one depend on python 2.6). They both are the ubuntu-universe.

Thank’s a lot for taking time on this.</description>
		<content:encoded><![CDATA[<p>Hello John,</p>
<p>The last code run better… but <img src='http://www.johnstowers.co.nz/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> :<br />
The applet launch, I can clic on « connect », a new ffx windows open, I log into my facebook count and autorize the application. The a « you can close this windows » appear. When I close it, the applet quit segfault : <a href="http://bepo.pastebin.com/m4b3e25d7" onclick="javascript:pageTracker._trackPageview('/bepo.pastebin.com');" rel="nofollow">http://bepo.pastebin.com/m4b3e25d7</a></p>
<p>Looking into synaptic I have both json and simplejson (this last one depend on python 2.6). They both are the ubuntu-universe.</p>
<p>Thank’s a lot for taking time on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stowers</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28265</link>
		<dc:creator>John Stowers</dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28265</guid>
		<description>@nemoliver, zeeshan: I just pushed a fix that should improve the robustness of the python facebook api library to different json parsing libraries [1] that might be present on your system.

[1] You may have one or more of Python 2.6 json, python-simplejson, python-jsonlib, python-json, python-json-py, or django</description>
		<content:encoded><![CDATA[<p>@nemoliver, zeeshan: I just pushed a fix that should improve the robustness of the python facebook api library to different json parsing libraries [1] that might be present on your system.</p>
<p>[1] You may have one or more of Python 2.6 json, python-simplejson, python-jsonlib, python-json, python-json-py, or django</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stowers</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28264</link>
		<dc:creator>John Stowers</dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28264</guid>
		<description>@nemoliver: Weird - Thats a bug in pyfacebook (the bindings to the facebook API I am using). Please see http://code.google.com/p/pyfacebook/issues/detail?id=106 and let me know if removing python-json and replacing it with python-simplejson works</description>
		<content:encoded><![CDATA[<p>@nemoliver: Weird - Thats a bug in pyfacebook (the bindings to the facebook API I am using). Please see <a href="http://code.google.com/p/pyfacebook/issues/detail?id=106" onclick="javascript:pageTracker._trackPageview('/code.google.com');" rel="nofollow">http://code.google.com/p/pyfacebook/issues/detail?id=106</a> and let me know if removing python-json and replacing it with python-simplejson works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nemolivier</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28263</link>
		<dc:creator>nemolivier</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28263</guid>
		<description>Thank’s for the answer.

I’m not behind a proxy and all my web services seems to run smoothly (pidgin, ffx, dropbox, torents…).
I launch it from my terminal and here is the output : http://pastebin.com/m4ab40519

NémOlivier.</description>
		<content:encoded><![CDATA[<p>Thank’s for the answer.</p>
<p>I’m not behind a proxy and all my web services seems to run smoothly (pidgin, ffx, dropbox, torents…).<br />
I launch it from my terminal and here is the output : <a href="http://pastebin.com/m4ab40519" onclick="javascript:pageTracker._trackPageview('/pastebin.com');" rel="nofollow">http://pastebin.com/m4ab40519</a></p>
<p>NémOlivier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stowers</title>
		<link>http://www.johnstowers.co.nz/blog/index.php/2009/01/22/back-into-the-swing-of-things/#comment-28259</link>
		<dc:creator>John Stowers</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnstowers.co.nz/blog/?p=248#comment-28259</guid>
		<description>@Stemp: I have tried both versions, still crashes. See http://code.google.com/p/pywebkitgtk/issues/detail?id=23

@Vadium: The pages feature is excellent, and wikis, makes it a single place for project hosting. The interface is a lot simpler (launchpad menu structure is too deep). Things like fork-queue and watchers is intuitive - no need to manually sign up for a common team and nominate branches for merge like LP. The site is faster to load. Commits graphs are nicer. Can track a users activity on all branches from their profile. The source browser is better - LP loggerhead bzr code browser is terribly slow and unattractive. Etc etc

@Eetu: I dont like that whole microblogging business, and I felt like writing my own using only the Facebook API, which I presume to be more stable than their RSS feeds

@Zeeshan: Do you get additonal messages posted after that? i.e. every minute you should get Calling fql.query… finished. If this does not happen every minute then its a bug. It works by noticing changes in subsequent fql.query results for a number of differenct queries. 

@Andrea: Thanks, I have commited the new icons.

@nemolivier: If it cannot get passed "trying to connect to facebook" it might be a connectivity problem. Are you behind a proxy?. Once it has connected to facebook, click on the notification icon, a menu should pop up and allow you to click "Connect", which will then load a web browser to let you log in</description>
		<content:encoded><![CDATA[<p>@Stemp: I have tried both versions, still crashes. See <a href="http://code.google.com/p/pywebkitgtk/issues/detail?id=23" onclick="javascript:pageTracker._trackPageview('/code.google.com');" rel="nofollow">http://code.google.com/p/pywebkitgtk/issues/detail?id=23</a></p>
<p>@Vadium: The pages feature is excellent, and wikis, makes it a single place for project hosting. The interface is a lot simpler (launchpad menu structure is too deep). Things like fork-queue and watchers is intuitive - no need to manually sign up for a common team and nominate branches for merge like LP. The site is faster to load. Commits graphs are nicer. Can track a users activity on all branches from their profile. The source browser is better - LP loggerhead bzr code browser is terribly slow and unattractive. Etc etc</p>
<p>@Eetu: I dont like that whole microblogging business, and I felt like writing my own using only the Facebook API, which I presume to be more stable than their RSS feeds</p>
<p>@Zeeshan: Do you get additonal messages posted after that? i.e. every minute you should get Calling fql.query… finished. If this does not happen every minute then its a bug. It works by noticing changes in subsequent fql.query results for a number of differenct queries. </p>
<p>@Andrea: Thanks, I have commited the new icons.</p>
<p>@nemolivier: If it cannot get passed &#8220;trying to connect to facebook&#8221; it might be a connectivity problem. Are you behind a proxy?. Once it has connected to facebook, click on the notification icon, a menu should pop up and allow you to click &#8220;Connect&#8221;, which will then load a web browser to let you log in</p>
]]></content:encoded>
	</item>
</channel>
</rss>

