Princeton-CDH / htr2hpc

Apache License 2.0
1 stars 0 forks source link

Some model imports failing with error message #23

Closed cmroughan closed 3 weeks ago

cmroughan commented 4 weeks ago

Describe the bug

The instance now seems to be succeeding on segmentation model imports and failing on transcription model imports. Trying to import a transcription model consistently leads to a screen like the following:

The requested URL was rejected. Please consult with your administrator.

Your support ID is: 13895239713375090222

[Go Back]

Googling the above error message suggests that that particular message tends to come up when a firewall is blocking something.

This problem seems to have been ongoing since Oct 17th at the latest, since the data from that round of import tests shows that the transcription model uploads never completed. The issue therefore predates changes to the VM configurations.

Ran another round of testing today using the following four transcription models, all of which failed:

Meanwhile, none of the segmentation models I have tried to upload through the GUI have failed. However, using the API to try to upload models is now failing regardless of whether they are segmentation or transcription models.

Tests so far

A sampling of the support IDs I've been getting in the error messages

cmroughan commented 3 weeks ago

Turns out that this and #22 were being caused by the same issue. This was a nginx firewall issue that has now been resolved.