Luc

Results 3 comments of Luc

MockingBird\control\toolbox\ui.py ` if len(synthesizer_fpaths) == 0: print("No synthesizer models found in %s" % synthesizer_models_dir) raise Exception("No synthesizer models found in %s" % synthesizer_models_dir) self.repopulate_box(self.synthesizer_box, [(f.stem, f) for f in synthesizer_fpaths])`...

临时解决方案是外围多加载一个MD5js,例如:仅供参考 ``` export async function BMPGL(ak) { await loadScript('https://cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js') const src = `https://api.map.baidu.com/api?type=webgl&v=2.0&ak=${ak}&services=&callback=init` return new Promise((resolve, reject) => { window.init = function () { resolve(BMapGL) } const script = document.createElement('script')...

2023-12-27 日复现,回退到8.0 版本正常