Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

work with pidgin failed with bitlbee error <html><head><noscript>JavaScript required to sign in<meta #679

Open
syamsaran12345 opened this issue May 10, 2021 · 3 comments

Comments

@syamsaran12345
Copy link

Same skype4web plugin work with pidgin while it is failing with bitlbee
with error JavaScript required to sign in<meta

this error can be seen in end of this message

used latest skype4web 1.7

$ ./bitlbee -V
BitlBee 3.6 API version 030600 Configure args: --prefix=/home/user/Projects/bitlbee/bitlbee-3.6/../install --otr=1 --purple=1

$ cat ../bitlbee.conf
[settings]
User = bitlbee
ConfigDir = /home/USER/Projects/bitlbee/home
DaemonInterface = 127.0.0.1
DaemonPort = 6667
PluginDir = /usr/lib/bitlbee

$ ./sbin/bitlbee -n -F -u -v -c ../bitlbee.conf
Warning: Warning: Couldn't write PID to `/var/run/bitlbee.pid' Warning: Can't find function init_plugin_info' in /usr/lib/bitlbee/libskypeweb.so'
Warning: Can't find function init_plugin' in /usr/lib/bitlbee/libskypeweb.so'
(bitlbee:2652): CRITICAL : 16:06:17.730: skypeweb_string_get_chunk: assertion 'chunk_start' failed

Later tried with built version with debug print added like

`
gchar *
skypeweb_string_get_chunk(const gchar *haystack, gsize len, const gchar *start, const gchar *end)
{
const gchar *chunk_start, *chunk_end;
g_return_val_if_fail(haystack && start, NULL);

printf("Before Hello:%s:%d haystack=%s, start=%s\n", __FILE__, __LINE__, haystack, start);
fflush(stdout);


if (len > 0) {
	chunk_start = g_strstr_len(haystack, len, start);
} else {
	chunk_start = strstr(haystack, start);
}

if (!chunk_start) abort();

printf("After Hello:%s:%d haystack=%s, start=%s\n", __FILE__, __LINE__, haystack, start);
fflush(stdout);

g_return_val_if_fail(chunk_start, NULL);

chunk_start += strlen(start);

if (end != NULL) {
	if (len > 0) {
		chunk_end = g_strstr_len(chunk_start, len - (chunk_start - haystack), end);
	} else {
		chunk_end = strstr(chunk_start, end);
	}
	g_return_val_if_fail(chunk_end, NULL);
	
	return g_strndup(chunk_start, chunk_end - chunk_start);
} else {
	return g_strdup(chunk_start);
}

}

`

I am getting Javascrupt is not supported error

`GNU gdb (GDB) 10.2
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.

For help, type "help".
Type "apropos word" to search for commands related to "word"...

For more info run context-on command, for less info context-on, to toggle run toggle-context

/home/s/hell/.gdbinit:640: Error in sourced command file:
"on" or "off" expected.
Reading symbols from ./install/sbin/bitlbee...
(gdb) r -n -F -u -v -c bitlbee.conf
Starting program: /home/USER/Projects/Practice/bitlbee/install/sbin/bitlbee -n -F -u -v -c bitlbee.conf
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Warning: Warning: Couldn't write PID to /var/run/bitlbee.pid' [Detaching after fork from child process 4601] (01:45:03) prefs: Reading /home/USER/Projects/Practice/bitlbee/home//purple/prefs.xml (01:45:03) prefs: Finished reading /home/USER/Projects/Practice/bitlbee/home//purple/prefs.xml (01:45:03) plugins: probing /usr/lib/purple-2/ssl-gnutls.so (01:45:03) plugins: probing /usr/lib/purple-2/buddynote.so (01:45:03) plugins: probing /usr/lib/purple-2/libzephyr.so (01:45:03) plugins: probing /usr/lib/purple-2/libxmpp.so (01:45:03) plugins: probing /usr/lib/purple-2/libirc.so (01:45:03) plugins: probing /usr/lib/purple-2/idle.so (01:45:03) plugins: probing /usr/lib/purple-2/libsilcpurple.so (01:45:03) plugins: /usr/lib/purple-2/libsilcpurple.so is not loadable: undefined symbol: silc_malloc (01:45:03) plugins: probing /usr/lib/purple-2/log_reader.so (01:45:03) plugins: probing /usr/lib/purple-2/ssl-nss.so (01:45:03) plugins: probing /usr/lib/purple-2/libsametime.so (01:45:03) plugins: /usr/lib/purple-2/libsametime.so has a prefs_info, but is a prpl. This is no longer supported. (01:45:03) plugins: probing /usr/lib/purple-2/newline.so (01:45:03) plugins: probing /usr/lib/purple-2/libnovell.so (01:45:03) plugins: probing /usr/lib/purple-2/offlinemsg.so (01:45:03) plugins: probing /usr/lib/purple-2/tcl.so (01:45:03) plugins: probing /usr/lib/purple-2/nss-prefs.so (01:45:03) plugins: probing /usr/lib/purple-2/ssl.so (01:45:03) plugins: probing /usr/lib/purple-2/psychic.so (01:45:03) plugins: probing /usr/lib/purple-2/autoaccept.so (01:45:03) plugins: probing /usr/lib/purple-2/libsimple.so (01:45:03) plugins: probing /usr/lib/purple-2/joinpart.so (01:45:03) plugins: probing /usr/lib/purple-2/perl.so (01:45:03) plugins: probing /usr/lib/purple-2/statenotify.so (01:45:03) plugins: probing /usr/lib/purple-2/libjabber.so (01:45:03) plugins: /usr/lib/purple-2/libjabber.so is not usable because the 'purple_init_plugin' symbol could not be found. Does the plugin call the PURPLE_INIT_PLUGIN() macro? (01:45:03) plugins: probing /usr/lib/purple-2/libbonjour.so (01:45:03) plugins: probing /usr/lib/purple-2/libgg.so (01:45:03) plugins: probing /home/USER/Projects/Practice/bitlbee/install/lib/purple-2/libskypeweb.so (01:45:03) plugins: probing /usr/lib/purple-2/ssl-gnutls.so (01:45:03) plugins: Not loading /usr/lib/purple-2/ssl-gnutls.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/ssl-gnutls.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/buddynote.so (01:45:03) plugins: Not loading /usr/lib/purple-2/buddynote.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/buddynote.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libzephyr.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libzephyr.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libzephyr.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libxmpp.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libxmpp.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libxmpp.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libirc.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libirc.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libirc.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/idle.so (01:45:03) plugins: Not loading /usr/lib/purple-2/idle.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/idle.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libsilcpurple.so (01:45:03) plugins: /usr/lib/purple-2/libsilcpurple.so is not loadable: undefined symbol: silc_malloc (01:45:03) plugins: probing /usr/lib/purple-2/log_reader.so (01:45:03) plugins: Not loading /usr/lib/purple-2/log_reader.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/log_reader.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/ssl-nss.so (01:45:03) plugins: Not loading /usr/lib/purple-2/ssl-nss.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/ssl-nss.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libsametime.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libsametime.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libsametime.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/newline.so (01:45:03) plugins: Not loading /usr/lib/purple-2/newline.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/newline.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libnovell.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libnovell.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libnovell.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/offlinemsg.so (01:45:03) plugins: Not loading /usr/lib/purple-2/offlinemsg.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/offlinemsg.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/tcl.so (01:45:03) plugins: Not loading /usr/lib/purple-2/tcl.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/tcl.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/nss-prefs.so (01:45:03) plugins: Not loading /usr/lib/purple-2/nss-prefs.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/nss-prefs.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/ssl.so (01:45:03) plugins: Not loading /usr/lib/purple-2/ssl.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/ssl.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/psychic.so (01:45:03) plugins: Not loading /usr/lib/purple-2/psychic.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/psychic.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/autoaccept.so (01:45:03) plugins: Not loading /usr/lib/purple-2/autoaccept.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/autoaccept.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libsimple.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libsimple.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libsimple.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/joinpart.so (01:45:03) plugins: Not loading /usr/lib/purple-2/joinpart.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/joinpart.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/perl.so (01:45:03) plugins: Not loading /usr/lib/purple-2/perl.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/perl.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/statenotify.so (01:45:03) plugins: Not loading /usr/lib/purple-2/statenotify.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/statenotify.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libjabber.so (01:45:03) plugins: /usr/lib/purple-2/libjabber.so is not usable because the 'purple_init_plugin' symbol could not be found. Does the plugin call the PURPLE_INIT_PLUGIN() macro? (01:45:03) plugins: probing /usr/lib/purple-2/libbonjour.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libbonjour.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libbonjour.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/purple-2/libgg.so (01:45:03) plugins: Not loading /usr/lib/purple-2/libgg.so. Another plugin with the same name (/gnu/store/6n4ilrqff0y2770zcj3kl5j7v5fjg23k-pidgin-2.14.4/lib/purple-2/libgg.so) has already been loaded. (01:45:03) plugins: probing /usr/lib/pidgin/transparency.so (01:45:03) plugins: /usr/lib/pidgin/transparency.so is not loadable: undefined symbol: pidgin_toggle_sensitive (01:45:03) plugins: probing /usr/lib/pidgin/relnot.so (01:45:03) plugins: /usr/lib/pidgin/relnot.so is not loadable: undefined symbol: pidgin_make_mini_dialog (01:45:03) plugins: probing /usr/lib/pidgin/timestamp_format.so (01:45:03) plugins: /usr/lib/pidgin/timestamp_format.so is not loadable: undefined symbol: pidgin_conversations_get_handle (01:45:03) plugins: /usr/lib/pidgin/timestamp_format.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/history.so (01:45:03) plugins: /usr/lib/pidgin/history.so is not loadable: undefined symbol: gtk_imhtml_scroll_to_end (01:45:03) plugins: /usr/lib/pidgin/history.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/sendbutton.so (01:45:03) plugins: /usr/lib/pidgin/sendbutton.so is not loadable: undefined symbol: pidgin_conversations_get_handle (01:45:03) plugins: /usr/lib/pidgin/sendbutton.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/extplacement.so (01:45:03) plugins: /usr/lib/pidgin/extplacement.so is not loadable: undefined symbol: pidgin_conv_placement_add_fnc (01:45:03) plugins: /usr/lib/pidgin/extplacement.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/xmppdisco.so (01:45:03) plugins: /usr/lib/pidgin/xmppdisco.so is not loadable: undefined symbol: pidgin_new_item_from_stock (01:45:03) plugins: /usr/lib/pidgin/xmppdisco.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/vvconfig.so (01:45:03) plugins: /usr/lib/pidgin/vvconfig.so is not loadable: undefined symbol: pidgin_make_frame (01:45:03) plugins: /usr/lib/pidgin/vvconfig.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/timestamp.so (01:45:03) plugins: /usr/lib/pidgin/timestamp.so is not loadable: undefined symbol: pidgin_make_frame (01:45:03) plugins: /usr/lib/pidgin/timestamp.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/xmppconsole.so (01:45:03) plugins: /usr/lib/pidgin/xmppconsole.so is not loadable: undefined symbol: pidgin_create_window (01:45:03) plugins: /usr/lib/pidgin/xmppconsole.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/gtkbuddynote.so (01:45:03) plugins: /usr/lib/pidgin/gtkbuddynote.so is not loadable: undefined symbol: pidgin_blist_get_handle (01:45:03) plugins: /usr/lib/pidgin/gtkbuddynote.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/pidginrc.so (01:45:03) plugins: /usr/lib/pidgin/pidginrc.so is not loadable: undefined symbol: pidgin_toggle_sensitive (01:45:03) plugins: probing /usr/lib/pidgin/iconaway.so (01:45:03) plugins: /usr/lib/pidgin/iconaway.so is not loadable: undefined symbol: pidgin_conv_windows_get_list (01:45:03) plugins: /usr/lib/pidgin/iconaway.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/themeedit.so (01:45:03) plugins: /usr/lib/pidgin/themeedit.so is not loadable: undefined symbol: pidgin_make_frame (01:45:03) plugins: /usr/lib/pidgin/themeedit.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/markerline.so (01:45:03) plugins: /usr/lib/pidgin/markerline.so is not loadable: undefined symbol: pidgin_conversations_get_handle (01:45:03) plugins: /usr/lib/pidgin/markerline.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/notify.so (01:45:03) plugins: /usr/lib/pidgin/notify.so is not loadable: undefined symbol: pidgin_toggle_sensitive (01:45:03) plugins: probing /usr/lib/pidgin/convcolors.so (01:45:03) plugins: /usr/lib/pidgin/convcolors.so is not loadable: undefined symbol: pidgin_make_frame (01:45:03) plugins: /usr/lib/pidgin/convcolors.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/spellchk.so (01:45:03) plugins: /usr/lib/pidgin/spellchk.so is not loadable: undefined symbol: pidgin_make_frame (01:45:03) plugins: /usr/lib/pidgin/spellchk.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/gestures.so (01:45:03) plugins: /usr/lib/pidgin/gestures.so is not loadable: undefined symbol: pidgin_make_frame (01:45:03) plugins: /usr/lib/pidgin/gestures.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/cap.so (01:45:03) plugins: /usr/lib/pidgin/cap.so is not loadable: undefined symbol: pidgin_make_frame (01:45:03) plugins: /usr/lib/pidgin/cap.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) plugins: probing /usr/lib/pidgin/ticker.so (01:45:03) plugins: /usr/lib/pidgin/ticker.so is not loadable: undefined symbol: pidgin_create_window (01:45:03) plugins: /usr/lib/pidgin/ticker.so is not loadable: The UI requirement is not met. (You are using BitlBee, but this plugin requires gtk-gaim.) (01:45:03) mediamanager: Registered Audio/Sink device Built-in Audio Analog Stereo (01:45:03) mediamanager: Registered Video/Source device Integrated Camera: Integrated C (01:45:03) mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17 (01:45:03) mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17 (01:45:03) mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17 (01:45:03) mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17 (01:45:03) mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17 (01:45:03) mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17 (01:45:03) mediamanager: Registered Audio/Sink device HDA Intel PCH at 0xf5330000 irq 32 (01:45:03) mediamanager: Registered Audio/Source device HDA Intel PCH at 0xf5330000 irq 32 (01:45:03) util: Reading file xmpp-caps.xml from directory /home/USER/Projects/Practice/bitlbee/home//purple (01:45:03) util: File /home/USER/Projects/Practice/bitlbee/home//purple/xmpp-caps.xml does not exist (this is not necessarily an error) (01:45:03) jabber: creating hash tables for data objects (01:45:03) gg: Loading Gadu-Gadu protocol plugin with libgadu 1.12.2... (01:45:03) prefs: /purple/status/scores/offline changed, scheduling save. (01:45:03) prefs: /purple/status/scores/available changed, scheduling save. (01:45:03) prefs: /purple/status/scores/invisible changed, scheduling save. (01:45:03) prefs: /purple/status/scores/away changed, scheduling save. (01:45:03) prefs: /purple/status/scores/extended_away changed, scheduling save. (01:45:03) prefs: /purple/status/scores/idle changed, scheduling save. (01:45:03) prefs: /purple/status/scores/offline_msg changed, scheduling save. (01:45:03) util: Reading file accounts.xml from directory /home/USER/Projects/Practice/bitlbee/home//purple (01:45:03) util: File /home/USER/Projects/Practice/bitlbee/home//purple/accounts.xml does not exist (this is not necessarily an error) (01:45:03) util: Reading file status.xml from directory /home/USER/Projects/Practice/bitlbee/home//purple (01:45:03) certificate: CertificateVerifier x509, singleuse requested but not found. (01:45:03) certificate: CertificateVerifier singleuse registered (01:45:03) certificate: CertificatePool x509, ca requested but not found. (01:45:03) certificate: CertificateScheme x509 requested but not found. (01:45:03) certificate/x509/ca: Lazy init failed because an X.509 Scheme is not yet registered. Maybe it will be better later. (01:45:03) certificate/x509/ca: Init failed, probably because a dependency is not yet registered. It has been deferred to later. (01:45:03) certificate: CertificatePool ca registered (01:45:03) certificate: CertificatePool x509, tls_peers requested but not found. (01:45:03) certificate: CertificatePool tls_peers registered (01:45:03) certificate: CertificateVerifier x509, tls_cached requested but not found. (01:45:03) certificate: CertificateVerifier tls_cached registered (01:45:03) prefs: /purple/logging/format changed, scheduling save. (01:45:03) prefs: /purple/logging/format changed, scheduling save. (01:45:03) prefs: /purple/proxy/type changed, scheduling save. (01:45:03) prefs: /purple/proxy/host changed, scheduling save. (01:45:03) prefs: /purple/proxy/port changed, scheduling save. (01:45:03) prefs: /purple/proxy/username changed, scheduling save. (01:45:03) prefs: /purple/proxy/password changed, scheduling save. (01:45:03) certificate: CertificateScheme x509 requested but not found. (01:45:03) certificate: CertificateScheme x509 registered (01:45:03) util: Reading file smileys.xml from directory /home/USER/Projects/Practice/bitlbee/home//purple (01:45:03) util: File /home/USER/Projects/Practice/bitlbee/home//purple/smileys.xml does not exist (this is not necessarily an error) (01:45:03) stun: using server Warning: Can't find function init_plugin_info' in `/home/USER/Projects/Practice/bitlbee/install/lib/purple-2/libskypeweb.so'

Warning: Can't find function init_plugin' in /home/USER/Projects/Practice/bitlbee/install/lib/purple-2/libskypeweb.so'

DEBUG mediamanager: Registered Audio/Sink device Built-in Audio Analog Stereo
DEBUG mediamanager: Registered Video/Source device Integrated Camera: Integrated C
DEBUG mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17
DEBUG mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17
DEBUG mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17
DEBUG mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17
DEBUG mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17
DEBUG mediamanager: Registered Audio/Sink device HDA NVidia at 0xf3000000 irq 17
DEBUG mediamanager: Registered Audio/Sink device HDA Intel PCH at 0xf5330000 irq 32
DEBUG mediamanager: Registered Audio/Source device HDA Intel PCH at 0xf5330000 irq 32
DEBUG util: Writing file prefs.xml to directory /home/USER/Projects/Practice/bitlbee/home//purple
DEBUG util: Writing file /home/USER/Projects/Practice/bitlbee/home//purple/prefs.xml
DEBUG util: Reading file blist.xml from directory /home/USER/Projects/Practice/bitlbee/home//purple/s
DEBUG prefs: Reading /home/USER/Projects/Practice/bitlbee/home//purple/s/prefs.xml
DEBUG prefs: /purple/savedstatus/default changed, scheduling save.
DEBUG prefs: /purple/savedstatus/idleaway changed, scheduling save.
DEBUG prefs: /plugins/core/nss_prefs/cipher_list changed, scheduling save.
DEBUG prefs: Finished reading /home/USER/Projects/Practice/bitlbee/home//purple/s/prefs.xml
DEBUG account: Connecting to account SKYPEUSER.
DEBUG connection: Connecting. gc = 0x555555961a60
DEBUG http: Performing new request 0x555555961e60 to login.skype.com.
DEBUG signals: Signal data for chat-conversation-typing not found!
DEBUG dnsquery: Performing DNS lookup for login.skype.com
DEBUG dns: Created new DNS child 4722, there are now 1 children.
DEBUG dns: Successfully sent DNS request to child 4722
DEBUG dns: Got response for 'login.skype.com'
DEBUG dnsquery: IP resolved for login.skype.com
DEBUG proxy: Attempting connection to 52.158.121.3
DEBUG proxy: Connecting to login.skype.com:443 with no proxy
DEBUG proxy: Connection in progress
DEBUG proxy: Connecting to login.skype.com:443.
DEBUG proxy: Connected to login.skype.com:443.
DEBUG gnutls: Starting handshake with login.skype.com
DEBUG gnutls: Handshake complete
DEBUG gnutls/x509: Key print: c0:41:f2:f4:79:2a:48:e6:9d:8b:0d:8c:6d:07:f0:1e:db:f6:4d:e4
DEBUG gnutls/x509: Key print: b0:c2:d2:d1:3c:dd:56:cd:aa:6a:b6:e2:c0:44:40:be:4a:42:9c:75
DEBUG gnutls: Peer provided 2 certs
DEBUG gnutls: Lvl 0 SHA1 fingerprint: c0:41:f2:f4:79:2a:48:e6:9d:8b:0d:8c:6d:07:f0:1e:db:f6:4d:e4
DEBUG gnutls: Serial: 7f:00:00:94:05:4e:79:fd:3e:90:97:08:1a:00:00:00:00:94:05
DEBUG gnutls: Cert DN: C=IE,L=Dublin,O=Skype,CN=login.skype.com
DEBUG gnutls: Cert Issuer DN: C=US,O=Microsoft Corporation,CN=Microsoft RSA TLS CA 02
DEBUG gnutls: Lvl 1 SHA1 fingerprint: b0:c2:d2:d1:3c:dd:56:cd:aa:6a:b6:e2:c0:44:40:be:4a:42:9c:75
DEBUG gnutls: Serial: 0f:a7:47:22:c5:3d:88:c8:0f:58:9e:fb:1f:9d:4a:3a
DEBUG gnutls: Cert DN: C=US,O=Microsoft Corporation,CN=Microsoft RSA TLS CA 02
DEBUG gnutls: Cert Issuer DN: C=IE,O=Baltimore,OU=CyberTrust,CN=Baltimore CyberTrust Root
DEBUG certificate/x509/tls_cached: Starting verify for login.skype.com
DEBUG certificate/x509/tls_cached: Checking for cached cert...
DEBUG certificate/x509/tls_cached: ...Found cached cert
DEBUG gnutls: Attempting to load X.509 certificate from /home/USER/Projects/Practice/bitlbee/home//purple/s/certificates/x509/tls_peers/login.skype.com
DEBUG certificate/x509/tls_cached: Peer cert matched cached
DEBUG util: Writing file /home/USER/Projects/Practice/bitlbee/home//purple/s/certificates/x509/tls_peers/login.skype.com
DEBUG certificate: Successfully verified certificate for login.skype.com
DEBUG dnsquery: Performing DNS lookup for login.live.com
DEBUG dns: Successfully sent DNS request to child 4722
DEBUG dns: Got response for 'login.live.com'
DEBUG dnsquery: IP resolved for login.live.com
DEBUG proxy: Attempting connection to 20.190.174.1
DEBUG proxy: Connecting to login.live.com:443 with no proxy
DEBUG proxy: Connection in progress
DEBUG proxy: Connecting to login.live.com:443.
DEBUG proxy: Connected to login.live.com:443.
DEBUG gnutls: Starting handshake with login.live.com
DEBUG gnutls: Handshake complete
DEBUG gnutls/x509: Key print: cc:6f:27:fe:27:e5:c5:ed:da:db:1d:9a:c8:98:81:0d:85:73:cc:5d
DEBUG gnutls/x509: Key print: 62:6d:44:e7:04:d1:ce:ab:e3:bf:0d:53:39:74:64:ac:80:80:14:2c
DEBUG gnutls: Peer provided 2 certs
DEBUG gnutls: Lvl 0 SHA1 fingerprint: cc:6f:27:fe:27:e5:c5:ed:da:db:1d:9a:c8:98:81:0d:85:73:cc:5d
DEBUG gnutls: Serial: 07:3f:df:a6:df:79:7a:d8:5d:27:c6:e8:5b:e2:29:3c
DEBUG gnutls: Cert DN: C=US,ST=Washington,L=Redmond,O=Microsoft Corporation,CN=graph.windows.net
DEBUG gnutls: Cert Issuer DN: C=US,O=DigiCert Inc,CN=DigiCert SHA2 Secure Server CA
DEBUG gnutls: Lvl 1 SHA1 fingerprint: 62:6d:44:e7:04:d1:ce:ab:e3:bf:0d:53:39:74:64:ac:80:80:14:2c
DEBUG gnutls: Serial: 02:74:2e:aa:17:ca:8e:21:c7:17:bb:1f:fc:fd:0c:a0
DEBUG gnutls: Cert DN: C=US,O=DigiCert Inc,CN=DigiCert SHA2 Secure Server CA
DEBUG gnutls: Cert Issuer DN: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert Global Root CA
DEBUG certificate/x509/tls_cached: Starting verify for login.live.com
DEBUG certificate/x509/tls_cached: Checking for cached cert...
DEBUG certificate/x509/tls_cached: ...Found cached cert
DEBUG gnutls: Attempting to load X.509 certificate from /home/USER/Projects/Practice/bitlbee/home//purple/s/certificates/x509/tls_peers/login.live.com
DEBUG certificate/x509/tls_cached: Peer cert matched cached
DEBUG util: Writing file /home/USER/Projects/Practice/bitlbee/home//purple/s/certificates/x509/tls_peers/login.live.com
DEBUG certificate: Successfully verified certificate for login.live.com
DEBUG http: Request 0x555555961e60 performed successfully.
Hello: skypeweb_login.c:326
Before Hello:skypeweb_util.c:28 haystack=<script type="text/javascript">var PROOF = {};PROOF.Type
= {SQSA: 6, CSS: 5, DeviceId: 4, Email: 1, AltEmail: 2, SMS: 3, HIP: 8, Birthday: 9, TOTPAuthenticator: 10, RecoveryCode: 11, StrongTicket: 13, TOTPAuthenticatorV2: 14, UniversalSecondFactor: 15, Voice: -3};</script>Microsoft account requires JavaScript to sign in. This web browser either does not support JavaScript, or scripts are being blocked.

To find out whether your browser supports JavaScript, or to allow scripts, see the
browser's online help.<title>Sign in to Skype</title><script type="text/javascript">!function(e,r){for(var t in r)e[t]=r[t]}(this,function(e){function r(n){if(t[n])return t[n].exports;var o=t[n]={exports:{},id:n,loaded:!1};return e[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}var t={};return r.m=e,r.c=t,r.
p="",r(0)}([function(e,r){!function(){function e(){return u.$Config||u.ServerData||{}}function r(e,r){var t=u.$Debug;t&&t.appendLog&&(r&&(e+=" '"+(r.src||r.href||"")+"'",e+=", id:"+(r.id||""),e+=", async:"+(r.async||""),e+=", defer:"+(r.defer||"")),t.appendLog(e))}function t(){var e=u.$B;if(void 0===c)if(e)c=e.IE;else
{var r=u.navigator.userAgent;c=r.indexOf("MSIE ")!==-1||r.indexOf("Trident/")!==-1}return c}function n(e){var r=e.indexOf("?"),t=r>-1?r:e.length;return t>g&&e.substr(t-g,g).toLowerCase()===f}function o(){var r=e(),t=r.loader||{};return t.slReportFailure||r.slReportFailure||!1}function a(){var r=e(),t=r.loader||{};retu
rn t.redirectToErrorPageOnLoadFailure||!1}function i(){var r=e(),t=r.loader||{};return t.logByThrowing||!1}function s(e){var r=!0,t=e.src||e.href||"";if(t){if(n(t))try{e.sheet&&e.sheet.cssRules&&!e.sheet.cssRules.length&&(r=!1)}catch(o){}}else r=!1;return r}function d(){function t(e){var r=l.getElementsByTagName("head
")[0];r.appendChild(e)}function o(e,r,t,o){var s=null;return s=n(e)?a(e):"script"===o.toLowerCase()?i(e):c(e,o),r&&(s.id=r),"function"==typeof s.setAttribute&&(s.setAttribute("crossorigin","anonymous"),t&&"string"==typeof t&&s.setAttribute("integrity",t)),s}function a(e){var r=l.createElement("link");return r.rel="sty
lesheet",r.type="text/css",r.href=e,r}function i(e){var r=l.createElement("script");return r.type="text/javascript",r.src=e,r.defer=!1,r.async=!1,r}function c(e,r){var t=l.createElement(r);return t.src=e,t}function u(e){if(!(m&&m.length>1))return e;for(var r=0;r<m.length;r++)if(0===e.indexOf(m[r]))return m[r+1<m.lengt
h?r+1:0]+e.substring(m[r].length);return e}function f(e,t,n,o){return r("[$Loader]: "+(L.failMessage||"Failed"),o),R[e].retry<p?(R[e].retry++,h(e,t,n),void d._ReportFailure(R[e].retry,R[e].srcPath)):void(n&&n())}function g(e,t,n,o){if(s(o)){r("[$Loader]: "+(L.successMessage||"Loaded"),o),h(e+1,t,n);var a=R[e].onSucces
s;"function"==typeof a&&a(R[e].srcPath)}else f(e,t,n,o)}function h(e,n,a){if(e<R.length){var i=R[e];if(!i||!i.srcPath)return void h(e+1,n,a);i.retry>0&&(i.srcPath=u(i.srcPath),i.origId||(i.origId=i.id),i.id=i.origId+"Retry"+i.retry);var s=o(i.srcPath,i.id,i.integrity,i.tagName);s.onload=function(){g(e,n,a,s)},s.oner
ror=function(){f(e,n,a,s)},s.onreadystatechange=function(){"loaded"===s.readyState?setTimeout(function(){g(e,n,a,s)},500):"complete"===s.readyState&&g(e,n,a,s)},t(s),r("[$Loader]: Loading '"+(i.srcPath||"")+"', id:"+(i.id||""))}else n&&n()}var v=e(),p=v.slMaxRetry||2,y=v.loader||{},m=y.cdnRoots||[],L=this,R=[];L.retry
OnError=!0,L.successMessage="Loaded",L.failMessage="Error",L.Add=function(e,r,t,n,o,a){e&&R.push({srcPath:e,id:r,retry:n||0,integrity:t,tagName:o||"script",onSuccess:a})},L.AddForReload=function(e,r){var t=e.src||e.href||"";L.Add(t,"AddForReload",e.integrity,1,e.tagName,r)},L.AddIf=function(e,r,t){e&&L.Add(r,t)},L.Loa
d=function(e,r){h(0,e,r)}}var c,u=window,l=u.document,f=".css",g=f.length;d.On=function(e,r,t){if(!e)throw"The target element must be provided and cannot be null.";r?d.OnError(e,t):d.OnSuccess(e,t)},d.OnSuccess=function(e,t){var n=e.src||e.href||"",i=o(),c=a();if(!e)throw"The target element must be provided and cannot
be null.";if(s(e)){r("[$Loader]: Loaded",e);var u=new d;u.failMessage="Reload Failed",u.successMessage="Reload Success",u.Load(null,function(){if(i)throw"Unexpected state. ResourceLoader.Load() failed despite initial load success. ['"+n+"']";c&&(document.location.href="/error.aspx?err=504")})}else d.OnError(e,t)},d.O
nError=function(e,t){var n=e.src||e.href||"",i=o(),s=a();if(!e)throw"The target element must be provided and cannot be null.";r("[$Loader]: Failed",e);var c=new d;c.failMessage="Reload Failed",c.successMessage="Reload Success",c.AddForReload(e,t),c.Load(null,function(){if(i)throw"Failed to load external resource ['"+n
+"']";s&&(document.location.href="/error.aspx?err=504")}),d.ReportFailure(0,n)},d.ReportFailure=function(e,r){if(i()&&!t())throw"[Retry "+e+"] Failed to load external resource ['"+r+"'], reloading from fallback CDN endpoint"},u.$Loader=d}()}]));</script><script type="text/javascript">!function(r,t){for(var e in t)r[
e]=t[e]}(this,function(r){function t(o){if(e[o])return e[o].exports;var n=e[o]={exports:{},id:o,loaded:!1};return r[o].call(n.exports,n,n.exports,t),n.loaded=!0,n.exports}var e={};return t.m=r,t.c=e,t.p="",t(0)}([function(r,t){!function(){function r(r,t){function e(i){var a=r[i];return i<o-1?void(n.r[a]?e(i+1):n.when(
a,function(){e(i+1)})):void t(a)}var o=r.length;e(0)}function t(r,t,i){function a(){var r=!!u.method,n=r?u.method:i[0],a=u.extraArgs||[],c=o.$WebWatson;try{var f=e(i,!r);if(a&&a.length>0)for(var s=a.length,v=0;v<s;v++)f.push(a[v]);n.apply(t,f)}catch(h){return void(c&&c.submitFromException&&c.submitFromException(h))}}v
ar u=n.r&&n.r[r];return t=t?t:this,u&&(u.skipTimeout?a():o.setTimeout(a,0)),u}function e(r,t){return Array.prototype.slice.call(r,t?1:0)}var o=window;o.$Do||(o.$Do={q:[],r:[],removeItems:[],lock:0,o:[]});var n=o.$Do;n.when=function(e,o){function i(r){t(r,a,u)||n.q.push({id:r,c:a,a:u})}var a=0,u=[],c=1,f="function"==ty
peof o;f||(a=o,c=2);for(var s=c;s<arguments.length;s++)u.push(arguments[s]);e instanceof Array?r(e,i):i(e)},n.register=function(r,e,o){if(!n.r[r]){n.o.push(r);var i={};if(e&&(i.method=e),o&&(i.skipTimeout=o),arguments&&arguments.length>3){i.extraArgs=[];for(var a=3;a<arguments.length;a++)i.extraArgs.push(arguments[a])
}n.r[r]=i,n.lock++;try{for(var u=0;u<n.q.length;u++){var c=n.q[u];c.id==r&&t(r,c.c,c.a)&&n.removeItems.push(c)}}catch(f){throw f}finally{if(n.lock--,0===n.lock){for(var s=0;s<n.removeItems.length;s++)for(var v=n.removeItems[s],h=0;h<n.q.length;h++)if(n.q[h]===v){n.q.splice(h,1);break}n.removeItems=[]}}}},n.unregister=
function(r){n.r[r]&&delete n.r[r]}}()}]));</script><script type="text/javascript">!function(n,e){for(var r in e)n[r]=e[r]}(this,function(n){function e(o){if(r[o])return r[o].exports;var t=r[o]={exports:{},id:o,loaded:!1};return n[o].call(t.exports,t,t.exports,e),t.loaded=!0,t.exports}var r={};return e.m=n,e.c=r,e.p=""
,e(0)}([function(n,e){!function(){function n(){return r.$Config||r.ServerData||{}}function e(){var e=(n(),new t),r=this,i=[],f=[];r.Add=function(n,r,o,t){e.Add(n,r,o,t)},r.Provides=function(n){if(n)if(n instanceof Array)for(var e=0;e<n.length;e++)i.push(n[e]);else i.push(n)},r.Requires=function(n){if(n)if(n instanceof
Array)for(var e=0;e<n.length;e++)f.push(n[e]);else f.push(n)},r.Load=function(n,r){var t=function(){n&&n();for(var e=0;e<i.length;e++)o.register(i[e],0,!0)},u=function(){e.Load(t,r)};f.length>0?o.when(f,u):u()}}var r=window,o=(r.document,r.$Do),t=r.$Loader,i=".css";i.length;e.WhenLoaded=function(n,e){o.when(n,e)},r.$
DepLoader=e}()}]));</script><style type="text/css"></style><style type="text/css">body{display:none;}</style><script type="text/javascript">if (top != self){try{top.location.replace(self.location.href);}catch (e){}}else{document.write(unescape('%3C%73') + 'tyle type="text/css">body{display:block !important;}</style>');}</scrip
t><style type="text/css">body{display:block !important;}</style><script type="text/javascript">!function(e,r){for(var t in r)e[t]=r[t]}(this,function(e){function r(n){if(t[n])return t[n].exports;var i=t[n]={exports:{},id:n,loaded:!1};return e[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}
var t={};return r.m=e,r.c=t,r.p="",r(0)}([function(e,r){var t=window,n=t.navigator;t.g_iSRSFailed=0,t.g_sSRSSuccess="",r.SRSRetry=function(e,r,i,s,a){var o=1,c=unescape("%3Cscript type='text/javascript'");a&&(c+=" crossorigin='anonymous' integrity='"+a+"'"),c+=" src='";var u=unescape("'%3E%3C/script%3E"),S=r;if(n&&n.u
serAgent&&s&&s!==r){var d=n.userAgent.toLowerCase(),p=d.indexOf("edge")>=0;if(!p){var f=d.match(/chrome/([0-9]+)./),g=f&&2===f.length&&!isNaN(f[1])&&parseInt(f[1])>54;g&&(S=s)}}t.g_sSRSSuccess.indexOf(e)===-1&&("undefined"==typeof t[e]?(t.g_iSRSFailed=1,i<=o&&document.write(c+S+u)):t.g_sSRSSuccess+=e+"|"+i+",")}}]))
;var g_dtFirstByte=new Date();var g_objPageMode = null;</script><script type="text/javascript">var ServerData = {CI:false,CJ:false,Bl:false,Bm:true,Bo:false,urlPostMsa:'https://login.live.com/ppsecure/post.srf?wa=
wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&bk=16202457
21&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&pid=0',CP:false,aE:'',aF:'',Bs:true,aG:'https://login.live.com/gls.srf?urlID=MSNPrivacyStatement&mkt=EN-US&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',aI:'',Bw:3,Bx:5,b0:true,b2:false,urlLogin:
'https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B7
6DB9DEC&bk=1620245721&uiflavor=web&mkt=EN-US&lc=1033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',aS:false,aU:true,b5:false,Cc:true,hpgid:33,b6:false,DC:'',b7:false,DD:'',Ce:false,DE:'',Cf:true,DF:'',DG:'',DI:'',Cl:false,aa:'',DM:'',urlFed:'',urlPostAad:'',Cr:true,ag:'https://log
in.microsoft.com/consumers/fido/get?mkt=EN-US&lc=1033&uiflavor=web',ah:'https://login.live.com/gls.srf?urlID=WinLiveTermsOfUse&mkt=EN-US&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',bG:'',sPOST_NewUser:'',bH:'',aj:'',Cx:false,bN:'https://login.live.com/GetCredentialType.srf?opid=
E3AD2064E2362934&id=293290&uiflavor=web&wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=
1033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',bO:'',bP:'https://login.live.com/Me.htm?v=3&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',aq:true,ar:true,urlPost:'https://login.live.com/ppsecure/post.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720
&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&bk=1620245721&uaid=0dfd52859c6f469ab24d9a81f
dfc5bb5&client_flight=ReservedFlight33,ReservedFligh&pid=0',c2:"A single-use code lets you sign in without entering your password. This helps protect your account when you're using someone else's PC. <a href="http://explore.live.com/windows-live-sign-in-single-use-code-faq\" id="idPaneHelpOTCInfoLink9" target="

blank">Learn more",au:false,c3:"Use the primary phone number you've associated with your Microsoft account. <a href="http://explore.live.com/windows-live-sign-in-single-use-code-faq\" id="idPaneHelpOTCInfoLink9" target="blank">Learn more",av:false,c4:"Your session has timed out. To request a single use
code, please <a href="javascript:NewOTCRequest()">refresh the page.",bX:0,Dd:'',De:'',az:true,c8:"Sign in",Df:'',bZ:true,Dg:'',A:10000,fWebNgcFS:false,B:2,Di:'https://go.microsoft.com/fwlink/?linkid=2013738',D:'',Dk:'',sFedQS:'wa=wsignin1.0&wtrealm=uri:WindowsLiveID&wctx=wa%3Dwsignin1.0%26rpsnv%3D13%26ct%3D1620
245720%26rver%3D7.1.6819.0%26wp%3DMBI_SSL%26wreply%3Dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26lc%3D1033%26id%3D293290%26mkt%3Den-US%26psi%3Dskype%26lw%3D1%26cobrandid%3D2befc4b5-19e3-46e8-8347-77317a16a5a5%26c
lient_flight%3DReservedFlight33%252CReservedFlight67%26contextid%3D17A2200B76DB9DEC%26bk%3D1620245721',Dl:'https://go.microsoft.com/fwlink/?LinkID=254486',F:true,G:'https://signup.live.com/signup?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3
Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&bk=1620245721&uiflavor=web&lic=1&mkt=EN-US&lc=1033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',Dn:'',cA:0,bc:
'',J:'293290',A0:0,be:'PPFT',A1:1,cE:1,L:0,A3:'',bg:'',cF:4,bh:'',N:'0dfd52859c6f469ab24d9a81fdfc5bb5',A5:'login.live.com',cI:{},cJ:{},bk:'https://account.live.com/query.aspx?uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&mkt=EN-US&lc=1033&id=293290',str:[],A8:'',cK:'',A9:'IN',cM:''
,T:'https://github.com/login/oauth/authorize?response_type=code&client_id=e37ffdec11c0245cb2e0&scope=read:user++user:email&redirect_uri=https://login.live.com/HandleGithubResponse.srf&allow_signup=false&state=E3AD2064E2362934',cN:'',U:'https://login.live.com/cookiesDisabled.srf?uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&cl
ient_flight=ReservedFlight33,ReservedFligh&mkt=EN-US&lc=1033',cO:'',br:'',Y:true,cR:'16.0.29011.3',bt:'https://login.live.com/GetSessionState.srf?uiflavor=web&wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3D
https%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=1033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',AA:1,cT:'PassportRN',urlSwitch:'https://login.live.com/logout.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1
.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=R
eservedFlight33,ReservedFligh&ru=https://lw.skype.com/login/oauth/proxy%3fclient_id%3d578134%26redirect_uri%3dhttps%253A%252F%252Fweb.skype.com&bk=1620245721&lm=I',AB:null,urlFedConvertRename:'https://account.live.com/security/LoginStage.aspx?lmif=1000&ru=https://login.live.com/login.srf%3Fwa%3Dwsignin1.0%26rpsnv%3D13
%26ct%3D1620245720%26rver%3D7.1.6819.0%26wp%3DMBI_SSL%26wreply%3Dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26id%3D293290%26psi%3Dskype%26lw%3D1%26cobrandid%3D2befc4b5-19e3-46e8-8347-77317a16a5a5%26mkt%3DEN-US%26l
c%3D1033%26uaid%3D0dfd52859c6f469ab24d9a81fdfc5bb5%26client_flight%3DReservedFlight33%2CReservedFligh&uiflavor=web&wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&psi=skype&
lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=1033&cbid=0&id=293290&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',bx:2,AD:'wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578
134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&client_flight=ReservedFlight33%2CReservedFlight67&contextid=17A2200B76DB9DEC&bk=1620245721',AE:'',by:true,bz:false,cY:'',a:'https://logincdn.msauth.net/shared/1.0/',b:'',c:{"
backgroundLogoIndex":44,"backgroundColor":"#F1F1F4","friendlyAppName":"Skype"},AI:3,d:false,AJ:null,e:1,g:'',h:'',cb:0,j:'',k:false,l:-1,AR:true,sCBUpTxt1:'',AV:true,cj:{},sCBUpTxt2:'',AW:true,ck:{'Logo':'','LogoAltText':'','LogoText':'','ShowWLHeader':true},r:1033,s:'https://account.live.com/username/recover?wreply=h
ttps://login.live.com/login.srf%3flc%3d1033%26mkt%3dEN-US%26wa%3dwsignin1.0%26rpsnv%3d13%26ct%3d1620245720%26rver%3d7.1.6819.0%26wp%3dMBI_SSL%26wreply%3dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26lc%3d1033%26id%
3d293290%26mkt%3den-US%26psi%3dskype%26lw%3d1%26cobrandid%3d2befc4b5-19e3-46e8-8347-77317a16a5a5%26contextid%3d17A2200B76DB9DEC%26bk%3d1620245721%26uaid%3d0dfd52859c6f469ab24d9a81fdfc5bb5%26client_flight%3dReservedFlight33%2cReservedFligh&id=293290&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=1033&uaid=
0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&uiflavor=web',cl:'',AY:0,t:'',u:'https://account.live.com/ResetPassword.aspx?wreply=https://login.live.com/login.srf%3fclient_flight%3dReservedFlight33%2cReservedFligh%26wa%3dwsignin1.0%26rpsnv%3d13%26ct%3d1620245720%26rver%3d7.1.6819.0%26wp
%3dMBI_SSL%26wreply%3dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26lc%3d1033%26id%3d293290%26mkt%3den-US%26psi%3dskype%26lw%3d1%26cobrandid%3d2befc4b5-19e3-46e8-8347-77317a16a5a5%26client_flight%3dReservedFlight33
%252CReservedFlight67%26contextid%3d17A2200B76DB9DEC%26bk%3d1620245721&id=293290&uiflavor=web&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&mkt=EN-US&lc=1033&bk=1620245721',cn:'',co:'ReservedFlight33,ReservedFligh',w:false,fImprovePhon
eDisambig:true,correlationId:'0dfd52859c6f469ab24d9a81fdfc5bb5',oPost:{},cs:'',ct:'',Aa:0,Ab:60,BA:false,cv:'IN',BC:true,Ad:'',Af:'',cy:"##partnerdomain## does't use this service. Please sign in with a Microsoft account or create a new account. <a href="##WLPaneHelpInviteBlockedURL_LS##" id="idPaneHelpInviteBl
ockedLink9">Learn More",BF:true,Ag:false,Ah:true,Ai:0,Al:'AFAfghanistan93!!!ALAlbania355!!!DZAlgeria213!!!ADAndorra376!!!AOAngola244!!!AQAntarctica672!!!AGAntigua and Barbuda1!!!ARArgentina54!!!AMArmenia374!!!AWAruba297!!!ACAscension Island247!!!AUAustralia61!!!ATAustria43!!!AZAzerbaija
n
994!!!BSBahamas1!!!BHBahrain973!!!BDBangladesh880!!!BBBarbados1!!!BYBelarus375!!!BEBelgium32!!!BZBelize501!!!BJBenin229!!!BMBermuda1!!!BTBhutan975!!!BOBolivia591!!!BQBonaire599!!!BABosnia and Herzegovina387!!!BWBotswana267!!!BVBouvet Island47!!!BRBrazil55!!!IOBritish Indian Ocean Ter
ritory
44!!!VGBritish Virgin Islands1!!!BNBrunei673!!!BGBulgaria359!!!BFBurkina Faso226!!!BIBurundi257!!!CVCabo Verde238!!!KHCambodia855!!!CMCameroon237!!!CACanada1!!!KYCayman Islands1!!!CFCentral African Republic236!!!TDChad235!!!CLChile56!!!CNChina86!!!CXChristmas Island61!!!CCCocos (K
eeling) Islands
61!!!COColombia57!!!KMComoros269!!!CGCongo242!!!CDCongo (DRC)243!!!CKCook Islands682!!!CRCosta Rica506!!!CICôte d'Ivoire225!!!HRCroatia385!!!CUCuba53!!!CWCuraçao599!!!CYCyprus357!!!CZCzechia420!!!DKDenmark45!!!DJDjibouti253!!!DMDominica1!!!DODominican Republic1!!!ECEcu
ador
593!!!EGEgypt20!!!SVEl Salvador503!!!GQEquatorial Guinea240!!!EREritrea291!!!EEEstonia372!!!ETEthiopia251!!!FKFalkland Islands500!!!FOFaroe Islands298!!!FJFiji679!!!FIFinland358!!!FRFrance33!!!GFFrench Guiana594!!!PFFrench Polynesia689!!!GAGabon241!!!GMGambia220!!!GEGeorgia995!!!DE
Germany49!!!GHGhana233!!!GIGibraltar350!!!GRGreece30!!!GLGreenland299!!!GDGrenada1!!!GPGuadeloupe590!!!GUGuam1!!!GTGuatemala502!!!GGGuernsey44!!!GNGuinea224!!!GWGuinea-Bissau245!!!GYGuyana592!!!HTHaiti509!!!HNHonduras504!!!HKHong Kong SAR852!!!HUHungary36!!!ISIceland354!!!INIndia9
1!!!IDIndonesia62!!!IRIran98!!!IQIraq964!!!IEIreland353!!!IMIsle of Man44!!!ILIsrael972!!!ITItaly39!!!JMJamaica1!!!XJJan Mayen47!!!JPJapan81!!!JEJersey44!!!JOJordan962!!!KZKazakhstan7!!!KEKenya254!!!KIKiribati686!!!KRKorea82!!!XKKosovo383!!!KWKuwait965!!!KGKyrgyzstan996!!!LALaos
856!!!LVLatvia371!!!LBLebanon961!!!LSLesotho266!!!LRLiberia231!!!LYLibya218!!!LILiechtenstein423!!!LTLithuania370!!!LULuxembourg352!!!MOMacao SAR853!!!MKNorth Macedonia389!!!MGMadagascar261!!!MWMalawi265!!!MYMalaysia60!!!MVMaldives960!!!MLMali223!!!MTMalta356!!!MHMarshall Islands692!!
!MQMartinique596!!!MRMauritania222!!!MUMauritius230!!!YTMayotte262!!!MXMexico52!!!FMMicronesia691!!!MDMoldova373!!!MCMonaco377!!!MNMongolia976!!!MEMontenegro382!!!MSMontserrat1!!!MAMorocco212!!!MZMozambique258!!!MMMyanmar95!!!NANamibia264!!!NRNauru674!!!NPNepal977!!!NLNetherlands31!
!!ANNetherlands Antilles (Former)599!!!NCNew Caledonia687!!!NZNew Zealand64!!!NINicaragua505!!!NENiger227!!!NGNigeria234!!!NUNiue683!!!MPNorthern Mariana Islands1!!!NONorway47!!!OMOman968!!!PKPakistan92!!!PWPalau680!!!PSPalestinian Authority970!!!PAPanama507!!!PGPapua New Guinea675!!!PYP
araguay
595!!!PEPeru51!!!PHPhilippines63!!!PLPoland48!!!PTPortugal351!!!QAQatar974!!!RERéunion262!!!RORomania40!!!RURussia7!!!RWRwanda250!!!XSSaba599!!!KNSaint Kitts and Nevis1!!!LCSaint Lucia1!!!PMSaint Pierre and Miquelon508!!!VCSaint Vincent and the Grenadines1!!!WSSamoa685!!!SMSan Ma
rino
378!!!STSão Tomé and Príncipe239!!!SASaudi Arabia966!!!SNSenegal221!!!RSSerbia381!!!SCSeychelles248!!!SLSierra Leone232!!!SGSingapore65!!!XESint Eustatius599!!!SKSlovakia421!!!SISlovenia386!!!SBSolomon Islands677!!!SOSomalia252!!!ZASouth Africa27!!!SSSouth Sudan211!!!ESSpain34!!!LKS
ri Lanka
94!!!SHSt Helena, Ascension, and Tristan da Cunha290!!!SDSudan249!!!SRSuriname597!!!SJSvalbard47!!!SZSwaziland268!!!SESweden46!!!CHSwitzerland41!!!SYSyria963!!!TWTaiwan886!!!TJTajikistan992!!!TZTanzania255!!!THThailand66!!!TLTimor-Leste670!!!TGTogo228!!!TKTokelau690!!!TOTonga67
6!!!TTTrinidad and Tobago1!!!TATristan da Cunha290!!!TNTunisia216!!!TRTurkey90!!!TMTurkmenistan993!!!TCTurks and Caicos Islands1!!!TVTuvalu688!!!UMU.S. Outlying Islands1!!!VIU.S. Virgin Islands1!!!UGUganda256!!!UAUkraine380!!!AEUnited Arab Emirates971!!!UKUnited Kingdom44!!!USUnited States1
!!!UYUruguay598!!!UZUzbekistan998!!!VUVanuatu678!!!VAVatican City379!!!VEVenezuela58!!!VNVietnam84!!!WFWallis and Futuna681!!!YEYemen967!!!ZMZambia260!!!ZWZimbabwe263',sErrTxt:'',BM:true,An:'',Aq:[],html:[],iPawnIcon:1,sFTTag:'',C0:false,As:true,At:true,loader:{cdnRoots:['https://log
incdn.msauth.net/','https://lgincdnvzeuno.azureedge.net/','https://lgincdnmsftuswe2.azureedge.net/']},BT:true,Au:false,C3:false,Aw:true,BX:0,Ay:0,C9:0,fHasBackgroundColor:false,urlStaySignIn:'https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.
com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&uiflavor=web&mkt=EN-US&lc=1033&bk=1620245721&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,Reserv
edFligh',a4:false,a5:false,CB:false,Bc:false};</script><script type="text/javascript">window.UXResourceDependencies = [];</script><script type="text/javascript">(function () {var l = new window.$DepLoader();l.Add("https://logincdn.msauth.net/16.000/content/js/ConvergedLoginPaginatedStrings.en_MghPiHvIzhR_KexPJnNAQw2.j
s","ConvergedLoginPaginatedStrings","sha384-yqZQAggC9Zt8gWw3qhKIFlClnS6HF9LKIqg4TROujHYYu8ovzauvoUflM7yeWmq6");l.Provides("UX_JS_Strings");var res = ("UX_Res
" + window.UXResourceDependencies.length);l.Provides(res);window.UXResourceDependencies.push(res);l.Load();}());</script><script type="text/javascript">(function
() {var l = new window.$DepLoader();l.Add("https://logincdn.msauth.net/shared/1.0/content/js/ConvergedLogin_PCore_MgaFjD5loO9pVNhJedzqBw2.js","ConvergedLogin_PCore","sha384-2jLzGFcFFzZyEdg6fhQdqYyI9Hm9X4B5FtQ37XmXCHDQU3CM+ZRDxhOy6kH8s6ZW");l.Requires("UX_JS_Strings");l.Provides("UX_JS_Core");var res = ("UX_Res
" + wi
ndow.UXResourceDependencies.length);l.Provides(res);window.UXResourceDependencies.push(res);l.Load();}());</script><script type="text/javascript">window.WhenAllLoaded = function (callback) { window.$DepLoader.WhenLoaded(window.UXResourceDependencies, callback); };</script>, start=name="PPFT" id="i0327" value="
After Hello:skypeweb_util.c:40 haystack=<script type="text/javascript">var PROOF = {};PROOF.Type
= {SQSA: 6, CSS: 5, DeviceId: 4, Email: 1, AltEmail: 2, SMS: 3, HIP: 8, Birthday: 9, TOTPAuthenticator: 10, RecoveryCode: 11, StrongTicket: 13, TOTPAuthenticatorV2: 14, UniversalSecondFactor: 15, Voice: -3};</script>Microsoft account requires JavaScript to sign in. This web browser either does not support JavaScript, or scripts are being blocked.

To find out whether your browser supports JavaScript, or to allow scripts, see the b
rowser's online help.<title>Sign in to Skype</title><script type="text/javascript">!function(e,r){for(var t in r)e[t]=r[t]}(this,function(e){function r(n){if(t[n])return t[n].exports;var o=t[n]={exports:{},id:n,loaded:!1};return e[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}var t={};return r.m=e,r.c=t,r.p
="",r(0)}([function(e,r){!function(){function e(){return u.$Config||u.ServerData||{}}function r(e,r){var t=u.$Debug;t&&t.appendLog&&(r&&(e+=" '"+(r.src||r.href||"")+"'",e+=", id:"+(r.id||""),e+=", async:"+(r.async||""),e+=", defer:"+(r.defer||"")),t.appendLog(e))}function t(){var e=u.$B;if(void 0===c)if(e)c=e.IE;else{
var r=u.navigator.userAgent;c=r.indexOf("MSIE ")!==-1||r.indexOf("Trident/")!==-1}return c}function n(e){var r=e.indexOf("?"),t=r>-1?r:e.length;return t>g&&e.substr(t-g,g).toLowerCase()===f}function o(){var r=e(),t=r.loader||{};return t.slReportFailure||r.slReportFailure||!1}function a(){var r=e(),t=r.loader||{};retur
n t.redirectToErrorPageOnLoadFailure||!1}function i(){var r=e(),t=r.loader||{};return t.logByThrowing||!1}function s(e){var r=!0,t=e.src||e.href||"";if(t){if(n(t))try{e.sheet&&e.sheet.cssRules&&!e.sheet.cssRules.length&&(r=!1)}catch(o){}}else r=!1;return r}function d(){function t(e){var r=l.getElementsByTagName("head"
)[0];r.appendChild(e)}function o(e,r,t,o){var s=null;return s=n(e)?a(e):"script"===o.toLowerCase()?i(e):c(e,o),r&&(s.id=r),"function"==typeof s.setAttribute&&(s.setAttribute("crossorigin","anonymous"),t&&"string"==typeof t&&s.setAttribute("integrity",t)),s}function a(e){var r=l.createElement("link");return r.rel="styl
esheet",r.type="text/css",r.href=e,r}function i(e){var r=l.createElement("script");return r.type="text/javascript",r.src=e,r.defer=!1,r.async=!1,r}function c(e,r){var t=l.createElement(r);return t.src=e,t}function u(e){if(!(m&&m.length>1))return e;for(var r=0;r<m.length;r++)if(0===e.indexOf(m[r]))return m[r+1<m.length
?r+1:0]+e.substring(m[r].length);return e}function f(e,t,n,o){return r("[$Loader]: "+(L.failMessage||"Failed"),o),R[e].retry<p?(R[e].retry++,h(e,t,n),void d._ReportFailure(R[e].retry,R[e].srcPath)):void(n&&n())}function g(e,t,n,o){if(s(o)){r("[$Loader]: "+(L.successMessage||"Loaded"),o),h(e+1,t,n);var a=R[e].onSuccess
;"function"==typeof a&&a(R[e].srcPath)}else f(e,t,n,o)}function h(e,n,a){if(e<R.length){var i=R[e];if(!i||!i.srcPath)return void h(e+1,n,a);i.retry>0&&(i.srcPath=u(i.srcPath),i.origId||(i.origId=i.id),i.id=i.origId+"Retry"+i.retry);var s=o(i.srcPath,i.id,i.integrity,i.tagName);s.onload=function(){g(e,n,a,s)},s.onerr
or=function(){f(e,n,a,s)},s.onreadystatechange=function(){"loaded"===s.readyState?setTimeout(function(){g(e,n,a,s)},500):"complete"===s.readyState&&g(e,n,a,s)},t(s),r("[$Loader]: Loading '"+(i.srcPath||"")+"', id:"+(i.id||""))}else n&&n()}var v=e(),p=v.slMaxRetry||2,y=v.loader||{},m=y.cdnRoots||[],L=this,R=[];L.retryO
nError=!0,L.successMessage="Loaded",L.failMessage="Error",L.Add=function(e,r,t,n,o,a){e&&R.push({srcPath:e,id:r,retry:n||0,integrity:t,tagName:o||"script",onSuccess:a})},L.AddForReload=function(e,r){var t=e.src||e.href||"";L.Add(t,"AddForReload",e.integrity,1,e.tagName,r)},L.AddIf=function(e,r,t){e&&L.Add(r,t)},L.Load
=function(e,r){h(0,e,r)}}var c,u=window,l=u.document,f=".css",g=f.length;d.On=function(e,r,t){if(!e)throw"The target element must be provided and cannot be null.";r?d.OnError(e,t):d.OnSuccess(e,t)},d.OnSuccess=function(e,t){var n=e.src||e.href||"",i=o(),c=a();if(!e)throw"The target element must be provided and cannot
be null.";if(s(e)){r("[$Loader]: Loaded",e);var u=new d;u.failMessage="Reload Failed",u.successMessage="Reload Success",u.Load(null,function(){if(i)throw"Unexpected state. ResourceLoader.Load() failed despite initial load success. ['"+n+"']";c&&(document.location.href="/error.aspx?err=504")})}else d.OnError(e,t)},d.On
Error=function(e,t){var n=e.src||e.href||"",i=o(),s=a();if(!e)throw"The target element must be provided and cannot be null.";r("[$Loader]: Failed",e);var c=new d;c.failMessage="Reload Failed",c.successMessage="Reload Success",c.AddForReload(e,t),c.Load(null,function(){if(i)throw"Failed to load external resource ['"+n+
"']";s&&(document.location.href="/error.aspx?err=504")}),d._ReportFailure(0,n)},d._ReportFailure=function(e,r){if(i()&&!t())throw"[Retry "+e+"] Failed to load external resource ['"+r+"'], reloading from fallback CDN endpoint"},u.$Loader=d}()}]));</script><script type="text/javascript">!function(r,t){for(var e in t)r[e
]=t[e]}(this,function(r){function t(o){if(e[o])return e[o].exports;var n=e[o]={exports:{},id:o,loaded:!1};return r[o].call(n.exports,n,n.exports,t),n.loaded=!0,n.exports}var e={};return t.m=r,t.c=e,t.p="",t(0)}([function(r,t){!function(){function r(r,t){function e(i){var a=r[i];return i<o-1?void(n.r[a]?e(i+1):n.when(a
,function(){e(i+1)})):void t(a)}var o=r.length;e(0)}function t(r,t,i){function a(){var r=!!u.method,n=r?u.method:i[0],a=u.extraArgs||[],c=o.$WebWatson;try{var f=e(i,!r);if(a&&a.length>0)for(var s=a.length,v=0;v<s;v++)f.push(a[v]);n.apply(t,f)}catch(h){return void(c&&c.submitFromException&&c.submitFromException(h))}}va
r u=n.r&&n.r[r];return t=t?t:this,u&&(u.skipTimeout?a():o.setTimeout(a,0)),u}function e(r,t){return Array.prototype.slice.call(r,t?1:0)}var o=window;o.$Do||(o.$Do={q:[],r:[],removeItems:[],lock:0,o:[]});var n=o.$Do;n.when=function(e,o){function i(r){t(r,a,u)||n.q.push({id:r,c:a,a:u})}var a=0,u=[],c=1,f="function"==typ
eof o;f||(a=o,c=2);for(var s=c;s<arguments.length;s++)u.push(arguments[s]);e instanceof Array?r(e,i):i(e)},n.register=function(r,e,o){if(!n.r[r]){n.o.push(r);var i={};if(e&&(i.method=e),o&&(i.skipTimeout=o),arguments&&arguments.length>3){i.extraArgs=[];for(var a=3;a<arguments.length;a++)i.extraArgs.push(arguments[a])}
n.r[r]=i,n.lock++;try{for(var u=0;u<n.q.length;u++){var c=n.q[u];c.id==r&&t(r,c.c,c.a)&&n.removeItems.push(c)}}catch(f){throw f}finally{if(n.lock--,0===n.lock){for(var s=0;s<n.removeItems.length;s++)for(var v=n.removeItems[s],h=0;h<n.q.length;h++)if(n.q[h]===v){n.q.splice(h,1);break}n.removeItems=[]}}}},n.unregister=f
unction(r){n.r[r]&&delete n.r[r]}}()}]));</script><script type="text/javascript">!function(n,e){for(var r in e)n[r]=e[r]}(this,function(n){function e(o){if(r[o])return r[o].exports;var t=r[o]={exports:{},id:o,loaded:!1};return n[o].call(t.exports,t,t.exports,e),t.loaded=!0,t.exports}var r={};return e.m=n,e.c=r,e.p="",
e(0)}([function(n,e){!function(){function n(){return r.$Config||r.ServerData||{}}function e(){var e=(n(),new t),r=this,i=[],f=[];r.Add=function(n,r,o,t){e.Add(n,r,o,t)},r.Provides=function(n){if(n)if(n instanceof Array)for(var e=0;e<n.length;e++)i.push(n[e]);else i.push(n)},r.Requires=function(n){if(n)if(n instanceof
Array)for(var e=0;e<n.length;e++)f.push(n[e]);else f.push(n)},r.Load=function(n,r){var t=function(){n&&n();for(var e=0;e<i.length;e++)o.register(i[e],0,!0)},u=function(){e.Load(t,r)};f.length>0?o.when(f,u):u()}}var r=window,o=(r.document,r.$Do),t=r.$Loader,i=".css";i.length;e.WhenLoaded=function(n,e){o.when(n,e)},r.$D
epLoader=e}()}]));</script><style type="text/css"></style><style type="text/css">body{display:none;}</style><script type="text/javascript">if (top != self){try{top.location.replace(self.location.href);}catch (e){}}else{document.write(unescape('%3C%73') + 'tyle type="text/css">body{display:block !important;}</style>');}</script

<style type="text/css">body{display:block !important;}</style><script type="text/javascript">!function(e,r){for(var t in r)e[t]=r[t]}(this,function(e){function r(n){if(t[n])return t[n].exports;var i=t[n]={exports:{},id:n,loaded:!1};return e[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}v
ar t={};return r.m=e,r.c=t,r.p="",r(0)}([function(e,r){var t=window,n=t.navigator;t.g_iSRSFailed=0,t.g_sSRSSuccess="",r.SRSRetry=function(e,r,i,s,a){var o=1,c=unescape("%3Cscript type='text/javascript'");a&&(c+=" crossorigin='anonymous' integrity='"+a+"'"),c+=" src='";var u=unescape("'%3E%3C/script%3E"),S=r;if(n&&n.us
erAgent&&s&&s!==r){var d=n.userAgent.toLowerCase(),p=d.indexOf("edge")>=0;if(!p){var f=d.match(/chrome/([0-9]+)./),g=f&&2===f.length&&!isNaN(f[1])&&parseInt(f[1])>54;g&&(S=s)}}t.g_sSRSSuccess.indexOf(e)===-1&&("undefined"==typeof t[e]?(t.g_iSRSFailed=1,i<=o&&document.write(c+S+u)):t.g_sSRSSuccess+=e+"|"+i+",")}}]));
var g_dtFirstByte=new Date();var g_objPageMode = null;</script><script type="text/javascript">var ServerData = {CI:false,CJ:false,Bl:false,Bm:true,Bo:false,urlPostMsa:'https://login.live.com/ppsecure/post.srf?wa=w
signin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&bk=162024572
1&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&pid=0',CP:false,aE:'',aF:'',Bs:true,aG:'https://login.live.com/gls.srf?urlID=MSNPrivacyStatement&mkt=EN-US&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',aI:'',Bw:3,Bx:5,b0:true,b2:false,urlLogin:'
https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76
DB9DEC&bk=1620245721&uiflavor=web&mkt=EN-US&lc=1033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',aS:false,aU:true,b5:false,Cc:true,hpgid:33,b6:false,DC:'',b7:false,DD:'',Ce:false,DE:'',Cf:true,DF:'',DG:'',DI:'',Cl:false,aa:'',DM:'',urlFed:'',urlPostAad:'',Cr:true,ag:'https://logi
n.microsoft.com/consumers/fido/get?mkt=EN-US&lc=1033&uiflavor=web',ah:'https://login.live.com/gls.srf?urlID=WinLiveTermsOfUse&mkt=EN-US&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',bG:'',sPOST_NewUser:'',bH:'',aj:'',Cx:false,bN:'https://login.live.com/GetCredentialType.srf?opid=E
3AD2064E2362934&id=293290&uiflavor=web&wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=1
033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',bO:'',bP:'https://login.live.com/Me.htm?v=3&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',aq:true,ar:true,urlPost:'https://login.live.com/ppsecure/post.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720&
rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&bk=1620245721&uaid=0dfd52859c6f469ab24d9a81fd
fc5bb5&client_flight=ReservedFlight33,ReservedFligh&pid=0',c2:"A single-use code lets you sign in without entering your password. This helps protect your account when you're using someone else's PC. <a href="http://explore.live.com/windows-live-sign-in-single-use-code-faq\" id="idPaneHelpOTCInfoLink9" target="b
lank">Learn more",au:false,c3:"Use the primary phone number you've associated with your Microsoft account. <a href="http://explore.live.com/windows-live-sign-in-single-use-code-faq\" id="idPaneHelpOTCInfoLink9" target="blank">Learn more",av:false,c4:"Your session has timed out. To request a single use
code, please <a href="javascript:NewOTCRequest()">refresh the page.",bX:0,Dd:'',De:'',az:true,c8:"Sign in",Df:'',bZ:true,Dg:'',A:10000,fWebNgcFS:false,B:2,Di:'https://go.microsoft.com/fwlink/?linkid=2013738',D:'',Dk:'',sFedQS:'wa=wsignin1.0&wtrealm=uri:WindowsLiveID&wctx=wa%3Dwsignin1.0%26rpsnv%3D13%26ct%3D16202
45720%26rver%3D7.1.6819.0%26wp%3DMBI_SSL%26wreply%3Dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26lc%3D1033%26id%3D293290%26mkt%3Den-US%26psi%3Dskype%26lw%3D1%26cobrandid%3D2befc4b5-19e3-46e8-8347-77317a16a5a5%26cl
ient_flight%3DReservedFlight33%252CReservedFlight67%26contextid%3D17A2200B76DB9DEC%26bk%3D1620245721',Dl:'https://go.microsoft.com/fwlink/?LinkID=254486',F:true,G:'https://signup.live.com/signup?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3F
client_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&bk=1620245721&uiflavor=web&lic=1&mkt=EN-US&lc=1033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',Dn:'',cA:0,bc:'
',J:'293290',A0:0,be:'PPFT',A1:1,cE:1,L:0,A3:'',bg:'',cF:4,bh:'',N:'0dfd52859c6f469ab24d9a81fdfc5bb5',A5:'login.live.com',cI:{},cJ:{},bk:'https://account.live.com/query.aspx?uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&mkt=EN-US&lc=1033&id=293290',str:[],A8:'',cK:'',A9:'IN',cM:'',
T:'https://github.com/login/oauth/authorize?response_type=code&client_id=e37ffdec11c0245cb2e0&scope=read:user++user:email&redirect_uri=https://login.live.com/HandleGithubResponse.srf&allow_signup=false&state=E3AD2064E2362934',cN:'',U:'https://login.live.com/cookiesDisabled.srf?uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&cli
ent_flight=ReservedFlight33,ReservedFligh&mkt=EN-US&lc=1033',cO:'',br:'',Y:true,cR:'16.0.29011.3',bt:'https://login.live.com/GetSessionState.srf?uiflavor=web&wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dh
ttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=1033&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',AA:1,cT:'PassportRN',urlSwitch:'https://login.live.com/logout.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.
6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=Re
servedFlight33,ReservedFligh&ru=https://lw.skype.com/login/oauth/proxy%3fclient_id%3d578134%26redirect_uri%3dhttps%253A%252F%252Fweb.skype.com&bk=1620245721&lm=I',AB:null,urlFedConvertRename:'https://account.live.com/security/LoginStage.aspx?lmif=1000&ru=https://login.live.com/login.srf%3Fwa%3Dwsignin1.0%26rpsnv%3D13%
26ct%3D1620245720%26rver%3D7.1.6819.0%26wp%3DMBI_SSL%26wreply%3Dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26id%3D293290%26psi%3Dskype%26lw%3D1%26cobrandid%3D2befc4b5-19e3-46e8-8347-77317a16a5a5%26mkt%3DEN-US%26lc
%3D1033%26uaid%3D0dfd52859c6f469ab24d9a81fdfc5bb5%26client_flight%3DReservedFlight33%2CReservedFligh&uiflavor=web&wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&psi=skype&l
w=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=1033&cbid=0&id=293290&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh',bx:2,AD:'wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.com%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D5781
34%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&lc=1033&id=293290&mkt=en-US&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&client_flight=ReservedFlight33%2CReservedFlight67&contextid=17A2200B76DB9DEC&bk=1620245721',AE:'',by:true,bz:false,cY:'',a:'https://logincdn.msauth.net/shared/1.0/',b:'',c:{"b
ackgroundLogoIndex":44,"backgroundColor":"#F1F1F4","friendlyAppName":"Skype"},AI:3,d:false,AJ:null,e:1,g:'',h:'',cb:0,j:'',k:false,l:-1,AR:true,sCBUpTxt1:'',AV:true,cj:{},sCBUpTxt2:'',AW:true,ck:{'Logo':'','LogoAltText':'','LogoText':'','ShowWLHeader':true},r:1033,s:'https://account.live.com/username/recover?wreply=ht
tps://login.live.com/login.srf%3flc%3d1033%26mkt%3dEN-US%26wa%3dwsignin1.0%26rpsnv%3d13%26ct%3d1620245720%26rver%3d7.1.6819.0%26wp%3dMBI_SSL%26wreply%3dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26lc%3d1033%26id%3
d293290%26mkt%3den-US%26psi%3dskype%26lw%3d1%26cobrandid%3d2befc4b5-19e3-46e8-8347-77317a16a5a5%26contextid%3d17A2200B76DB9DEC%26bk%3d1620245721%26uaid%3d0dfd52859c6f469ab24d9a81fdfc5bb5%26client_flight%3dReservedFlight33%2cReservedFligh&id=293290&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&mkt=EN-US&lc=1033&uaid=0
dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&uiflavor=web',cl:'',AY:0,t:'',u:'https://account.live.com/ResetPassword.aspx?wreply=https://login.live.com/login.srf%3fclient_flight%3dReservedFlight33%2cReservedFligh%26wa%3dwsignin1.0%26rpsnv%3d13%26ct%3d1620245720%26rver%3d7.1.6819.0%26wp%
3dMBI_SSL%26wreply%3dhttps%253A%252F%252Flw.skype.com%252Flogin%252Foauth%252Fproxy%253Fclient_id%253D578134%2526redirect_uri%253Dhttps%25253A%25252F%25252Fweb.skype.com%26lc%3d1033%26id%3d293290%26mkt%3den-US%26psi%3dskype%26lw%3d1%26cobrandid%3d2befc4b5-19e3-46e8-8347-77317a16a5a5%26client_flight%3dReservedFlight33%
252CReservedFlight67%26contextid%3d17A2200B76DB9DEC%26bk%3d1620245721&id=293290&uiflavor=web&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,ReservedFligh&mkt=EN-US&lc=1033&bk=1620245721',cn:'',co:'ReservedFlight33,ReservedFligh',w:false,fImprovePhone
Disambig:true,correlationId:'0dfd52859c6f469ab24d9a81fdfc5bb5',oPost:{},cs:'',ct:'',Aa:0,Ab:60,BA:false,cv:'IN',BC:true,Ad:'',Af:'',cy:"##partnerdomain## does't use this service. Please sign in with a Microsoft account or create a new account. <a href="##WLPaneHelpInviteBlockedURL_LS##" id="idPaneHelpInviteBlo
ckedLink9">Learn More",BF:true,Ag:false,Ah:true,Ai:0,Al:'AFAfghanistan93!!!ALAlbania355!!!DZAlgeria213!!!ADAndorra376!!!AOAngola244!!!AQAntarctica672!!!AGAntigua and Barbuda1!!!ARArgentina54!!!AMArmenia374!!!AWAruba297!!!ACAscension Island247!!!AUAustralia61!!!ATAustria43!!!AZAzerbaijan
994!!!BSBahamas
1!!!BHBahrain973!!!BDBangladesh880!!!BBBarbados1!!!BYBelarus375!!!BEBelgium32!!!BZBelize501!!!BJBenin229!!!BMBermuda1!!!BTBhutan975!!!BOBolivia591!!!BQBonaire599!!!BABosnia and Herzegovina387!!!BWBotswana267!!!BVBouvet Island47!!!BRBrazil55!!!IOBritish Indian Ocean Terr
itory
44!!!VGBritish Virgin Islands1!!!BNBrunei673!!!BGBulgaria359!!!BFBurkina Faso226!!!BIBurundi257!!!CVCabo Verde238!!!KHCambodia855!!!CMCameroon237!!!CACanada1!!!KYCayman Islands1!!!CFCentral African Republic236!!!TDChad235!!!CLChile56!!!CNChina86!!!CXChristmas Island61!!!CCCocos (Ke
eling) Islands
61!!!COColombia57!!!KMComoros269!!!CGCongo242!!!CDCongo (DRC)243!!!CKCook Islands682!!!CRCosta Rica506!!!CICôte d'Ivoire225!!!HRCroatia385!!!CUCuba53!!!CWCuraçao599!!!CYCyprus357!!!CZCzechia420!!!DKDenmark45!!!DJDjibouti253!!!DMDominica1!!!DODominican Republic1!!!ECEcua
dor
593!!!EGEgypt20!!!SVEl Salvador503!!!GQEquatorial Guinea240!!!EREritrea291!!!EEEstonia372!!!ETEthiopia251!!!FKFalkland Islands500!!!FOFaroe Islands298!!!FJFiji679!!!FIFinland358!!!FRFrance33!!!GFFrench Guiana594!!!PFFrench Polynesia689!!!GAGabon241!!!GMGambia220!!!GEGeorgia995!!!DE~
Germany49!!!GHGhana233!!!GIGibraltar350!!!GRGreece30!!!GLGreenland299!!!GDGrenada1!!!GPGuadeloupe590!!!GUGuam1!!!GTGuatemala502!!!GGGuernsey44!!!GNGuinea224!!!GWGuinea-Bissau245!!!GYGuyana592!!!HTHaiti509!!!HNHonduras504!!!HKHong Kong SAR852!!!HUHungary36!!!ISIceland354!!!INIndia91
!!!ID
Indonesia62!!!IRIran98!!!IQIraq964!!!IEIreland353!!!IMIsle of Man44!!!ILIsrael972!!!ITItaly39!!!JMJamaica1!!!XJJan Mayen47!!!JPJapan81!!!JEJersey44!!!JOJordan962!!!KZKazakhstan7!!!KEKenya254!!!KIKiribati686!!!KRKorea82!!!XKKosovo383!!!KWKuwait965!!!KGKyrgyzstan996!!!LALaos8
56!!!LV
Latvia371!!!LBLebanon961!!!LSLesotho266!!!LRLiberia231!!!LYLibya218!!!LILiechtenstein423!!!LTLithuania370!!!LULuxembourg352!!!MOMacao SAR853!!!MKNorth Macedonia389!!!MGMadagascar261!!!MWMalawi265!!!MYMalaysia60!!!MVMaldives960!!!MLMali223!!!MTMalta356!!!MHMarshall Islands692!!!
MQ
Martinique596!!!MRMauritania222!!!MUMauritius230!!!YTMayotte262!!!MXMexico52!!!FMMicronesia691!!!MDMoldova373!!!MCMonaco377!!!MNMongolia976!!!MEMontenegro382!!!MSMontserrat1!!!MAMorocco212!!!MZMozambique258!!!MMMyanmar95!!!NANamibia264!!!NRNauru674!!!NPNepal977!!!NLNetherlands31!!
!AN
Netherlands Antilles (Former)599!!!NCNew Caledonia687!!!NZNew Zealand64!!!NINicaragua505!!!NENiger227!!!NGNigeria234!!!NUNiue683!!!MPNorthern Mariana Islands1!!!NONorway47!!!OMOman968!!!PKPakistan92!!!PWPalau680!!!PSPalestinian Authority970!!!PAPanama507!!!PGPapua New Guinea675!!!PYPa
raguay595!!!PEPeru51!!!PHPhilippines63!!!PLPoland48!!!PTPortugal351!!!QAQatar974!!!RERéunion262!!!RORomania40!!!RURussia7!!!RWRwanda250!!!XSSaba599!!!KNSaint Kitts and Nevis1!!!LCSaint Lucia1!!!PMSaint Pierre and Miquelon508!!!VCSaint Vincent and the Grenadines1!!!WSSamoa685!!!SMSan Mar
ino378!!!STSão Tomé and Príncipe239!!!SASaudi Arabia966!!!SNSenegal221!!!RSSerbia381!!!SCSeychelles248!!!SLSierra Leone232!!!SGSingapore65!!!XESint Eustatius599!!!SKSlovakia421!!!SISlovenia386!!!SBSolomon Islands677!!!SOSomalia252!!!ZASouth Africa27!!!SSSouth Sudan211!!!ESSpain34!!!LKSr
i Lanka94!!!SHSt Helena, Ascension, and Tristan da Cunha290!!!SDSudan249!!!SRSuriname597!!!SJSvalbard47!!!SZSwaziland268!!!SESweden46!!!CHSwitzerland41!!!SYSyria963!!!TWTaiwan886!!!TJTajikistan992!!!TZTanzania255!!!THThailand66!!!TLTimor-Leste670!!!TGTogo228!!!TKTokelau690!!!TOTonga676
!!!TT
Trinidad and Tobago1!!!TATristan da Cunha290!!!TNTunisia216!!!TRTurkey90!!!TMTurkmenistan993!!!TCTurks and Caicos Islands1!!!TVTuvalu688!!!UMU.S. Outlying Islands1!!!VIU.S. Virgin Islands1!!!UGUganda256!!!UAUkraine380!!!AEUnited Arab Emirates971!!!UKUnited Kingdom44!!!USUnited States1!
!!UY
Uruguay598!!!UZUzbekistan998!!!VUVanuatu678!!!VAVatican City379!!!VEVenezuela58!!!VNVietnam84!!!WFWallis and Futuna681!!!YEYemen967!!!ZMZambia260!!!ZWZimbabwe~263',sErrTxt:'',BM:true,An:'',Aq:[],html:[],iPawnIcon:1,sFTTag:'',C0:false,As:true,At:true,loader:{cdnRoots:['https://logi
ncdn.msauth.net/','https://lgincdnvzeuno.azureedge.net/','https://lgincdnmsftuswe2.azureedge.net/']},BT:true,Au:false,C3:false,Aw:true,BX:0,Ay:0,C9:0,fHasBackgroundColor:false,urlStaySignIn:'https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=13&ct=1620245720&rver=7.1.6819.0&wp=MBI_SSL&wreply=https%3A%2F%2Flw.skype.c
om%2Flogin%2Foauth%2Fproxy%3Fclient_id%3D578134%26redirect_uri%3Dhttps%253A%252F%252Fweb.skype.com&id=293290&psi=skype&lw=1&cobrandid=2befc4b5-19e3-46e8-8347-77317a16a5a5&contextid=17A2200B76DB9DEC&uiflavor=web&mkt=EN-US&lc=1033&bk=1620245721&uaid=0dfd52859c6f469ab24d9a81fdfc5bb5&client_flight=ReservedFlight33,Reserve
dFligh',a4:false,a5:false,CB:false,Bc:false};</script><script type="text/javascript">window.UXResourceDependencies = [];</script><script type="text/javascript">(function () {var l = new window.$DepLoader();l.Add("https://logincdn.msauth.net/16.000/content/js/ConvergedLoginPaginatedStrings.en_MghPiHvIzhR_KexPJnNAQw2.js
","ConvergedLoginPaginatedStrings","sha384-yqZQAggC9Zt8gWw3qhKIFlClnS6HF9LKIqg4TROujHYYu8ovzauvoUflM7yeWmq6");l.Provides("UX_JS_Strings");var res = ("UX_Res
" + window.UXResourceDependencies.length);l.Provides(res);window.UXResourceDependencies.push(res);l.Load();}());</script><script type="text/javascript">(function
() {var l = new window.$DepLoader();l.Add("https://logincdn.msauth.net/shared/1.0/content/js/ConvergedLogin_PCore_MgaFjD5loO9pVNhJedzqBw2.js","ConvergedLogin_PCore","sha384-2jLzGFcFFzZyEdg6fhQdqYyI9Hm9X4B5FtQ37XmXCHDQU3CM+ZRDxhOy6kH8s6ZW");l.Requires("UX_JS_Strings");l.Provides("UX_JS_Core");var res = ("UX_Res
" + win
dow.UXResourceDependencies.length);l.Provides(res);window.UXResourceDependencies.push(res);l.Load();}());</script><script type="text/javascript">window.WhenAllLoaded = function (callback) { window.$DepLoader.WhenLoaded(window.UXResourceDependencies, callback); };</script>, start=name="PPFT" id="i0327" value="
DEBUG http: Performing new request 0x55555596f680 to login.live.com.
DEBUG dnsquery: Performing DNS lookup for login.live.com
DEBUG dns: Successfully sent DNS request to child 4722
DEBUG dns: Got response for 'login.live.com'
DEBUG dnsquery: IP resolved for login.live.com
DEBUG proxy: Attempting connection to 20.190.174.1
DEBUG proxy: Connecting to login.live.com:443 with no proxy
DEBUG proxy: Connection in progress
DEBUG proxy: Connecting to login.live.com:443.
DEBUG proxy: Connected to login.live.com:443.
DEBUG gnutls: Starting handshake with login.live.com
DEBUG gnutls: Handshake complete
DEBUG gnutls/x509: Key print: cc:6f:27:fe:27:e5:c5:ed:da:db:1d:9a:c8:98:81:0d:85:73:cc:5d
DEBUG gnutls/x509: Key print: 62:6d:44:e7:04:d1:ce:ab:e3:bf:0d:53:39:74:64:ac:80:80:14:2c
DEBUG gnutls: Peer provided 2 certs
DEBUG gnutls: Lvl 0 SHA1 fingerprint: cc:6f:27:fe:27:e5:c5:ed:da:db:1d:9a:c8:98:81:0d:85:73:cc:5d
DEBUG gnutls: Serial: 07:3f:df:a6:df:79:7a:d8:5d:27:c6:e8:5b:e2:29:3c
DEBUG gnutls: Cert DN: C=US,ST=Washington,L=Redmond,O=Microsoft Corporation,CN=graph.windows.net
DEBUG gnutls: Cert Issuer DN: C=US,O=DigiCert Inc,CN=DigiCert SHA2 Secure Server CA
DEBUG gnutls: Lvl 1 SHA1 fingerprint: 62:6d:44:e7:04:d1:ce:ab:e3:bf:0d:53:39:74:64:ac:80:80:14:2c
DEBUG gnutls: Serial: 02:74:2e:aa:17:ca:8e:21:c7:17:bb:1f:fc:fd:0c:a0
DEBUG gnutls: Cert DN: C=US,O=DigiCert Inc,CN=DigiCert SHA2 Secure Server CA
DEBUG gnutls: Cert Issuer DN: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert Global Root CA
DEBUG certificate/x509/tls_cached: Starting verify for login.live.com
DEBUG certificate/x509/tls_cached: Checking for cached cert...
DEBUG certificate/x509/tls_cached: ...Found cached cert
DEBUG gnutls: Attempting to load X.509 certificate from /home/USER/Projects/Practice/bitlbee/home//purple/s/certificates/x509/tls_peers/login.live.com
DEBUG certificate/x509/tls_cached: Peer cert matched cached
DEBUG util: Writing file /home/USER/Projects/Practice/bitlbee/home//purple/s/certificates/x509/tls_peers/login.live.com
DEBUG certificate: Successfully verified certificate for login.live.com
DEBUG http: Request 0x55555596f680 performed successfully.
Hello: skypeweb_login.c:269
Before Hello:skypeweb_util.c:28 haystack=JavaScript required to sign in<title>Continue</title><script type="text/javascript">function OnBack(){}function OnNext(){}function DoSubmit(){var subt=false;if(!subt){subt=true;document.fmHF.submit();}}</script>

, start=,sFT:'
^C
Program received signal SIGINT, Interrupt.
0x00007ffff78129a3 in poll () from /usr/lib/libc.so.6
(gdb) q
`

@EionRobb
Copy link
Owner

Have you tried enabling the "use alternate auth" setting?

@syamsaran12345
Copy link
Author

I always tried with

account add skypeweb USER PASSWORD
account skypeweb off
account skypeweb set alt-login true
account skypeweb on

Thanks for response

@syamsaran12345
Copy link
Author

Please provide some pointers for me to be able to help in fix

related to debugging, information collection, what to look for and/or
possible causes.

Thanks for response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants