質問編集履歴

1

要点をまとめました。

2020/10/23 06:01

投稿

officehojo
officehojo

スコア11

test CHANGED
File without changes
test CHANGED
@@ -28,45 +28,13 @@
28
28
 
29
29
 
30
30
 
31
- コンソールではshop > indexにエラーが出ていました。
32
-
33
-
34
-
35
- ```
36
-
37
- ?v=2.0:6 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403
38
-
39
- g @ ?v=2.0:6
40
-
41
- 11?v=2.0:6 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403
42
-
43
- g @ ?v=2.0:6
44
-
45
- T @ ?v=2.0:6
46
-
47
- j @ ?v=2.0:6
48
-
49
- ```
50
-
51
-
52
-
53
- ### 該当のソースコード
54
-
55
-
56
-
57
- ```ここに言語名を入力
58
-
59
- =new WebSocket("wss://public-api.wordpress.com"+a)).onopen=function(e){c("pinghub.conn_open_dc."+_wpcomProxyRequestDC,(new Date).getTime()-n,"ms"),t({body:{type:"open"},code:207})},e.onclose=function(e){c("pinghub.conn_close_code."+e.code,(new Date).getTime()-n,"ms"),w(o),t({body:{type:"close"},code:200})},e.onerror=function(e){c("pinghub.conn_err",(new Date).getTime()-n,"ms"),w(o),t({body:{type:"error"},code:500})},e.onmessage=function(e){t({body:{type:"message",data:e.data},code:207})})}var o,t,n,v,k=!1,C=!1,_=_wpcomProxyRequestHasCookie?"true":"false";function T(e,o){var t,n,a=m(e.callback,o,e.supports_args);if("undefined"==typeof WebSocket)return k=k||c("pinghub.restproxy.ws_unsupported","1","c"),void a({body:{type:"error",data:"unsupported"},code:500});k=k||c("pinghub.restproxy.ws_supported","1","c"),C=_?C||c("pinghub.restproxy.cookie","1","c"):C||c("pinghub.restproxy.nocookie","1","c"),"connect"===e.action&&g(e.path,a),"disconnect"===e.action&&(t=e.path,n=a,t in b?(b[t].close(),w(t),n({body:{type:"disconnect"},code:200})):n({body:{type:"error",data:"not connected"},code:200})),"send"===e.action&&function(e,o,t){if(e in b)try{b[e].send(o),t({body:{type:"sent"},code:201})}catch(e){t({body:{type:"error"},code:600})}else t({body:{type:"error"},code:404})}(e.path,e.message,a)}function j(e){var o,t=!1;if(i===e.origin)if(a)r.push({data:e.data,origin:e.origin});else{if("string"==typeof e.data){try{o=JSON.parse(e.data)}catch(e){return}t=!0}else o=e.data;if("object"==typeof o){if(o.metaAPI)return void 0!==o.metaAPI.accessAllUsersBlogs&&(d=!!o.metaAPI.accessAllUsersBlogs),void m(o.callback,t)({body:"metaAPIupdated",code:200});var n="/pinghub/";(o.path&&o.path.slice(0,n.length)===n?T:p)(o,t)}}}window.addEventListener("message",j),o=i,t=function(e){return e?(a=!1,r.forEach(j)):window.removeEventListener("message",j),void(r=[])},-1<e.indexOf(o)||o.match(/^https://[a-z0-9-]+.calypso.live$/)||o.match(/^https://([a-z0-9-]+.)+wordpress.com$/)?t(!0):(n=window.location.protocol+"//public-api.wordpress.com/rest/v1/sites/"+encodeURIComponent(o)+"?http_envelope=1&check_wpcom=1",(v=new XMLHttpRequest).open("GET",n),v.responseType="json",u&&v.setRequestHeader("Authorization","X-WPCOOKIE "+u+":0:"+o),v.onload=function(){var e,o=!1;200!==this.status||(e=h(this))&&e.body&&!0===e.body.isWPcom&&(o=!0),t(o)},v.send()),y("ready")}();</script>
60
-
61
- ```
62
-
63
31
 
64
32
 
65
33
  ### 試したこと
66
34
 
67
35
 
68
36
 
69
- ・テーマ(unero)とプラグインの再インストールとアップデート
37
+ ・テーマとプラグインの再インストールとアップデート
70
38
 
71
39
  ・ショップページを違う固定ページで指定
72
40
 
@@ -83,9 +51,3 @@
83
51
  ずっとカスタムベースにチェックが入っており、違う項目の選択&保存できません。
84
52
 
85
53
  横に「ベースを設定する必要があります。そうしないと、WordPress はデフォルトを代わりに使用します」という注意書きが表示されています。
86
-
87
-
88
-
89
- 仕事の関係で、どうにか解決したいです。
90
-
91
- 恐れ入りますがどうぞよろしくお願いいたします。