Coder Social home page Coder Social logo

Comments (1)

TheOncomingStorm avatar TheOncomingStorm commented on June 25, 2024

I just ran the test_gnomecast.py and I got the following. Something I find interesting is the "E" after "AttributeError: 'Transcoder' object has no attribute 'p'". AFAIK, this wasn't an accidental keypress. I'm sure it doesn't matter but figured I'd point it out just in case. Note, I removed full path info to keep from revealing any personal info.. Also, I don't know what is screwed up in the formatting but this is supposed to be in a code block but apparently isn't. Sorry for that.

`Exception ignored in: <function Transcoder.del at 0x7f7b81739160>
Traceback (most recent call last):
File "gnomecast-git/src/gnomecast/gnomecast.py", line 390, in del
self.destroy()
File "gnomecast-git/src/gnomecast/gnomecast.py", line 384, in destroy
if self.p and self.p.poll() is None:
AttributeError: 'Transcoder' object has no attribute 'p'
E
Stream #0:3(eng): Subtitle: dvd_subtitle, 1920x1080 0:3(eng)
Stream #0:4(ara): Subtitle: dvd_subtitle, 1920x1080 0:4(ara)
Stream #0:5(chi): Subtitle: dvd_subtitle, 1920x1080 0:5(chi)
Stream #0:6(fre): Subtitle: dvd_subtitle, 1920x1080 0:6(fre)
Stream #0:7(kor): Subtitle: dvd_subtitle, 1920x1080 0:7(kor)
Stream #0:8(spa): Subtitle: dvd_subtitle, 1920x1080 0:8(spa)
FileMetadata(fn:Godzilla - King of the Monsters (2019) (2160p BluRay x265 10bit HDR Tigole).mkv, ready:True, thumbnail_fn:None, container:mkv, video_streams:[StreamMetadata(index:0:0, codec:hevc, title:Video #1)], audio_streams:[AudioMetadata(index:0:1, codec:aac, title:eng, channels:8), AudioMetadata(index:0:2, codec:aac, title:Commentary, channels:2)], subtitles:[StreamMetadata(index:0:3, title:eng), StreamMetadata(index:0:4, title:ara), StreamMetadata(index:0:5, title:chi), StreamMetadata(index:0:6, title:fre), StreamMetadata(index:0:7, title:kor), StreamMetadata(index:0:8, title:spa)])
Exception ignored in: <function Transcoder.del at 0x7f7b81739160>
Traceback (most recent call last):
File "gnomecast-git/src/gnomecast/gnomecast.py", line 390, in del
self.destroy()
File "gnomecast-git/src/gnomecast/gnomecast.py", line 384, in destroy
if self.p and self.p.poll() is None:
AttributeError: 'Transcoder' object has no attribute 'p'
E

ERROR: test_1 (main.TestGnomecast)

Traceback (most recent call last):
File "gnomecast-git/src/gnomecast/test_gnomecast.py", line 62, in test_1
transcoder = gnomecast.Transcoder(cast, fmd, fmd.video_streams[0], fmd.audio_streams[0], None, fake=True)
TypeError: init() missing 1 required positional argument: 'error_callback'

======================================================================
ERROR: test_2 (main.TestGnomecast)

Traceback (most recent call last):
File "gnomecast-git/src/gnomecast/test_gnomecast.py", line 219, in test_2
transcoder = gnomecast.Transcoder(cast, fmd, fmd.video_streams[0], fmd.audio_streams[0], None, fake=True)
TypeError: init() missing 1 required positional argument: 'error_callback'


Ran 2 tests in 2.006s

FAILED (errors=2)
`

from gnomecast.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.