You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have attached logs to this bug report (failure to include logs will mean your issue may not be responded to).
Bug Report Description
Installing a plugin where the package.json file contains a remote_binary config seems to break the install.
See the attahced log. If it was a hash mismatch failure, it would have logged Fatal Error: Hash Mismatch for remote binary. The except case in helpers.py download_remote_binary_to_path unfortunately doesn't log any debug info, so that's where our failure is getting swallowed. I suspect it has something to do with these lines, either opening the ClientSession or the actual GET call to download the file:
Please confirm
Bug Report Description
Installing a plugin where the
package.json
file contains aremote_binary
config seems to break the install.See the attahced log. If it was a hash mismatch failure, it would have logged
Fatal Error: Hash Mismatch for remote binary
. Theexcept
case inhelpers.py download_remote_binary_to_path
unfortunately doesn't log any debug info, so that's where our failure is getting swallowed. I suspect it has something to do with these lines, either opening the ClientSession or the actual GET call to download the file:After this, the installation never completes. My plugin and bin directories still have the 777 chmod flags set on them because it never completes.
Expected Behaviour
It should download the binaries, verify their hashes, and put them in the
bin
directory.SteamOS version
SteamOS 3.4.10 Stable
Selected Update Channel
Stable
Have you modified the read-only filesystem at any point?
Yes
Logs
I set my log level to DEBUG, this is what I got (without all the inotify logs):
The text was updated successfully, but these errors were encountered: