• Diff for "Debugging issue for Mudfish v5 - Kaspersky Internet Security"
Last updated at 2019-10-31 08:19:38
Differences between revisions 2 and 3
Revision 2 as of 2019-10-31 08:19:08
Size: 1653
Editor: loxch
Comment:
Revision 3 as of 2019-10-31 08:19:38
Size: 1659
Editor: loxch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 49: Line 49:
You should disable "Inject script into web traffic to interact with web pages" option. It's found at: You should '''disable''' "Inject script into web traffic to interact with web pages" option. It's found at:

Debugging issue for Mudfish v5 - Kaspersky Internet Security

If you're using Kaspersky Internet Security, sometimes you could encounter UI issues of mudfish v5. If you check Javscript Console of the browser, you can see the following issues.

TypeError: ns.GetCommandSrc is not a function
at GetCommandUrl (main.js:988)
at XMLHttpRequest.window.XMLHttpRequest.open (main.js:1023)
at spread.js:25
at new Promise ()
at e.exports (spread.js:25)
at e.exports (spread.js:25)
main.js:988 Uncaught (in promise) TypeError: ns.GetCommandSrc is not a function
at GetCommandUrl (main.js:988)
at XMLHttpRequest.window.XMLHttpRequest.open (main.js:1023)
at spread.js:25
at new Promise ()
at e.exports (spread.js:25)
at e.exports (spread.js:25)
GetCommandUrl   @       main.js:988
window.XMLHttpRequest.open      @       main.js:1023
(anonymous)     @       spread.js:25
e.exports       @       spread.js:25
e.exports       @       spread.js:25
Promise.then (async)    
mudfishConsoleLog       @       mudfish.js:465
(anonymous)     @       (index):1395
Promise.catch (async)   
dashboard_graphql       @       (index):1393
(anonymous)     @       (index):1521
Promise.then (async)    
mounted @       (index):1519
He      @       vue.js:6
Yt      @       vue.js:6
(anonymous)     @       vue.js:6
wn.$mount       @       vue.js:6
wn.$mount       @       vue.js:6
t._init @       vue.js:6
wn      @       vue.js:6
(anonymous)     @       (index):1400

Reason

This is a bug of Kaspersky Internet Security and caused by wrong implementation of it to inspect AJAX calls.

Solution

You should disable "Inject script into web traffic to interact with web pages" option. It's found at:

  • Settings -> Additional -> Network -> Inject scripts into web traffic to interact with web pages.

Debugging issue for Mudfish v5 - Kaspersky Internet Security (last edited 2019-10-31 08:19:38 by loxch)