Skip to content

Hypnotix 4.3 - Xtream API : AttributeError: 'Channel' object has no attribute 'info' #326

@mrwebfr

Description

@mrwebfr

Hello,
Hypnotix 4.3 bug when launching a TV channel with Xtream API on Ubuntu 23.10.
Installed by http://packages.linuxmint.com/search.php?release=any&section=any&keyword=hypnotix

AttributeError: 'Channel' object has no attribute 'info'
CHANNEL: '|FR| ........' (http://..............ts)
Traceback (most recent call last):
  File "/usr/lib/hypnotix/hypnotix.py", line 932, in before_play
    data = f"{channel.info}:::{channel.url}"

Solution

I fixed the problem by deleting {channel.info}.
data = f"{channel.info}:::{channel.url}"
becomes
data = f"{channel.url}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions