BlaiMelendezCatalan / BAT

Other
61 stars 7 forks source link

New Annotation doesn't work #12

Closed Buckler89 closed 6 years ago

Buckler89 commented 6 years ago

Hello   after creating a user, I click on New Annotation, but the page remains empty.   What should I do to start a new annotation?

BlaiMelendezCatalan commented 6 years ago

Hi,

Make sure you have created a project and uploaded wavs to it (make sure you create a set of classes before and assign them to the project). You should check the "First steps with BAT" section in the repo readme.

Thanks for using the tool!

Blai.

El 18:08 dc. 11/07/2018, Buckler89 notifications@github.com va escriure:

Hello after creating a user, I click on New Annotation, but the page remains empty. What should I do to start a new annotation?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BlaiMelendezCatalan/BAT/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AL0lFwWdObQPWNoeYyMRmCoggLYKlJlAks5uFiMWgaJpZM4VLbl9 .

Buckler89 commented 6 years ago

Thank you for creating it. However I can not figure out how to create a new project. After making the first registration and logging in, this is what I see: bat_void

Any suggestions? Precisely, what should be included in the .env file? And what do these parameters represent?

BlaiMelendezCatalan commented 6 years ago

Hello!

About the .env you can see this in the readme file:

1.

Create file named .env in the project root (near the docker-compose.yml file) with the following text:

DJANGO_SETTINGS_MODULE=config.settings.local

POSTGRES_PASSWORD=change_this_password

POSTGRES_USER=change_this_user

DJANGO_SECRET_KEY=insert_a_long_string_with_ascii_chars

Also, during installation you should have done this step:

  1. Now you can add an admin user.

$ (sudo) docker-compose run django python manage.py createsuperuser

If you log in as the superuser (with the username and password you entered in step 6) you will be able to create projects, classes and upload wavs.

2018-07-11 21:29 GMT+02:00 Buckler89 notifications@github.com:

Thank you for creating it. However I can not figure out how to create a new project. After making the first registration and logging in, this is what I see: [image: bat_void] https://user-images.githubusercontent.com/8536008/42594971-15766ada-8551-11e8-9259-dc23e6eed60e.png

Any suggestions? Precisely, what should be included in the .env file? And what do these parameters represent?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BlaiMelendezCatalan/BAT/issues/12#issuecomment-404284163, or mute the thread https://github.com/notifications/unsubscribe-auth/AL0lF8RY2VKB2xB-TNf0rbqBlORmMCmMks5uFlI3gaJpZM4VLbl9 .

Buckler89 commented 6 years ago

Yes, in the end, I realized that I had to change users to go to the annotations after loading the wav file. However, I think it is useful to specify in the documentation what are the wav formats supported. For example, 24bit does not work. Even files with more than one channel do not work.

I close issue, thank you