/srv/irclogs.ubuntu.com/2015/04/20/#launchpad.txt

Jay____Hello All06:11
Jay____I am developer.06:11
Jay____Previously our application was using Launchpad OpenId login service06:11
Jay____But that is too old Now we are yet to convert it to OpenID connect06:12
Jay____I am confused Launchpad still provide OpenID Connect API service for Login?06:12
Jay____Any suggestion please.06:38
Jay____Anyone alive?06:38
maxbOpenID and OpenID Connect are very different protocols, despite the similar names06:55
maxbThere is no reason that a site providing one will necessarily provide the other06:55
maxbI have not heard of OpenID Connect and Launchpad mentioned together before06:56
maxbSo I'm guessing you should simply continue using OpenID06:56
Jay____Yes. Thank you for your answer. I know that both technologies are very different.06:57
Jay____Most popular providers (Which were supporting OpenID) are now providing loging API using Oauth 2.0 combined with OpenID Connect.06:57
Jay____So I was hopping that Launch pad will do the same.06:58
Jay____But as you have said I also Google and found no related suggestion regarding Launchpad OpenId connect.06:58
Jay____Thank you for answering.06:59
Jay____Bye06:59
=== hyperair is now known as m4
=== m4 is now known as hyperair
sergio_br22trying to build a package, it works in a clean environment (virtualbox), but not in launchpad: https://launchpadlibrarian.net/203871645/buildlog_ubuntu-trusty-i386.m64py_0.2.2%2Br161~2~ubuntu14.04.1_BUILDING.txt.gz22:46
sergio_br22.22:47
sergio_br22UnicodeEncodeError: 'ascii' codec can't encode character '\xa9' in position 1037: ordinal not in range(128)22:47
sergio_br22E: pybuild pybuild:256: build: plugin distutils failed with: exit code=1: /usr/bin/python3 setup.py build22:47
sergio_br22any idea?22:48
tewardi think you have unicode in there you have to strip out somewhere22:49
tewardbut I'm not 100% certain22:50
sergio_br22you mean, the problem is in the source? Not in the packaging?22:50
tewardnot 100% certain, can't attest to either of those myself22:51
sergio_br22data_files = [23:04
sergio_br22        ("share/pixmaps", ["xdg/m64py.png"]),23:04
sergio_br22        ("share/applications", ["xdg/m64py.desktop"]),23:04
sergio_br22for me, it's right23:04
sarnolddoes m64py.desktop contain characters outside ascii limits?23:07
sergio_br22let me see23:09
sergio_br22is '\xa9'  an @ ?23:10
sarnoldnot @ but ©23:11
sarnoldat least in iso-8859-1 a9 is an ©23:11
sergio_br22there is a © in src/m64py/ui/license.ui23:12
sarnoldaha; you can try removing it and see if your build progresses further23:12
sergio_br22but in the log, this file does not appears23:12
sarnoldor you can try figuring out if there's something else you can do to the build environment to let it go further, like it did with your vm..23:13
sergio_br22well, I installed only these packages: debhelper  dh-python  python3  python3-pyqt5  pyqt5-dev-tools23:14
sarnoldmy wild-ass-guess is that you've got your local build running in en_US.UTF-8 and the build is running in C -- but I don't know what to suggest to fix that.23:15
sarnold.. or local build in pt_BR.UTF-8, or whatever :) hehe23:16
sergio_br22heh23:17
sergio_br22ok, it was the  ©, but now it's '\u201c'23:32
sergio_br22ergh, “ and ”23:40
tewardunicode and bytestryings are a pain aren't they :P23:47
teward(pytrhon headaches for IRC bot people too xD)23:48
sarnoldwhat annoys me is that things that worked alright in 2.x broke in 3.x. :(23:55
sergio_br22yay, worked23:56

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!