Page 1 of 1

[RESOLVED] Spotify UWP 1.208.923.0-32 packet error

Published: April 4, 2023 - 4:20 PM
by t.heroult
Good morning

There is an error in the Spotify UWP package v 1.208.923.0-32

Error message:

Code: Select all

2023-04-04 16:17:32,826 CRITICAL Fatal error in install script: IndexError: list index out of range:
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4074, in install_wapt
    exitstatus = setup.install()
  File "c:\waptdev\Spotify_1.208.923.0-32_windows_10.0.17763_DEV\setup.py", line 12, in install
    bins_dir = control.package.split("-", 1)[1]
IndexError: list index out of range

FATAL ERROR : IndexError: list index out of range
Exit code:  3
line in question:

Code: Select all

bins_dir = control.package.split("-", 1)[1]
Thanks in advance !
Tom

Re: Spotify UWP 1.208.923.0-32 packet error

Published: April 4, 2023 - 11:24 PM
by sfonteneau
That's strange, it seems you don't have a prefix?

Re: Spotify UWP 1.208.923.0-32 packet error

Published: April 5, 2023 - 11:39 AM
by t.heroult
Yes, that's normal; I don't put a prefix on most packages.
However, I haven't modified the package itself.

Re: Spotify UWP 1.208.923.0-32 packet error

Published: April 5, 2023 - 1:27 PM
by t.heroult
OK, I understand, the package name is important for the script of that package.