Buzz is discontinued. This can be closed.
** Changed in: gwibber
Status: Incomplete => Invalid
** Changed in: gwibber (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.l
"Thanks for your patch, unfortunately our busy developers haven't been
able to review your patch in a timely manor. The gwibber codebase has
seen significant change and it is likely this patch no longer applies.
Please review it again and if it is still applicable, update it to work
with the latest
Buzz is being discontinued - http://googleblog.blogspot.com/2011/10
/fall-sweep.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
** Changed in: gwibber
Assignee: Ken VanDine (ken-vandine) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
To
The encode to ascii fix was a poor one, but i ment it as an example as
to where to start. It will fail if access_token or secret_token will
contain a character with no equivalent in ascii:
u'ă'.encode('ascii') #this will fail
You could try to encode to UTF-8 instead of ascii, but i can't guarante
I have the same problem on 11.04 with gwibber 3.1.0. I have download
gwibber-service-buzz from here (https://launchpad.net/ubuntu/natty/i386
/gwibber-service-buzz), but the messege field is empty. all other
account works well. problem only with buzz.
--
You received this bug notification because
buzz plugin seems to be buggy with more exceptions coming up when I try
to use the convert to ascii fix.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any mess
gwibber-service -d -o
Loading plugin Twitter version 1.0
Loading plugin Buzz version 1.0
Loading plugin Facebook version 1.1
Facebook: DEBUGSetting up monitors
Facebook: DEBUGRefresh interval is set to 15
Facebook: DEBUG** Starting Refresh - 2011-04-29 22:17:05.32 **
Faceboo
I am facing this issue in Ubuntu 11.04, Gwibber 3.0.0.8
Here is the trackback:
Identi.ca : DEBUG Performing operation
DEBUG:Identi.ca: Performing operation
Identi.ca : ERROR Operation failed
ERROR:Identi.ca: Operation failed
Identi.ca : DEBUGTraceback:
Traceback (most recent cal
I have stumbled across this thread:
http://comments.gmane.org/gmane.comp.web.curl.general/11915
In one post it is sugested that the error may be produced by the remote
server not sending a notify before ending the tls connection. The
following quote may be of interest:
Nikos said, "Several si
** Changed in: gwibber
Assignee: (unassigned) => Ken VanDine (ken-vandine)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
--
@gabriel-samfira: Thanks for the patch, I've applied it in both trunk
and our 3.0 branches. We still haven't gotten a fix for this error
though:
error: (56, 'GnuTLS recv error (-9): A TLS packet with unexpected length
was received.')
I suspect it doesn't happen for everyone, it probably depends
** Branch linked: lp:gwibber
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.
Hello Ken!
>From what i understand from this post:
http://boredzo.org/blog/archives/2008-06-16/what-to-do-if-python-
says-%E2%80%9Ccharacter-mapping-must-return-integer-none-or-
unicode%E2%80%9D
the problem is in the input given to the hmac library:
key.translate(trans_5C)
It seams like gwibb
Thanks for the patch!
I've ported the patch in comment #29 to trunk and push my bzr branch to
lp:~ken-vandine/gwibber/lp_626023
I am still getting errors and can't get messages, but I have never
actually gotten Buzz to work with gwibber from my gmail account. Can
someone look at the branch and v
** Branch linked: lp:~ken-vandine/gwibber/lp_626023
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
--
ubuntu-bugs mailing list
ub
(subscribe only because the assign don't want to find you doh!)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
--
ubuntu-bugs mai
Ken, can you have a look at the patches and see if they make sense?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
--
ubuntu-bugs
I can't send as well.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
Looks like its a google account feature not to share your photo with
everyone. You can change that behavior by following the instructions
here:
http://mail.google.com/support/bin/answer.py?ctx=mail&answer=35529&hl=en
(step 7)
The "GnuTLS recv error" seems to be of little consequence in regards t
About the avatar. It looks like the json received from google, in some
cases does not include the thumbnailUrl (avatar) in the "actor" block:
"actor": {
"profileUrl": "http://www.google.com/profiles/samfiragabriel";,
"thumbnailUrl": "",
"id": "101735734890425678723",
The only way i managed to get rid of that error, was by recompiling
libcurl with OpenSSL instead of GnuTLS and then recompiling python-
pycurl against the new cURL library.
as an ugly hack i did:
apt-get source curl
then modified line 80 of debian/rules to compile using openSSL:
cd debian/build
** Changed in: gwibber
Importance: Undecided => Medium
** Changed in: gwibber
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display
i have build gwibber with this patch in my ppa
https://launchpad.net/~om26er/+archive/test i can see the buzz timeline
but i dont see any avatars gwibber logs show this traceback
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line
53, in
Sorry about that. Its my first patch :). I created a single file
containing all changes to both /usr/lib/python2.6/dist-
packages/gwibber/lib/gtk/buzz.py and /usr/lib/python2.6/dist-
packages/gwibber/microblog/buzz.py.
cd /usr/lib/python2.6/dist-packages/gwibber && patch -p1 <
~/gwibber.patch
sho
Gabriel Samfira, a real patch is usually one file for a single fix i see
three different patches. could you make a single .patch for all the
changes.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/62602
Is this fix in the official release? Kindly let know when we can see the
same in the official repositories.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any m
I applied this patch and the buzz window is showing the messages now
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023
Title:
Gwibber does not display any messages for Google-Buzz
--
ubuntu-bug
Is this patch being incorporated into the ubuntu packages?
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
Found another small bug that does not treat an IndexError.
Google buzz can aggregate feeds from popular sites like twitter. Most
times the feeds look like:
http://twitter.com/TwitterUSERID";>TwitterUSERID: Message
from Twitter here
But in rare cases the feed looks like this:
TwitterUSERID: Mess
Patch from #18 worked for me!
Thank you very much!
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@l
Ken, can you take a look into this patch please! Thanks.
** Changed in: gwibber (Ubuntu)
Status: Confirmed => Triaged
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs,
Made a few corrections to the patch to handle failure of token
authorisation. Also made a mistake in the try...except statement (mea
culpa).
** Attachment added: "gwibber.tar.gz"
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1695218/+files/gwibber.tar.gz
--
Gwibbe
** Tags added: patch
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.
** Patch added: "fixes KeyError on some buzzez that do not have "content", just
"title" (private buzz i think)"
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1693330/+files/gwibber-service.patch
--
Gwibber does not display any messages for Google-Buzz
https://bug
I created 2 patches that solved this bug on my system. The coding is not
pretty...but it seamed to work. Hope this helps someone.
** Patch added: "adds another callback to authorize the oauth_token for google
buzz"
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1693
As I see, solution of problem is quite simple. Is anyone going to fix it
and push it to repo?
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Thanks Gabriel.
It worked only with the link :).
Both: publishing and previewing the Buzz content. I did not modified the
/usr/lib/python2.6/dist-packages/gwibber/microblog/buzz.py, but also I've to
say that I use the Gwibber from the official Gwibber repository (it's newer
than the ubuntu's on
Hi Sebas,
Try copy and pasting this link into your browser:
https://www.google.com/buzz/api/auth/OAuthAuthorizeToken?oauth_token=1%2FmMb9FwDmngHcuz4mqSBwlPRp3ArndpyO6HlTPSTiPcs&domain=anonymous&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fbuzz
After that, copy and paste this command into a te
I'm also affected. I've the last version of Gwibber downloaded
I can't see nothing from my Buzz, and when I try to post something I
get:
Gwibber Dispatcher: DEBUG*** Sending Message ***
Gwibber Dispatcher: DEBUG Performing operation
Traceback (most recent call last):
File "/usr/lib/pyth
One last thing. I used the readonly scope in the authorisation request.
Posting a new buzz might not work :).
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
Looks like its a combination of 2 problems.
The first problem is that gwibber doesn't use the correct Authentication
URL with google. I think it uses:
https://www.google.com/buzz/api/auth/OAuthAuthorizeToken?oauth_token=1%2FyBdQhWBIzyTWeSIgrVk612mqotnL3N99BbZa7VFNm-E&domain=gwibber.com&scope=http
** Changed in: gwibber (Ubuntu)
Importance: Low => Medium
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
Me too have the same problem:
$ gwibber-service -d -o
Gwibber Dispatcher: DEBUGSetting up monitors
Gwibber Dispatcher: DEBUGRefresh interval is set to 15
Gwibber Dispatcher: DEBUG** Starting Refresh - 2010-10-06 20:58:22.07 **
Gwibber Dispatcher: DEBUG Performing operation
Gwibber D
** Also affects: gwibber
Importance: Undecided
Status: New
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
I have the same problem:
$ gwibber-service -d -o
Gwibber Dispatcher: DEBUGSetting up monitors
Gwibber Dispatcher: DEBUGRefresh interval is set to 5
Gwibber Dispatcher: DEBUG** Starting Refresh - 2010-10-02 11:11:02.82 **
Gwibber Dispatcher: DEBUG Performing operation
Gwibber Dispat
I have enabled my Buzz account for testing and I am able to confirm this
behaviour too.
** Changed in: gwibber (Ubuntu)
Status: Incomplete => Confirmed
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification becaus
I suppose, it might be some bug in getting the right authentication link
from google. By the way, when you enter your credentials, google says it
doesn't trust gwibber - and asks to press additionaly a confirmation
button - may be here comes the problem with the link, as it catches some
wrong addre
Got the same problem.
Shows no buzz messages for quite a long time. Updates change nothing (updating
in maverick).
Gwibber Dispatcher: DEBUG Performing operation
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/gwibber/microblog/network.py", line
57, in __init__
I'm having the same issue with Gwibber 2.31.93
Here is my output:
Gwibber Dispatcher: DEBUGSetting up monitors
Gwibber Dispatcher: DEBUGRefresh interval is set to 15
Gwibber Dispatcher: DEBUG** Starting Refresh - 2010-09-11 14:59:39.01 **
Gwibber Dispatcher: DEBUG Performing opera
According to curl doc that error is caused by a network error while
received data. is this behaviour still occurring with facebook or other
accounts?
--
Gwibber does not display any messages for Google-Buzz
https://bugs.launchpad.net/bugs/626023
You received this bug notification because you are
This is the result of this command:
Gwibber Dispatcher: DEBUGSetting up monitors
Gwibber Dispatcher: DEBUGRefresh interval is set to 15
Gwibber Dispatcher: DEBUGRefresh interval is set to 15
Gwibber Dispatcher: DEBUG** Starting Refresh - 2010-09-06 17:36:00.30 **
Gwibber Dispatcher
Please could you run under latest version of gwibber: gwibber-service -d
-o and attach all resulted output to a textfile (following your steps to
reproduce this issue), Thanks!
** Changed in: gwibber (Ubuntu)
Importance: Undecided => Low
** Changed in: gwibber (Ubuntu)
Status: New => In
53 matches
Mail list logo