Closed rockerbacon closed 3 years ago
The profile version was bumped to 2 in this commit. The current unpack function only supports version 1.
EDIT: there seems to have been no change other than version numbers so the current function should properly support version 2 as well. I'll give it a quick test and report back the results
Attempting to load version 2 profiles using the code for version 1 did not work.
Does that fix it?
LocalProfile.unpack is returning
None
which makes the loading of a local profile fail. Loading the exact same profile from the server works fine.Here's the terminal output of the error:
The profile was created in the OpenRGB GUI, I've attached it below: default.zip
A quick look at the unpack code suggests it does not support the file version.