This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
v0.3.9
This release fixes two bugs:
- Only succeed login on HTTP 200 code to make sure there is data to parse. Before, login was considered succesfull on a HTTP 200-299 return code, but that doesn't always mean there's data to parse in order to grab the login token. This is now much stricter and login only succeeds at HTTP 200.
- Make multiplex required for remap and remap_file.
remap
andremap_file
now requiremultiplex
to be set, since otherwise neither will work. This means that locast2tuner will error if this multiplex isn't on.