Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several tracebacks #2

Open
quozl opened this issue May 22, 2019 · 1 comment
Open

Several tracebacks #2

quozl opened this issue May 22, 2019 · 1 comment

Comments

@quozl
Copy link

quozl commented May 22, 2019

Corriendo Intro . . .
Corriendo CucaraSims . . .
Traceback (most recent call last):
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/Widgets.py", line 141, in __realize
    self.player = ImagePlayer(self)
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/JAMediaImagenes/ImagePlayer.py", line 29, in __init__
    self.player = PlayerBin(self.xid, self.width, self.height)
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/JAMediaImagenes/ImagePlayer.py", line 77, in __init__
    self.video_bin = Video_Out(width, height)
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/JAMediaImagenes/ImagePlayer.py", line 142, in __init__
    width, height))
TypeError: function takes at most 0 arguments (1 given)
Traceback (most recent call last):
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/Widgets.py", line 141, in __realize
    self.player = ImagePlayer(self)
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/JAMediaImagenes/ImagePlayer.py", line 29, in __init__
    self.player = PlayerBin(self.xid, self.width, self.height)
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/JAMediaImagenes/ImagePlayer.py", line 77, in __init__
    self.video_bin = Video_Out(width, height)
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/JAMediaImagenes/ImagePlayer.py", line 142, in __init__
    width, height))
TypeError: function takes at most 0 arguments (1 given)
Traceback (most recent call last):
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/CucaraSims.py", line 123, in __run_lectura
    dialog.stop()
  File "/home/olpc/Activities/Bichos.activity/CucaraSims/Widgets.py", line 69, in stop
    visor.player.stop()
AttributeError: 'bool' object has no attribute 'stop'

Needs substantial testing after the port to GTK 3.

@quozl
Copy link
Author

quozl commented May 22, 2019

Was known from the original pull request but @tonadev had not set up a test environment for GTK 2 and GStreamer 0.10 and nor did anyone else. 😁 It's an opportunity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant