Notices


Reply
Thread Tools
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#421
Yep. Newest version doesn´t currently play videos. I think that I could play them couple of hours ago with this version.

Actually one thing that I thought even before this, that is there any kind of error checking on youtube service that reports back to user that youtube is not working as should, is too slow or has other problems.
__________________
TMO links: [iSpy] - [Power search] - [Most thanked] - [Cordia - Maemo5 UI on top MeeGo Core] - [CommunitySSU]
 
Posts: 137 | Thanked: 91 times | Joined on Jun 2010
#422
This is what I get from terminal:

Code:
Traceback (most recent call last):
  File "/opt/cutetube/cutetube.py", line 4, in <module>
    import homewindow
  File "/opt/cutetube/homewindow.py", line 15, in <module>
    import myaccountwindow
  File "/opt/cutetube/myaccountwindow.py", line 13, in <module>
    import cutetubewindows
  File "/opt/cutetube/cutetubewindows.py", line 14, in <module>
    import videoinfowindow
  File "/opt/cutetube/videoinfowindow.py", line 15, in <module>
    import cutetubedialogs
  File "/opt/cutetube/cutetubedialogs.py", line 17, in <module>
    from videosharing import Twitter
  File "/opt/cutetube/videosharing.py", line 18, in <module>
    import twitter
  File "/opt/cutetube/twitter.py", line 52, in <module>
    raise ImportError, "Unable to load a json library"
ImportError: Unable to load a json library
 
Posts: 2 | Thanked: 0 times | Joined on Dec 2010
#423
Im running which I believe is the latest version 0.9.7-1, I can browse videos fine but as soon as I click play video it just gives me a black screen and never plays. Also when I click download it goes to the download queue and says complete but is on 0% and never actually downloads anything.

By the way great app one of my favs on the N900, keep up the good work!
 
Posts: 508 | Thanked: 130 times | Joined on Sep 2009
#424
Cute tube is crashing to desktops when launching it after yesterdays update. i have version 1.1.1-1

anyone else having this problem? also rebooted n900 but still no luck
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#425
Originally Posted by RAZOR View Post
This is what I get from terminal:

Code:
Traceback (most recent call last):
  File "/opt/cutetube/cutetube.py", line 4, in <module>
    import homewindow
  File "/opt/cutetube/homewindow.py", line 15, in <module>
    import myaccountwindow
  File "/opt/cutetube/myaccountwindow.py", line 13, in <module>
    import cutetubewindows
  File "/opt/cutetube/cutetubewindows.py", line 14, in <module>
    import videoinfowindow
  File "/opt/cutetube/videoinfowindow.py", line 15, in <module>
    import cutetubedialogs
  File "/opt/cutetube/cutetubedialogs.py", line 17, in <module>
    from videosharing import Twitter
  File "/opt/cutetube/videosharing.py", line 18, in <module>
    import twitter
  File "/opt/cutetube/twitter.py", line 52, in <module>
    raise ImportError, "Unable to load a json library"
ImportError: Unable to load a json library
I missed a dependency (python-simplejson). I'll correct it for the next build. In the meantime, anyone facing the crashing issue can install python-simplejson:

Code:
apt-get install python-simplejson
__________________
'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
 

The Following User Says Thank You to marxian For This Useful Post:
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#426
Originally Posted by slender View Post
Yep. Newest version doesn´t currently play videos. I think that I could play them couple of hours ago with this version.

Actually one thing that I thought even before this, that is there any kind of error checking on youtube service that reports back to user that youtube is not working as should, is too slow or has other problems.
It looks like YouTube have thrown a spanner in the works. Videos were working late last night, but not this morning. The problem is that it appears to return a valid URL, which is why no exception is thrown. However, the URL contains no data. I notice that the youtube-dl script (on which my URL grabbing code is based) is also not working. Back to the drawing board.
__________________
'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-12-09 at 11:57.
 

The Following User Says Thank You to marxian For This Useful Post:
Posts: 12 | Thanked: 3 times | Joined on Dec 2010
#427
Hi, I´ve the same problem. After installing yesterdays update, their are no Videos running. Get black screen! Will there be an new update. Anyone knows?
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#428
From http://en.wikipedia.org/wiki/YouTube...ty_and_codecs:

In December of 2010, YouTube got rid of the option to automatically play videos in a specific format, depending on the URL, via putting "&fmt=xx" ("xx" determines one of ten different two-digit numbers) in the URL.

And

fmt is an undocumented URL parameter that allows selecting YouTube quality mode without using player user interface. YouTube removed this option on December of 2010.
__________________
'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
 
Posts: 12 | Thanked: 3 times | Joined on Dec 2010
#429
So it wont work with any player more? It there a trick to use cuteplayer anymore?
 
Posts: 13 | Thanked: 2 times | Joined on Dec 2010
#430
Originally Posted by marxian View Post
I missed a dependency (python-simplejson). I'll correct it for the next build. In the meantime, anyone facing the crashing issue can install python-simplejson:

Code:
apt-get install python-simplejson

This is what i get,
Code:
sudo gainroot
apt-get install python-simplejson
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-simplejson is already the newest version.
python-simplejson set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Problem still exists.
 
Reply

Tags
youtube


 
Forum Jump


All times are GMT. The time now is 09:55.