Notices


Reply
Thread Tools
Posts: 481 | Thanked: 190 times | Joined on Feb 2006 @ Salem, OR
#221
Originally Posted by lucky88shp View Post
To everyone There are no problems with authentication, PERIOD!!!
The reason...
Do you have IPv6? If not, how do you know that under IPv6 it works? Like I said, with IPv6 it does not work and the problem is with Python having a bug for HTTPS under IPv6.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#222
Originally Posted by ioan View Post
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.
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.

See this post: http://www.mail-archive.com/python-b.../msg17110.html
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2010-11-24 at 21:01.
 
Posts: 481 | Thanked: 190 times | Joined on Feb 2006 @ Salem, OR
#223
Originally Posted by marxian View Post
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.
This bug (or another one that acts the same) is in the Python that comes with maemo.

I run this code on my n900 with ipv6 (with ANY https address):

Code:
import urllib2
response = urllib2.urlopen('https://www.google.com/voice')
html = response.read()
print html
and this is the result:

Code:
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')>
Same code works fine with IPv4.

BTW: with IPv6, any of the https addresses that fail in Python can be opened without problems in the browser.

Last edited by ioan; 2010-11-24 at 21:09.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#224
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/
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2010-11-24 at 21:15.
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#225
Originally Posted by slender View Post
Would you tell us that have you experienced this with wifi and 3g. For me wifi works just fine with default media player and after first bufferings itīs good.
Actually the issue seemed to be through wifi. A video was buffering every 5 seconds using maemo media player, but (a 6 minute video) only buffered 3 or 4 times (as opposed to like 100 on maemo media player) using kmplayer.
 

The Following User Says Thank You to extendedping For This Useful Post:
Posts: 481 | Thanked: 190 times | Joined on Feb 2006 @ Salem, OR
#226
Originally Posted by marxian View Post
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/
I already have IPv6 over 3G from TMobile and everything works fine without problems, browsing, email, etc.
Even the Python applications that doesn't require HTTPS work fine under IPv6, just the HTTPS is the problem.

I know that this is not your application's fault, but seem like you are very proficient in python and probably you would find a fix for this faster than the PyMaemo maintainers.
 
shazosbourne's Avatar
Posts: 257 | Thanked: 205 times | Joined on Jan 2010 @ Sydney, Australia
#227
Originally Posted by lucky88shp View Post
To everyone There are no problems with authentication, PERIOD!!!
but then..
Originally Posted by lucky88shp View Post
I had the same problem until i linked my gmail and youtube accounts
Sounds a little contradictory to me.The fact is there IS a problem somewhere mate.
Posts like your previous one, with the bold and caps Period!!! rubbish, make you look arrogant and all Mr Know-it-all.
Wrong attitude for these forums buddy.

If you read the posts correctly you will see than many had actually linked and unlinked gmail/youtube accounts and were still having issues.

Great application and getting better!
Thanks again Marxian.
__________________
Everybody wants to go to heaven..............but nobody wants to go now.
 

The Following 2 Users Say Thank You to shazosbourne For This Useful Post:
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#228
Full disclosure, I have not read all 23 pages. Every time I launch the app when I am not connected to the internet (wifi or tmobile) it tells me "unable to sign in to your youtube account". But if I launch the app again right after that (now that I am connected) it signs me in. Also if I manually connect to the internet and then start cutetube it signs me in no issue. seems like somehow when it launches and launches the internet connection it is not giving enough time to log in? I don't know the mechanics but that is the behaviour I am experiencing...
 
Posts: 163 | Thanked: 96 times | Joined on Feb 2010 @ Israel
#229
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!
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#230
Originally Posted by dbrodie View Post
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!
You can post comments on videos from within the application:



EDIT: I guess a really nice feature would be a 'Share this video' option, where you could share via Twitter, Facebook or email. I'll think about it.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2010-11-24 at 22:54.
 

The Following 3 Users Say Thank You to marxian For This Useful Post:
Reply

Tags
youtube

Thread Tools

 
Forum Jump


All times are GMT. The time now is 21:45.