You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get past this by commenting out the two references to the setEncoding since I could not find the function specified in the SAX library and SAX defaults to UTF-8 which is what I need.
I am trying to use this inside of a ReactJS framework, however I am presented with the error in the title. It is throwing an error on Line 46 of the deserializer.js file.
https://github.com/baalexander/node-xmlrpc/blob/master/lib/deserializer.js#L46
Relevent ReactJS Code:
`export default class ViewUsers extends React.Component {
componentDidMount(){
var xmlrpc = require('xmlrpc');
}
}
`
I just want to be able to get a successful call so I can display it in the render portion.
The text was updated successfully, but these errors were encountered: