Active Topics

 



Notices


Reply
Thread Tools
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#851
Until marixan have the broken upgrade fixed. Here's the simple fix from marxian.

If you still haven't upgrade your cutetube and still using version 0.9.9, just edit the line below which should fix video playing problem.

edit line 270 in /opt/cutetube/youtubeservice.py
replace this:
value = p[:idx].replace("\\/", "/")
with this:
value = p[:idx].replace("\\/", "/").replace("\u0026", "&")

Last edited by khuong; 2011-03-24 at 13:51.
 

The Following 2 Users Say Thank You to khuong For This Useful Post:
Posts: 120 | Thanked: 13 times | Joined on May 2010 @ turkey
#852
New updates erroneous. Does not open.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#853
0.9.10-4 is in extras-devel.
__________________
'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 2 Users Say Thank You to marxian For This Useful Post:
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#854
Originally Posted by marxian View Post
Yes. All usernames and passwords are emailed to my gmail account.

j/k

In the new version, all config data is stored in a SQLite database.
can't you use oauth, and then our password wouldn't be stored at all?
 
Posts: 185 | Thanked: 49 times | Joined on Apr 2010 @ The Netherlands
#855
yes it all works again
 
Posts: 75 | Thanked: 27 times | Joined on Dec 2009
#856
I just upgraded to 0.9.10-4. The Cutetube won't start at all anymore... =(
 
Posts: 404 | Thanked: 186 times | Joined on Oct 2010 @ Dehradun,India
#857
Originally Posted by marxian View Post
0.9.10-4 is in extras-devel.
tried updating and even reinstalling but it shows 0.9.9 in about?
Is mine installing old version or is about not updated yet.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#858
Originally Posted by raaj13 View Post
tried updating and even reinstalling but it shows 0.9.9 in about?
Is mine installing old version or is about not updated yet.
I forgot to change the information in the about screen. It's been a while since I've dealt with updates.
__________________
'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:
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#859
The new version is only updating 1 line of code in the file /opt/cutetube/youtubeservice.py to fix the video playing problem.

So you can either edit that file yourself or install the update which will give you the same result.

I personally prefer editing the file myself in the xterminal with leafpad than running the update since I have made some cosmetic change to the app and don't want them to be replaced with the new version.

Marxian..! Correct me if I am wrong..

Last edited by khuong; 2011-03-24 at 16:30.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#860
Originally Posted by khuong View Post
The new version is only updating 1 line of code in the file /opt/cutetube/youtubeservice.py to fix the video playing problem.

So you can either edit that file yourself or install the update which will give you the same result.

I personally prefer editing the file myself in the xterminal with leafpad than running the update since I have made some cosmetic change to the app and don't want them to be replaced with the new version.

Marxian..! Correct me if I am wrong..
There is also a change to the thumbnail link used for the video info screen. YouTube changed the order of the links a while ago, so a low quality image was being displayed. You can fix this yourself by changing line 155 of videoinfowindow.py to

Code:
thumbUrl = self.video.media.thumbnail[1].url
__________________
'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 3 Users Say Thank You to marxian For This Useful Post:
Reply

Tags
youtube


 
Forum Jump


All times are GMT. The time now is 05:17.