![]() |
2010-11-24
, 20:59
|
Posts: 481 |
Thanked: 190 times |
Joined on Feb 2006
@ Salem, OR
|
#221
|
![]() |
2010-11-24
, 20:59
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#222
|
Under IPv6 the application can't log in youtube account. Seems like the version of python on maemo has a bug in HTTPS over IPv6, probably this one:
http://www.mail-archive.com/python-b.../msg17091.html
It would be nice if you could release a patch to fix that problem... :-)
Thanks for the good application.
![]() |
2010-11-24
, 21:05
|
Posts: 481 |
Thanked: 190 times |
Joined on Feb 2006
@ Salem, OR
|
#223
|
That bug was incorrectly filed against Python 2.5. The OP intended to file against 2.3. It's unlikely therefore that the bug is present in Python 2.5, which is what is installed on Maemo 5.
import urllib2 response = urllib2.urlopen('https://www.google.com/voice') html = response.read() print html
Traceback (most recent call last): File "1.py", line 2, in <module> response = urllib2.urlopen('https://www.google.com/voice') File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen return _opener.open(url, data) File "/usr/lib/python2.5/urllib2.py", line 381, in open response = self._open(req, data) File "/usr/lib/python2.5/urllib2.py", line 399, in _open '_open', req) File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain result = func(*args) File "/usr/lib/python2.5/urllib2.py", line 1115, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open raise URLError(err) urllib2.URLError: <urlopen error (101, 'Network is unreachable')>
![]() |
2010-11-24
, 21:11
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#224
|
![]() |
2010-11-24
, 21:16
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#225
|
The Following User Says Thank You to extendedping For This Useful Post: | ||
![]() |
2010-11-24
, 21:22
|
Posts: 481 |
Thanked: 190 times |
Joined on Feb 2006
@ Salem, OR
|
#226
|
In that case, you should contact the maintainer of PyMaemo, since it is not directly related to this application.
EDIT: Ignore the above. Read this: http://n900-ipv6.garage.maemo.org/
![]() |
2010-11-24
, 22:04
|
|
Posts: 257 |
Thanked: 205 times |
Joined on Jan 2010
@ Sydney, Australia
|
#227
|
![]() |
2010-11-24
, 22:07
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#228
|
![]() |
2010-11-24
, 22:25
|
Posts: 163 |
Thanked: 96 times |
Joined on Feb 2010
@ Israel
|
#229
|
![]() |
2010-11-24
, 22:39
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#230
|
I did a quick search but I haven't this requested (might of missed it), would it be possible to have a 'open clip in web browser' or a 'copy url to clipboard' option? This would really help being able to go comment on a video, or passing on the link to a friend...
Thanks a lot for the great app!
![]() |
Tags |
youtube |
Thread Tools | |
|