-
Notifications
You must be signed in to change notification settings - Fork 2
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
Uploading files module is not working #6
Comments
As regards the LanceOtron module:-
The module is not publicly available yet, my colleague is just about to
submit a paper so we aim to make it available soon. At the moment the
communication between the mlv and the machine learning server is a bit
bespoke so we are trying to make it more generic
Sorry for the problems you are encountering with MLV,
Have you set the temp and data directories?(
https://lanceotron.readthedocs.io/en/latest/mlv_developer/developer.html#folder-locations)
I perhaps need to mention these earlier on in the documentation
Is the file you uploaded in the temp directory?
There may be something in the logs about what went wrong. I have just
noticed that the user is not informed if there is a problem
uploading/saving the file, only if there is a problem processing it, so
apologies for this. I will update the code
Also once the file is uploaded processing is done with celery, so you need
to have a celery queue running or have USE_CELERY=False in the config
(
https://lanceotron.readthedocs.io/en/latest/mlv_developer/developer.html#running-the-message-queue
)
…On Tue, Jan 19, 2021 at 11:27 PM Felipe Leza ***@***.***> wrote:
I was able to run the application, but when I tried to upload files to a
project, the "Uploading and processing file" message never stops and I
cannot go to the next step.
[image: image]
<https://user-images.githubusercontent.com/58827634/105106198-3749e900-5a7b-11eb-8380-bee65c210a6a.png>
Is there any configuration I need to do or where I can find the log for
this module?
Cheers.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHLOVM5ZQUIKBUB4LJCLX3S2YIN3ANCNFSM4WJWWVFQ>
.
|
Hi @martinSergeant, how long does it take to get a public version? We would like to run the module on our local/server machines and test the application that way. Is there any option to share with us a copy of the lanceotron module? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to run the application, but when I tried to upload files to a project, the "Uploading and processing file" message never stops and I cannot go to the next step.
Is there any configuration I need to do or where I can find the log for this module?
Cheers.
The text was updated successfully, but these errors were encountered: