add-ons / plugin.video.vtm.go

Kodi add-on to watch video-on-demand content and live streams from VTM GO.
https://github.com/add-ons/plugin.video.vtm.go/wiki
GNU General Public License v3.0
75 stars 26 forks source link

1.3.0+matrix.1 - IndexError: list index out of range #319

Open sthys opened 2 years ago

sthys commented 2 years ago

Describe the bug IndexError: list index out of range in vtmgoauth.py", line 154, in get_tokens

To Reproduce Steps to reproduce the behavior:

  1. Install the addon from repository
  2. login using login2.vtm.be/androidtv
  3. Launch addon

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Logs Add debug logs to help troubleshoot the issue. See https://kodi.wiki/view/Log_file/Easy for more info.

System

Additional context Add any other context about the problem here.

2022-02-26 00:22:27.977 T:1091 INFO : initializing python engine. 2022-02-26 00:22:28.931 T:1091 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

michaelarnauts commented 2 years ago

Is it possible that you have no profile yet? You should login on the website first and follow the steps. I'll probably need to add a check for this.

sthys commented 2 years ago

This was indeed the issue. I had an account on VTMgo but no profile. Thanks, problem solved now.