SeattleTestbed / seash

Interactive vessel management tool
MIT License
0 stars 10 forks source link

filename handling fail on RepyV2 nodemanager #68

Closed choksi81 closed 9 years ago

choksi81 commented 10 years ago

If a user uploads a file with disallowed chars (eg, upper case characters) this raises an !InternalError instead of a nice error message.

choksi81 commented 10 years ago

Replying to yanyan: If a user uploads a file with disallowed chars (eg, upper case characters) this raises an InternalError instead of a nice error message.

Error replicated: !> upload ABC.repy An error occurred: Node Manager error 'Internal Error' Affected vessels: 59d...

aaaaalbert commented 10 years ago

See also SeattleTestbed/nodemanager#100.

aaaaalbert commented 9 years ago

This really was a nodemanager bug. Fixed in 48d22ab511df8caa9469ea8c784dc63f1402bf1c. Closing!