AIIX / youtube-skill

Youtube Skill for Mycroft
Apache License 2.0
16 stars 6 forks source link

IndexError: list index out of range #2

Open gras64 opened 5 years ago

gras64 commented 5 years ago

if I have an interpret (Rammstein) calls the many videos I always get this error message:


Traceback (most recent call last):
  File "/home/andreas/mycroft-core/mycroft/skills/mycroft_skill/event_container.py", line 66, in wrapper
    handler(message)
  File "/opt/mycroft/skills/youtube-skill.aiix/__init__.py", line 166, in youtube
    getvid = vid.split("v=")[1].split("&")[0]
IndexError: list index out of range