Notices


Reply
Thread Tools
Posts: 55 | Thanked: 4 times | Joined on Jun 2010
#351
Here is what is happening in my Terminal when i try to play a vid...

Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ mytube
###DeltaTime[ before main import ]:  0.0
>>>init conf
###DeltaTime[ after ]:  0.33
using DEVELOPER env
###DeltaTime[ before main class ]:  0.33
/usr/lib/python2.5/site-packages/mytube/lgc/guimytube.py:856: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkImageMenuItem
  self.window.set_menu(file_menu)
>>>createListChooser
creating lists
>>>forcing height to 40
ERROR failed reading tags
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/mytube/lgc/mtags.py", line 129, in getTagNames
    for fentry in os.listdir(Cfg.VIDEO_DIR):
OSError: [Errno 2] No such file or directory: '/home/user/MyDocs/MyTube/mtube'
method return sender=:1.35 -> dest=:1.197 reply_serial=2
   uint32 2
>>>createListChooser
/usr/lib/python2.5/site-packages/mytube/ui/widgets.py:90: GtkWarning: gtk_tree_model_iter_nth_child: assertion `n >= 0' failed
  iter = self.model.iter_nth_child(None, self.get_active())
method return sender=:1.35 -> dest=:1.198 reply_serial=2
   uint32 3
ERROR failed reading tags
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/mytube/lgc/mtags.py", line 129, in getTagNames
    for fentry in os.listdir(Cfg.VIDEO_DIR):
OSError: [Errno 2] No such file or directory: '/home/user/MyDocs/MyTube/mtube'
changed saved
null callback
ERROR storage dir does not exist /home/user/MyDocs/MyTube
None
method return sender=:1.35 -> dest=:1.199 reply_serial=2
   uint32 4
/usr/lib/python2.5/site-packages/mytube/lgc/conf.py:112: GtkWarning: Invalid icon size 0

  res = fc.run()
/usr/lib/python2.5/site-packages/mytube/lgc/conf.py:112: GtkWarning: gtk_tree_selection_path_is_selected: assertion `path != NULL' failed
  res = fc.run()
