DSM 6.0.2 Update 5
Posted: 30 Nov 2016, 18:08
Just updated DSM, and filebot node to 4.7.5, and now I'm unable to execute command.
If I open http://192.168.1.125:5000/webman/3rdpar ... index.html, and developer tools, the console is full of:
app.js?_dc=20161125063244:1 GET http://192.168.1.125:5452/tasks 401 (Unauthorized)start
app.js?_dc=20161125063244:1 Uncaught RangeError: Maximum call stack size exceeded(…)
Using curl from the synology:
curl -v http://192.168.1.125:5452/auth
> GET /auth HTTP/1.1
> Host: 192.168.1.125:5452
> User-Agent: curl/7.50.3
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/json
< Access-Control-Allow-Origin: *
< Date: Wed, 30 Nov 2016 17:56:10 GMT
< Connection: keep-alive
< Content-Length: 51
<
{"success":true,"data":{"auth":"SYNO","user":null}}
Using curl from the computer:
url -v http://192.168.1.125:5452/auth
* Trying 192.168.1.125...
* TCP_NODELAY set
* Connected to 192.168.1.125 (192.168.1.125) port 5452 (#0)
> GET /auth HTTP/1.1
> Host: 192.168.1.125:5452
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/json
< Access-Control-Allow-Origin: *
< Date: Wed, 30 Nov 2016 17:57:33 GMT
< Connection: keep-alive
< Content-Length: 51
<
* Curl_http_done: called premature == 0
* Connection #0 to host 192.168.1.125 left intact
{"success":true,"data":{"auth":"SYNO","user":null}}
Where to start?
T
If I open http://192.168.1.125:5000/webman/3rdpar ... index.html, and developer tools, the console is full of:
app.js?_dc=20161125063244:1 GET http://192.168.1.125:5452/tasks 401 (Unauthorized)start
app.js?_dc=20161125063244:1 Uncaught RangeError: Maximum call stack size exceeded(…)
Using curl from the synology:
curl -v http://192.168.1.125:5452/auth
> GET /auth HTTP/1.1
> Host: 192.168.1.125:5452
> User-Agent: curl/7.50.3
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/json
< Access-Control-Allow-Origin: *
< Date: Wed, 30 Nov 2016 17:56:10 GMT
< Connection: keep-alive
< Content-Length: 51
<
{"success":true,"data":{"auth":"SYNO","user":null}}
Using curl from the computer:
url -v http://192.168.1.125:5452/auth
* Trying 192.168.1.125...
* TCP_NODELAY set
* Connected to 192.168.1.125 (192.168.1.125) port 5452 (#0)
> GET /auth HTTP/1.1
> Host: 192.168.1.125:5452
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/json
< Access-Control-Allow-Origin: *
< Date: Wed, 30 Nov 2016 17:57:33 GMT
< Connection: keep-alive
< Content-Length: 51
<
* Curl_http_done: called premature == 0
* Connection #0 to host 192.168.1.125 left intact
{"success":true,"data":{"auth":"SYNO","user":null}}
Where to start?
T