View Single Post
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#81
Originally Posted by vallefp View Post
HI! I have a similar problem, the app try to open but then close too. I typed "python2.5 /opt/ytube/ytube.py" and this is the answer:

Traceback (most recent call last):
File "/opt/ytube/ytube.py", line 311, in <module>
YTube.checklogin()
File "/opt/ytube/ytube.py", line 302, in checklogin
YouTubeDataService.youtubeLogin (username)
File "/opt/ytube/youtubeservice.py", line 33, in youtubeLogin
YouTubeDataService.ytService.email = unicode (YouTubeAPISettings.userDict [username] [0], "utf-8")
KeyError: PyQt4.QtCore.QString (u'MY_YOUTUBE_NICKNAME')

I hope this will help you.
it must something wrong with your youtube account, try delete the config setting in /home/user/.config/ytube/ folder. After delete the config file you should be able to open the ytube app and enter your youtube account again.

By the way, there's a new app nvideo which I recently develop and publish, which is much better than this one and in qt c++, you may want to check it out.