IRC Log for #openid on 2010-06-21
Timestamps are in UTC.
- [00:35:10] * jdk2588 (~chatzilla@117.199.113.132) Quit (Read error: Connection reset by peer)
- [00:55:15] * jdk2588 (~chatzilla@117.199.116.220) has joined #openid
- [00:59:34] * jdk2588 (~chatzilla@117.199.116.220) Quit (Read error: Connection reset by peer)
- [01:15:30] * kengyu (~kengyu@210.242.151.101) has joined #openid
- [01:23:01] * jdk2588 (~chatzilla@117.199.117.62) has joined #openid
- [01:34:33] * salbito (~salbito@cpe-67-252-186-70.buffalo.res.rr.com) Quit (Quit: Leaving...)
- [01:41:32] * jdk2588 (~chatzilla@117.199.117.62) Quit (Read error: Connection reset by peer)
- [02:01:23] * jdk2588 (~chatzilla@117.199.119.174) has joined #openid
- [02:19:44] * jdk2588 (~chatzilla@117.199.119.174) Quit (Ping timeout: 240 seconds)
- [03:03:21] * jdk2588 (~chatzilla@117.199.114.195) has joined #openid
- [03:56:26] * binaryjohn (~binaryjoh@cpe-24-30-142-68.san.res.rr.com) has joined #openid
- [04:00:39] * binaryjohn (~binaryjoh@cpe-24-30-142-68.san.res.rr.com) Quit (Quit: binaryjohn)
- [04:12:36] * binaryjohn (~binaryjoh@cpe-24-30-142-68.san.res.rr.com) has joined #openid
- [05:15:33] * jdk2588 (~chatzilla@117.199.114.195) Quit (Ping timeout: 276 seconds)
- [05:17:39] * jdk2588 (~chatzilla@117.199.126.199) has joined #openid
- [05:33:34] * jdk2588 (~chatzilla@117.199.126.199) Quit (Ping timeout: 260 seconds)
- [05:36:10] * Kaliya (~Adium@c-98-210-197-212.hsd1.ca.comcast.net) has joined #openid
- [05:40:54] * Kaliya (~Adium@c-98-210-197-212.hsd1.ca.comcast.net) Quit (Ping timeout: 276 seconds)
- [05:44:02] * binaryjohn (~binaryjoh@cpe-24-30-142-68.san.res.rr.com) Quit (Quit: binaryjohn)
- [07:42:32] * xeyne (c41ef595@gateway/web/freenode/ip.196.30.245.149) has joined #openid
- [08:21:53] * oxi (~oxi@unaffiliated/oxi) has joined #openid
- [08:27:17] * oxi (~oxi@unaffiliated/oxi) Quit (Quit: oxi)
- [08:32:43] * oxi (~oxi@unaffiliated/oxi) has joined #openid
- [09:37:19] * b_b (~spectrum@2a01:e35:2e38:4cb0:2d0:9ff:fee9:f53a) has joined #openid
- [09:37:37] * b_b (~spectrum@2a01:e35:2e38:4cb0:2d0:9ff:fee9:f53a) has left #openid
- [09:38:11] * b_b_ (56c7b7e0@gateway/web/freenode/ip.86.199.183.224) has joined #openid
- [09:38:16] <b_b_>
hi
- [09:39:41] <b_b_>
i'm part of SPIP team developpers and i maintain the openid plugin for SPIP
- [09:40:28] <b_b_>
our plugin have to download the php-openid lib, but this doesn't work since the lib is hosted at github
- [09:40:50] <b_b_>
does anyone knows a solution to direct download a zip tag form github ?
- [09:45:15] * b_b_ (56c7b7e0@gateway/web/freenode/ip.86.199.183.224) Quit (Quit: Page closed)
- [09:48:37] * jensn (~Jens@90-229-211-93-no150.tbcn.telia.com) has joined #openid
- [09:49:53] * oxi (~oxi@unaffiliated/oxi) Quit (Quit: oxi)
- [09:51:15] * oxi (~oxi@unaffiliated/oxi) has joined #openid
- [09:52:46] * b_b (ejabberd@81.18.178.14) has joined #openid
- [09:52:53] <b_b>
hi again
- [09:55:44] * oxi (~oxi@unaffiliated/oxi) Quit (Remote host closed the connection)
- [10:08:27] <flaccid>
b_b: zip tag form?
- [10:10:00] <flaccid>
git clone http://github.com/openid/php-openid.git
- [10:10:35] <b_b>
hi flaccid
- [10:11:08] <flaccid>
oops that was meant to be git clone git://github.com/openid/php-openid.git
- [10:11:13] <b_b>
we have a openid plugin for a cms
- [10:11:24] <b_b>
and we download the zip of a tag in php script
- [10:11:50] <flaccid>
what is a zip of a tag
- [10:12:01] <b_b>
wait...
- [10:12:20] <b_b>
on this page
- [10:12:20] <b_b>
http://github.com/openid/php-openid/downloads
- [10:12:31] <b_b>
this link : http://github.com/openid/php-openid/zipball/2.2.2
- [10:12:38] <flaccid>
ah yep
- [10:12:41] <b_b>
redirect to an url of this type :
- [10:12:51] <b_b>
http://download.github.com/openid-php-openid-2.2.2-0-ga287b2d.zip
- [10:13:08] <b_b>
but this url doesn't work "directly"
- [10:13:20] <b_b>
so we found a workaround
- [10:13:34] <b_b>
by copying the zip on one the server of SPIP community
- [10:13:43] <b_b>
and link our plugin on this zip...
- [10:14:18] <flaccid>
Saving to: “openid-php-openid-2.2.2-0-ga287b2d.zip”
- [10:14:21] <flaccid>
works fine for me
- [10:14:48] <b_b>
yep it works when yo do it form a browser
- [10:14:59] <b_b>
but not form a script
- [10:15:02] <flaccid>
it also works from the command line or a script
- [10:15:15] <flaccid>
wget http://download.github.com/openid-php-openid-2.2.2-0-ga287b2d.zip
- [10:15:19] <b_b>
i've tried it too
- [10:15:27] <flaccid>
2010-06-21 10:15:03 (564 KB/s) - “openid-php-openid-2.2.2-0-ga287b2d.zip” saved [466081/466081]
- [10:15:31] <flaccid>
exit code 0
- [10:15:33] <flaccid>
not a problem
- [10:15:38] <b_b>
but it works only if you have clicked the link frim a browser before
- [10:15:40] <flaccid>
what is the error
- [10:15:56] <b_b>
it get a 404 page
- [10:15:57] <flaccid>
nah, i tried it from a remote host
- [10:15:58] <flaccid>
with no gui
- [10:16:30] <b_b>
hmmm strange, maybe it's only a problem with github servers
- [10:16:45] <b_b>
cause we had some users that tell us it doesn't work
- [10:16:54] <flaccid>
who knows, if you think its genuine, you can contact github
- [10:17:08] <flaccid>
"doesn't work" doesn't help anything
- [10:17:09] <b_b>
and i've tried it two hours aga, and the direct link doesn't work
- [10:17:32] <b_b>
doesn't work mean the link get a 404 error page
- [10:17:46] <b_b>
this error is already discussed in github forums
- [10:17:47] <flaccid>
works fine
- [10:18:02] <flaccid>
fair enough
- [10:21:09] <b_b>
i found this forum thread
- [10:21:10] <b_b>
http://support.github.com/discussions/repos/1281-direct-download-with-wget
- [10:21:19] <b_b>
and this tool too :
- [10:21:25] <b_b>
http://githubredir.debian.net/githubredir.cgi?author=openid&project=php-openid
- [10:22:22] <b_b>
anyway, this was juste to inform openid devs
- [10:22:45] <flaccid>
yeah i can't reproduce that. anyway this is a github problem not openid..
- [10:22:46] <b_b>
we can fix the problem by copying the zip on another server
- [10:23:49] <b_b>
ok sorry for taking your time, but i think it's important for openid dev to know that some users got problem to access the openid libs
- [10:23:54] <b_b>
thanks again
- [10:23:54] <b_b>
++
- [10:23:56] * b_b (ejabberd@81.18.178.14) has left #openid
- [10:24:21] <flaccid>
right, i didn't release i was a receptionist
- [11:44:10] * jdk2588 (~chatzilla@117.199.116.55) has joined #openid
- [12:44:36] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) Quit ()
- [13:33:12] * MacTed (~Thud@63.119.36.36) has joined #openid
- [14:01:33] * jdk2588 (~chatzilla@117.199.116.55) Quit (Ping timeout: 272 seconds)
- [14:18:44] * jdk2588 (~chatzilla@117.199.122.28) has joined #openid
- [14:47:30] * jdk2588 (~chatzilla@117.199.122.28) Quit (Ping timeout: 265 seconds)
- [15:03:34] * jdk2588 (~chatzilla@117.199.114.155) has joined #openid
- [15:29:32] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) has joined #openid
- [15:29:46] * jensn (~Jens@90-229-211-93-no150.tbcn.telia.com) Quit (Quit: jensn)
- [15:53:25] * jdk2588 (~chatzilla@117.199.114.155) Quit (Ping timeout: 276 seconds)
- [16:09:13] * jdk2588 (~chatzilla@117.199.118.201) has joined #openid
- [17:16:03] * jdk2588 (~chatzilla@117.199.118.201) Quit (Ping timeout: 258 seconds)
- [18:23:25] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
- [18:23:51] * karstensrage (~karstensr@c-71-202-243-186.hsd1.ca.comcast.net) Quit (Quit: Leaving)
- [19:02:10] * singpoly1a (~singpolym@dsl-173-248-200-238.acanac.net) has joined #openid
- [19:02:24] * binaryjohn (~binaryjoh@cpe-24-30-142-68.san.res.rr.com) has joined #openid
- [21:07:35] * MacTed (~Thud@63.119.36.36) Quit ()
- [21:55:36] * singpoly1a (~singpolym@dsl-173-248-200-238.acanac.net) Quit (Ping timeout: 260 seconds)
- [23:28:44] * flaccid (~flaccid@unaffiliated/flaccid) Quit (*.net *.split)
- [23:28:45] * NetersLandreau (~NetersLan@b2.e6.354a.static.theplanet.com) Quit (*.net *.split)
- [23:36:41] * flaccid (~flaccid@ppp59-167-171-15.static.internode.on.net) has joined #openid
- [23:36:41] * flaccid (~flaccid@ppp59-167-171-15.static.internode.on.net) Quit (Changing host)
- [23:36:41] * flaccid (~flaccid@unaffiliated/flaccid) has joined #openid
- [23:40:41] * binaryjohn (~binaryjoh@cpe-24-30-142-68.san.res.rr.com) Quit (Quit: binaryjohn)
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.