You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}"