mayuur / hls-player

Automatically exported from code.google.com/p/hls-player
0 stars 0 forks source link

Problem when closing window #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a flow
2. Try to close the window through your window manager

What is the expected output? What do you see instead?
TypeError: <lambda>() takes exactly 1 argument (2 given)
The program 'hls-player' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 491 error_code 3 request_code 3 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Original issue reported on code.google.com by jav...@gmail.com on 29 Jan 2010 at 9:46

GoogleCodeExporter commented 9 years ago
First error message solved

Original comment by jav...@gmail.com on 29 Jan 2010 at 12:02

Attachments:

GoogleCodeExporter commented 9 years ago
It can't play m3u8 in windows xp. I aready installed 
gtk,pygtk,gst,pygst,twisted,zope-interface in windows.But it does't 
work.hls-player just show a white dialog,but it can't play. thanks!

Original comment by shuxian...@gmail.com on 13 Sep 2010 at 7:29

GoogleCodeExporter commented 9 years ago
neil@neilm-laptop:~/Downloads/HLSPlayer-0.1/HLS$ hls-player 
http://*CENSORED*.m3u8

(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",

(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",

(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",

(hls-player:9446): Gtk-WARNING **: Unable to locate theme engine in 
module_path: "pixmap",
#EXT-X-VERSION:3
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 182, in handleResponse
    self.factory.page(response)
  File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 347, in page
    self.deferred.callback(page)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 361, in callback
    self._startRunCallbacks(result)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/fetcher.py", line 160, in _got_playlist_content
    if not pl.update(content):
  File "/usr/local/lib/python2.7/dist-packages/HLSPlayer-0.1-py2.7.egg/HLS/m3u8.py", line 144, in update
    duration=int(v[0]),
exceptions.ValueError: invalid literal for int() with base 10: '3.003'
TypeError: <lambda>() takes exactly 1 argument (2 given)

A float should be acceptable here.

Original comment by geek4u...@gmail.com on 31 Jan 2012 at 11:31