maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] cuteTube - A feature-rich YouTube client (https://talk.maemo.org/showthread.php?t=65854)

slender 2010-12-09 07:57

Re: [Announce] cuteTube - A feature-rich YouTube client
 
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.

RAZOR 2010-12-09 10:03

Re: [Announce] cuteTube - A feature-rich YouTube client
 
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


AdamF 2010-12-09 11:36

Re: [Announce] cuteTube - A feature-rich YouTube client
 
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! :D

sygys 2010-12-09 11:46

Re: [Announce] cuteTube - A feature-rich YouTube client
 
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 2010-12-09 11:52

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Quote:

Originally Posted by RAZOR (Post 893115)
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

marxian 2010-12-09 11:55

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Quote:

Originally Posted by slender (Post 893034)
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. :rolleyes:

LordFriesland 2010-12-09 12:16

Re: [Announce] cuteTube - A feature-rich YouTube client
 
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 2010-12-09 12:38

Re: [Announce] cuteTube - A feature-rich YouTube client
 
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.

LordFriesland 2010-12-09 12:49

Re: [Announce] cuteTube - A feature-rich YouTube client
 
So it wont work with any player more? It there a trick to use cuteplayer anymore?

Orlando 2010-12-09 12:58

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Quote:

Originally Posted by marxian (Post 893182)
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.


All times are GMT. The time now is 07:26.

vBulletin® Version 3.8.8