/usr/lib/python2.5/site-packages/mytube/lgc/conf.py:112: GtkWarning: gtk_tree_selection_unselect_path: assertion `path != NULL' failed
  res = fc.run()
ERROR storage dir does not exist /home/user/MyDocs/MyTube
None
method return sender=:1.35 -> dest=:1.201 reply_serial=2
   uint32 5
###DeltaTime[ main class loaded ]:  11.59
###DeltaTime[ workers: begin ]:  11.6
###DeltaTime[ workers: started ]:  13.41
changed [all]
>>>>set details
/usr/lib/python2.5/site-packages/mytube/ui/details.py:80: DeprecationWarning: use GtkWidget.set_size_request
  obj.set_usize(340, 140)
changed ...
nothing changed
changed more ...
null callback
worker adding request
bgworker got a job 
searching local  None   1   10
retract ended 
(<type 'exceptions.ValueError'>, ValueError("invalid literal for int() with base 10: ''",), <traceback object at 0x4253c378>)
/usr/lib/python2.5/site-packages/mytube/ui/kinetic.py:174: DeprecationWarning: integer argument expected, got float
  0, 0)
(<type 'exceptions.ValueError'>, ValueError("invalid literal for int() with base 10: ''",), <traceback object at 0x4253cb20>)
not selected, skipping
cb_rowSelectedKinetic  <mytube.lgc.yentry.YEntry instance at 0x42545a30>
playVideo  yentry Charlie bit my finger - again !
CREATED a streamer for Charlie bit my finger - again !
WORKER waiting sir
launch mplayer [mplayer -osdlevel 3 -correct-pts -subfont-osd-scale 3 -- /home/user/MyDocs/MyTube/mtube/_OBlgSz8sSM/Charlie.bit.my.finger.-.again.flv]
>>>Alive =  True
WORKER fired
Warning unknown option cachesize at line 3
Warning unknown option cache-percent at line 4
Warning unknown option download at line 5
Warning unknown option keep-download at line 6
Warning unknown option dload-dir at line 7
Warning unknown option qt-speed at line 8
Warning unknown option showtime at line 9
Warning unknown option enable-wmp at line 10
Warning unknown option enable-qt at line 11
Warning unknown option enable-rm at line 12
Warning unknown option enable-gmp at line 13
Warning unknown option enable-dvx at line 14
Warning unknown option enable-mpeg at line 15
Warning unknown option enable-mp3 at line 16
Warning unknown option enable-ogg at line 17
Warning unknown option enable-midi at line 18
Warning unknown option enable-pls at line 19
Warning unknown option enable-smil at line 20
Warning unknown option enable-helix at line 21
Warning unknown option nomediacache at line 22
Warning unknown option nopauseonhide at line 23
Warning unknown option rtsp-use-tcp at line 24
Warning unknown option rtsp-use-http at line 25
MPlayer SVN-r30099-4.2.1 (C) 2000-2009 MPlayer Team

Playing /home/user/MyDocs/MyTube/mtube/_OBlgSz8sSM/Charlie.bit.my.finger.-.again.flv.
libavformat file format detected.
[flv @ 0xcc0a70]Estimating duration from bitrate, this may be inaccurate
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO:  [FLV1]  320x240  0bpp  29.917 fps  268.4 kbps (32.8 kbyte/s)
Clip info:
 duration: 56
 starttime: 0
 totalduration: 56
 width: 320
 height: 240
 videodatarate: 262
 audiodatarate: 59
 totaldatarate: 329
 framerate: 30
 bytelength: 2292595
 canseekontime: true
 sourcedata: B3A1B6DC9HM1280053405593391
 purl: 
 pmsg: 
Error opening/initializing the selected video_out (-vo) device.
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 22050 Hz, 2 ch, s16le, 8.0 kbit/1.13% (ratio: 1000->88200)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
No such audio driver 'sdl'
Could not open/initialize audio device -> no sound.
Audio: no sound
Video: no video


Exiting... (End of file)

Last edited by angelbratz; 2010-07-28 at 04:41.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#352
Sorry, but what can us old Diablo users do to get a fix on this?

Thanks.
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#353
Originally Posted by Addison View Post
Sorry, but what can us old Diablo users do to get a fix on this?

Thanks.
Hi, Addison! The antecedent of "this" is ... ?
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#354
Originally Posted by GeraldKo View Post
Hi, Addison! The antecedent of "this" is ... ?
Sorry.

Yeah, if I click on Download, I get this swirling icon thingy but nothing happens.

If I click on Play, nothing happens.

If I just look at the screen and don't touch anything, nothing happens.
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#355
Originally Posted by Addison View Post
Sorry.

Yeah, if I click on Download, I get this swirling icon thingy but nothing happens.

If I click on Play, nothing happens.

If I just look at the screen and don't touch anything, nothing happens.
Post #341 solves this.
 

The Following User Says Thank You to GeraldKo For This Useful Post:
Posts: 52 | Thanked: 49 times | Joined on Feb 2008
#356
Originally Posted by angelbratz View Post
Here is what is happening in my Terminal when i try to play a vid...
Sorry, I really don't know. You might try removing mYTube altogether, and reinstalling it (along with my patch, and removing the mytuberc file, as mentioned in post 316).
 

The Following User Says Thank You to liquid217 For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#357
Thank you for the patch liquid!

It's back to working again.
 
Posts: 4 | Thanked: 2 times | Joined on Sep 2009
#358
Yep worked for me too
Many thanks liquid
My lovely N800 is back to the buiseness again
 

The Following User Says Thank You to y0tta For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#359
Not to create any weirdness here, but if you click on Search and type "joe3xcel", he's got some wonderful videos that play quite well under Diablo.
 
Posts: 175 | Thanked: 70 times | Joined on Dec 2009
#360
Just put on the patch from post 341. Seemed to work fine for one download. Now I'm getting the message ""I cannot create storage. Check rights!"

I am saving it videos to teh n900's drive and not a the micro sd. not sure what rights would have been changed to make this stop working.
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:43.