-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't anonimize .docx document using localhost + docker setup #10
Comments
Hello @jngumy we updated the instructions, the command prompt was outdated but now it is fixed. Could you try with this new command? |
Hi @ivanafeldfeber thanks for your quick reply. That worked, thanks! The tool works well until I try to anonymize and download the anonymized version of the .docx document. At this step, I'm getting a 500 error. here are the backend logs for that error
is this a known issue? thanks in advance |
Dear @jngumy, Thank you for your interest in the AymurAI project and for bringing this issue to our attention. We have attempted to reproduce the error you encountered but were able to run the anonymization pipeline and export the edited To assist you further, we suggest the following steps:
If after performing these steps the issue persists, please provide us with additional details, such as error messages, log outputs, and the steps you have taken. This information will help us diagnose the problem more effectively. |
Hi, I downloaded the anonymizer tool to test it locally with the sample .docx file mentioned in the instructions, but the document doesn't load and shows the following error. It seems like it fails to connect to the server running in Docker.
These are the logs of the api docker container:
looks like im getting a 200 from the server but data.document.map is failing because its not returning an array instead its returning a string
I followed all the steps outlined in the installation guide https://github.com/AymurAI, but I can't get it to work.
Am i missing something? thanks
The text was updated successfully, but these errors were encountered: