nlplab / brat

brat rapid annotation tool (brat) - for all your textual annotation needs
http://brat.nlplab.org
Other
1.82k stars 509 forks source link

Failed to store cookie (missing write permission to brat work directory) #1409

Open yamaook opened 3 months ago

yamaook commented 3 months ago

I'm running brat's standalone.py on Windows, and when accessing through http://localhost:8001, it shows the error "Failed to store cookie (missing write permission to brat work directory)." What could be the reason for this?

image

yamaook commented 3 months ago

I have solved this problem by replacing the method rename() with replace(). This way, it can now run on Windows. image

yamaook commented 3 months ago

image