-
Notifications
You must be signed in to change notification settings - Fork 1.8k
ERROR: Restful server start failed! Failed to create log dir: RangeError: Invalid time value #4077
Comments
Hi @Stanlay19 Thanks for your feedback. Which web browser do you use? could you try this on console: "new Date(new Date().toLocaleString()+ " UTC").toISOString()" which got this error, but I can not reproduce it. |
There is a fix about this issue, #4108. |
+1 |
I have the same issue on win10 with python 3.9. In the first day it worked but in the second day I got |
Version 2.4 does not work. Tried 2.3 and it is working so far. |
@acured - may we add this to 2.5 test? just make sure that there are no regressions from 2.3 to 2.4 (then 2.5), thanks. |
Fixed in v2.5. |
Describe the issue:
Environment:
nnictl create --config nni\examples\trials\mnist-pytorch\config_windows.yml
INFO: expand searchSpacePath: search_space.json to D:\workspace\nni\examples\trials\mnist-pytorch\search_space.json
INFO: expand codeDir: . to D:\workspace\nni\examples\trials\mnist-pytorch.
INFO: Starting restful server...
ERROR: Restful server start failed!
INFO: Stdout:
INFO: Stderr:
Failed to create log dir: RangeError: Invalid time value
at Date.toISOString ()
at Logger.log (D:\Program\Anaconda3\lib\site-packages\nni_node\common\log.js:54:72)
at Logger.error (D:\Program\Anaconda3\lib\site-packages\nni_node\common\log.js:41:14)
at D:\Program\Anaconda3\lib\site-packages\nni_node\main.js:109:33
How to reproduce it?:
The text was updated successfully, but these errors were encountered: