質問編集履歴

6

Change the language

2019/06/30 09:41

投稿

Tomosuke
Tomosuke

スコア6

test CHANGED
@@ -1 +1 @@
1
- Node-RED localhost:1880 にアクセスできない
1
+ Node-RED Cannot access localhost:1880
test CHANGED
File without changes

5

Typo

2019/06/30 09:41

投稿

Tomosuke
Tomosuke

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- The node-RED editor freezes during the implementation of the node, so I restarted the node-RED by killing the port process and PC reboot.
1
+ The Node-RED editor freezes during the implementation of the node, so I restarted the Node-RED by killing the port process and PC reboot.
2
2
 
3
3
  But I couldn't access the editor (http://localhost:1880).
4
4
 
@@ -30,7 +30,7 @@
30
30
 
31
31
 
32
32
 
33
- When I check the connection by 'telnet' command, request is denied.
33
+ When I check the connection by 'telnet' command, the request is denied.
34
34
 
35
35
 
36
36
 

4

Change the language

2019/06/30 08:52

投稿

Tomosuke
Tomosuke

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,12 +1,10 @@
1
- Node-RED エディタでノード実装中にフリーズしたので、PC再起動やポートのプロセスを kill をして
1
+ The node-RED editor freezes during the implementation of the node, so I restarted the node-RED by killing the port process and PC reboot.
2
2
 
3
- 再度 Node-RED を起動したのですが、エディタ(http://localhost:1880)にアクセスできなくなってしまいました。
3
+ But I couldn't access the editor (http://localhost:1880).
4
4
 
5
- ずっと待機状態で Google Chrome ブラウザの Developer Tools > Network を見ると、以下のようになります。
5
+ It has been 'waiting' status and when I look into the Developer Tools > Network tab in the Google Chrome browser, it looks like this.
6
6
 
7
- 何が原因になるものはありますでしょうか?
7
+ Could you please tell me the reason why?
8
-
9
-
10
8
 
11
9
  ```
12
10
 
@@ -16,15 +14,15 @@
16
14
 
17
15
 
18
16
 
19
- $ node-red コマンドで起動すると、フローは正常に動いており、特にエラーメッセージなどはありません。
17
+ The Node-RED flow is working by entering 'node-red' command and there are any error messages.
20
18
 
21
19
  ```
22
20
 
23
- 30 Jun 01:58:06 - [info] フローを開始します
21
+ 30 Jun 01:58:06 - [info] The flow will start.
24
22
 
25
- 30 Jun 01:58:06 - [info] フローを開始しました
23
+ 30 Jun 01:58:06 - [info] The flow has started.
26
24
 
27
- 30 Jun 01:58:06 - [info] サーバは http://127.0.0.1:1880/ で実行中です
25
+ 30 Jun 01:58:06 - [info] The server is running on http://127.0.0.1:1880/.
28
26
 
29
27
  30 Jun 01:58:06 - [info] [function:GetNextSessions] 01:58
30
28
 
@@ -32,7 +30,7 @@
32
30
 
33
31
 
34
32
 
35
- $ telnet でのコネクションを見てみると、リクエストが拒否されています。
33
+ When I check the connection by 'telnet' command, request is denied.
36
34
 
37
35
 
38
36
 
@@ -54,14 +52,10 @@
54
52
 
55
53
 
56
54
 
57
- Node-RED のフロー構成の影響かとも思い、フローの設定ファイルも白紙にしたのですが、特に変化なしでした。
55
+ ### Additional Information
58
56
 
59
-
60
-
61
- ### 補足情報
62
-
63
- - Node-RED はローカルで実行
57
+ - Execute Node-RED on local
64
58
 
65
59
  - Mac OS
66
60
 
67
- - Google Chrome, Firefox で再現
61
+ - Using Google Chrome, Firefox browser

3

タイトルに追記

2019/06/30 08:49

投稿

Tomosuke
Tomosuke

スコア6

test CHANGED
@@ -1 +1 @@
1
- localhost:1880 にアクセスできない
1
+ Node-RED localhost:1880 にアクセスできない
test CHANGED
File without changes

2

試した内容を追加

2019/06/29 18:20

投稿

Tomosuke
Tomosuke

スコア6

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,17 @@
2
2
 
3
3
  再度 Node-RED を起動したのですが、エディタ(http://localhost:1880)にアクセスできなくなってしまいました。
4
4
 
5
+ ずっと待機状態で Google Chrome ブラウザの Developer Tools > Network を見ると、以下のようになります。
6
+
5
7
  何が原因になるものはありますでしょうか?
8
+
9
+
10
+
11
+ ```
12
+
13
+ localhost (canceled) document
14
+
15
+ ```
6
16
 
7
17
 
8
18
 
@@ -44,6 +54,10 @@
44
54
 
45
55
 
46
56
 
57
+ Node-RED のフロー構成の影響かとも思い、フローの設定ファイルも白紙にしたのですが、特に変化なしでした。
58
+
59
+
60
+
47
61
  ### 補足情報
48
62
 
49
63
  - Node-RED はローカルで実行

1

誤字

2019/06/29 18:14

投稿

Tomosuke
Tomosuke

スコア6

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  再度 Node-RED を起動したのですが、エディタ(http://localhost:1880)にアクセスできなくなってしまいました。
4
4
 
5
- 何が原因でしょうか?
5
+ 何が原因になるものはありますでしょうか?
6
6
 
7
7
 
8
8