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
Hello, I downloaded the source code of your open-source project magic-copy from releases/tag/v1.2.0 and installed dependencies locally. After running npm run watch and adding the plugin to Google Chrome, I found that it doesn't work properly. It shows an error like the one in the screenshot below.
However, if I download the compiled magic-copy-chrome.zip from releases/tag/v1.2.0 and install it directly in the browser, it works fine. I also checked the format of onnxruntime-web inside sandbox.js and found that they are different. Could this be an issue with the version of onnxruntime-web? I tried upgrading to the latest version of onnxruntime-web, but the issue persists.
The text was updated successfully, but these errors were encountered:
Yeah this sounds like something broken with the onnxruntime-web API. Does it work at 08d78db? Just one before the onnxruntime-web version bump.
3Q, It's been solved, but I didn't delve into what caused it. It seems to be the dependency problem. The npm ci installation can run normally, and the npm i installation will make mistakes
Hello, I downloaded the source code of your open-source project magic-copy from releases/tag/v1.2.0 and installed dependencies locally. After running
npm run watch
and adding the plugin to Google Chrome, I found that it doesn't work properly. It shows an error like the one in the screenshot below.However, if I download the compiled
magic-copy-chrome.zip
from releases/tag/v1.2.0 and install it directly in the browser, it works fine. I also checked the format ofonnxruntime-web
insidesandbox.js
and found that they are different. Could this be an issue with the version ofonnxruntime-web
? I tried upgrading to the latest version ofonnxruntime-web
, but the issue persists.The text was updated successfully, but these errors were encountered: