alicezetion 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":7767287474592040970,"last_updated":{"seconds":1692353464,"nanos":181834000}}
|
package/index.js
CHANGED
@@ -124,9 +124,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
124
124
|
if (legacyFBMQTTMatch) {
|
125
125
|
mqttEndpoint = legacyFBMQTTMatch[4];
|
126
126
|
region = new URL(mqttEndpoint).searchParams.get("region").toUpperCase();
|
127
|
-
log.warn("login", `Cannot get sequence ID with new RegExp. Fallback to old RegExp (without seqID)...`);
|
128
127
|
} else {
|
129
|
-
log.warn("login", "Cannot get MQTT region & sequence ID.");
|
130
128
|
noMqttData = html;
|
131
129
|
}
|
132
130
|
}
|