Hi,
I am trying to get my hands on label-studio for a project. I was able to start a simple example annotation project with the guide on https://labelstud.io/guide/ but today I am getting errors.
I am trying to run this command:
label-studio init hs --input-path=data/sampledata.json --label-config=config/label_config.xml
I am getting an error that says --input-path is not recognized which was being recognized yesterday before the 1.0.0 release.
Python 3.7
Label-Studio 1.0.0
Linux
@fatihbeyhan --input-path argument is no longer supported. You can manually import the data using the Label Studio UI.
See https://labelstud.io/guide/start.html and https://labelstud.io/guide/tasks.html for more.
Or you can use import API.
I am trying to keep this project on remote server and our dataset is on the same server. I guess I need to get it on my local or cloud...
@fatihbeyhan there will be an option enabled for getting the data from the local file storage in version 1.0.1
Hi,
The option for getting the data from the local file storage is working for images data but not for txt data for me. I can sync my data but when I try to visualize it the text is not loading even if I have a 200 return any idea ?

DEBUG LOGGING
```[08/Apr/2021 10:28:02] "GET /api/dm/project?project=4 HTTP/1.1" 200 1835
[08/Apr/2021 10:28:02] "GET /api/users?project=4 HTTP/1.1" 200 429
[2021-04-08 10:28:02,990] [rules::test::152] [DEBUG] Testing is_authenticated
[2021-04-08 10:28:02,990] [rules::_apply::216] [DEBUG] is_authenticated = True
[08/Apr/2021 10:28:02] "GET /api/dm/actions?project=4 HTTP/1.1" 200 458
[08/Apr/2021 10:28:03] "GET /api/dm/views?project=4 HTTP/1.1" 200 580
[2021-04-08 10:28:03,299] [data_manager.managers::apply_filters::147] [DEBUG] Apply filter: (AND: )
[08/Apr/2021 10:28:03] "GET /api/dm/views/4/tasks?page=1&page_size=30&project=4 HTTP/1.1" 200 449
[08/Apr/2021 10:28:03] "PATCH /api/dm/views/4?project=4 HTTP/1.1" 200 578
[2021-04-08 10:28:03,477] [data_manager.managers::apply_filters::147] [DEBUG] Apply filter: (AND: )
[08/Apr/2021 10:28:03] "GET /api/dm/views/4/tasks?page=1&page_size=30&project=4 HTTP/1.1" 200 449
@Morgadoooo Hi! Please, try to add to your Text tag in your labeling config:
<Text ... valueType="url">
@makseq It did the trick thanks for your help!
@fatihbeyhan Local storages have been added in LS 1.0.1.