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

TypeError: a.data.split is not a function #1

Closed
scrimpy opened this issue Feb 24, 2018 · 4 comments
Closed

TypeError: a.data.split is not a function #1

scrimpy opened this issue Feb 24, 2018 · 4 comments

Comments

@scrimpy
Copy link

scrimpy commented Feb 24, 2018

library.js?lang=de:formatted:931 Uncaught TypeError: a.data.split is not a function
at d.xd_parser (library.js?lang=de:formatted:931)
at d.xd_listener (library.js?lang=de:formatted:940)
at library.js?lang=de:formatted:554
at c (library.js?lang=de:formatted:177)
xd_parser @ library.js?lang=de:formatted:931
xd_listener @ library.js?lang=de:formatted:940
(anonymous) @ library.js?lang=de:formatted:554
c @ library.js?lang=de:formatted:177
postMessage (async)
PostMessageStream._write @ contentscript.js:3467
doWrite @ contentscript.js:5409
writeOrBuffer @ contentscript.js:5398
Writable.write @ contentscript.js:5325
ondata @ contentscript.js:4390
EventEmitter.emit @ contentscript.js:2505
addChunk @ contentscript.js:4062
readableAddChunk @ contentscript.js:4049
Readable.push @ contentscript.js:4016
PortDuplexStream.onMessage @ contentscript.js:161
EventImpl.dispatchToListener @ VM1126 extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ VM1132 extensions::utils:138
EventImpl.dispatch
@ VM1126 extensions::event_bindings:387
EventImpl.dispatch @ VM1126 extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ VM1132 extensions::utils:138
dispatchOnMessage @ VM1133 extensions::messaging:392

@scrimpy
Copy link
Author

scrimpy commented Feb 24, 2018

xd_parser: function(a) {
    if ("undefined" !== typeof a.data && (a = a.data.split("::"),
    2 === a.length)) {
        var b = parseInt(a[0], 10);
        if (b === this.id)
            return a = a[1],
            a = a.split("|")
    }
},

@scrimpy
Copy link
Author

scrimpy commented Feb 25, 2018

i can log in without this error, but after this login i receive only errors anymore and the login is not possible anymore.
is it some cache error or something?

@SchlesserClaude
Copy link
Contributor

Hello,

this seems to be a compatibility issue with another script on your page.
Could you please post a link to your website? I will have a closer look.

Regards,

@jaroslavstreit
Copy link

jaroslavstreit commented Feb 10, 2019

This is not resolution of this problem. We've got same:
`Uncaught TypeError: a.data.split is not a function

at d.xd_parser (library.js?lang=cs:62)
at d.xd_listener (library.js?lang=cs:62)
at library.js?lang=cs:39
at c (library.js?lang=cs:13)`

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

3 participants