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

Native + REMOTE_STORAGE_TYPE="0" Error with import sample data #472

Open
milesAraya opened this issue Oct 21, 2024 · 2 comments
Open

Native + REMOTE_STORAGE_TYPE="0" Error with import sample data #472

milesAraya opened this issue Oct 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@milesAraya
Copy link
Collaborator

追加機能についての概要
Error when syncing data. However, set to sync local.

import sample data

2024-10-21 10:18:25,395 INFO: [uvicorn.access] send():478 - 127.0.0.1:49553 - "OPTIONS /workflow/fetch/1 HTTP/1.1" 200
2024-10-21 10:18:25,398 INFO: [uvicorn.access] send():478 - 127.0.0.1:49551 - "OPTIONS /workflow/fetch/1 HTTP/1.1" 200
2024-10-21 10:18:25,406 ERROR: [optinist] fetch_last_experiment():79 -
2024-10-21 10:18:25,407 INFO: [uvicorn.access] send():478 - 127.0.0.1:49553 - "GET /workflow/fetch/1 HTTP/1.1" 404
2024-10-21 10:18:25,417 ERROR: [optinist] fetch_last_experiment():79 -
2024-10-21 10:18:25,418 INFO: [uvicorn.access] send():478 - 127.0.0.1:49551 - "GET /workflow/fetch/1 HTTP/1.1" 404
2024-10-21 10:18:26,851 INFO: [uvicorn.access] send():478 - 127.0.0.1:49551 - "OPTIONS /experiments/1 HTTP/1.1" 200
2024-10-21 10:18:26,854 INFO: [uvicorn.access] send():478 - 127.0.0.1:49553 - "OPTIONS /experiments/1 HTTP/1.1" 200
2024-10-21 10:18:26,878 INFO: [uvicorn.access] send():478 - 127.0.0.1:49551 - "GET /experiments/1 HTTP/1.1" 200
2024-10-21 10:18:26,891 INFO: [uvicorn.access] send():478 - 127.0.0.1:49553 - "GET /experiments/1 HTTP/1.1" 200
2024-10-21 10:18:29,021 INFO: [uvicorn.access] send():478 - 127.0.0.1:49557 - "GET /experiments/1 HTTP/1.1" 200
2024-10-21 10:18:31,921 INFO: [uvicorn.access] send():478 - 127.0.0.1:49557 - "OPTIONS /workflow/sample_data/1 HTTP/1.1" 200
2024-10-21 10:18:32,056 INFO: [uvicorn.access] send():478 - 127.0.0.1:49557 - "GET /workflow/sample_data/1 HTTP/1.1" 200
2024-10-21 10:18:32,099 INFO: [uvicorn.access] send():478 - 127.0.0.1:49557 - "GET /experiments/1 HTTP/1.1" 200
2024-10-21 10:18:36,689 INFO: [uvicorn.access] send():478 - 127.0.0.1:49560 - "OPTIONS /workflow/reproduce/1/tutorial2 HTTP/1.1" 200
2024-10-21 10:18:36,818 ERROR: [optinist] reproduce_experiment():141 - local variable 'is_remote_synced' referenced before assignment
Traceback (most recent call last):
File "/Users/milesd/GitRepos/barebone-studio/studio/app/common/routers/workflow.py", line 127, in reproduce_experiment
is_remote_synced=is_remote_synced,

env file settings:
USE_FIREBASE_TOKEN=True
IS_STANDALONE=False
MYSQL_SERVER=localhost
REMOTE_STORAGE_TYPE="0"

重要度
中: この機能は開発要件に含まれているが、早急に対応する必要はない。

ブランチ名
develop-cloud

@milesAraya milesAraya added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Oct 21, 2024
@milesAraya milesAraya added this to the OIST requirements 2024 milestone Oct 21, 2024
@milesAraya
Copy link
Collaborator Author

USE_FIREBASE_TOKEN=False
IS_STANDALONE=True
MYSQL_SERVER=localhost
REMOTE_STORAGE_TYPE="0"

Same

@milesAraya
Copy link
Collaborator Author

No problem on develop-main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant