不具合報告
s20151018にて、Twitter認証ができません。しようとするとエラーが発生します。
エラーコンソールを見たところ、以下の様なメッセージが出ていました。
エラー: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable
ソースファイル: chrome://kancolletimer/content/twitter.js
行: 110
所有艦艇リスト:
TypeError: can't convert null to object libs.js:30:21
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create libs.js:365:1
Loading data: chrome://kancolletimer/content/data.json
data[kancolletimer-kai@st-paulia.net]: version 1, release 5
TypeError: a._spec is null newshiplist.js:1021:3
装備一覧:
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create libs.js:365:1
Loading data: chrome://kancolletimer/content/data.json
data[kancolletimer-kai@st-paulia.net]: version 1, release 5
TypeError: spec_a is null equipmentlist.js:200:10
httpobserve.jsmの開幕雷撃のまえに先制対潜を入れれば良さ気
//先制対潜
if (data.api_opening_taisen_flag)
this._update_battle_hourai(data.api_opening_taisen, deckid2);
// 開幕
if (data.api_opening_flag)
改修の制空値計算はいまいちはっきりしないけどこんな感じかな?
let vs = (itemtype.api_tyku + 0.2 * (item.api_level || 0)) * Math.sqrt(ship.api_onslot[j]);