Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild optinist-for-server env and verify caiman error #347

Closed
itutu-tienday opened this issue Dec 15, 2024 · 4 comments
Closed

Rebuild optinist-for-server env and verify caiman error #347

itutu-tienday opened this issue Dec 15, 2024 · 4 comments
Assignees

Comments

@itutu-tienday
Copy link
Collaborator

itutu-tienday commented Dec 15, 2024

@tsuchiyama-araya
Copy link
Collaborator

localhost:3000 を確認したところ、APIのリクエストURLが http://localhost:3000/is_standalone となっていました。
こちらは、本来ポート3000から8000にリクエストを転送する仕様ではないかと認識していますが、合っていますでしょうか?
また、バックエンドにアクセスできているかを確認するために、デバッグ用のコマンドを追加しましたが、
バックエンドのログに何も出力されません。そのため、バックエンドとの通信が行われていない可能性があると考えています。

(Slackに通知済み)

@tsuchiyama-araya
Copy link
Collaborator

上記の問題は frontend で .env.development を追加することで解決しました。

@tsuchiyama-araya
Copy link
Collaborator

localhost:3000 から Workspaceにアクセスしたら、下記のエラーが発生しました。

Uncaught Error: invalid input node type at InputNodeSelectors.ts:142:1 at useSelector.js:54:1 at memoizedSelector (with-selector.development.js:79:1) at getSnapshotWithSelector (with-selector.development.js:134:1) at updateSyncExternalStore (react-dom.development.js:16860:1) at Object.useSyncExternalStore (react-dom.development.js:17943:1) at useSyncExternalStore (react.development.js:1676:1) at useSyncExternalStoreWithSelector (with-selector.development.js:145:1) at useSelector (useSelector.js:112:1) at ExpDbSelect (ExpDbNode.tsx:79:1)

@tsuchiyama-araya
Copy link
Collaborator

【作業報告】
今回のエラーは、Barebone-studioとデータを共有していたため、Optinist-For-Serverには存在しないデータが使用されていたことが原因です。
そのため、Dockerを作成する際にMountするデータのファイルパスを変更することで解決します。

現状、Caimanは正常に処理が完了しましたが、Visualizeで確認したところ、ROIなどが表示されていません。
ただし、ROIデータのJSON自体は存在しているため、引き続き調査が必要です。

itutu-tienday pushed a commit that referenced this issue Dec 19, 2024
itutu-tienday pushed a commit that referenced this issue Dec 19, 2024
- porting from barebone-studio #347
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants