Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
.
var midiFileParser = require('midi-file-parser'); | |
var MIDIUtils = require('midiutils'); | |
var song = "hotline_bling" | |
var file = require('fs').readFileSync(song + '.mid', 'binary') | |
var midi = midiFileParser(file); | |
notes = []; | |
noteStatus = false; |
Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
.
So... You have updated to latest forge and harvestTool, harvestLevel, ToolType, ... are all gone. AAA PANIC!
Here's how to fix it:
First, Remove the harvestTool and harvestLevel calls from the block properties.
Then, add the blocks to the relevant tags. You can use datagen, or make the jsons yourself. Datagen is more future-proof.