-
Notifications
You must be signed in to change notification settings - Fork 0
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
Socket.io-client error + undefined filename #8
Comments
would be great if you fill a PR as I'm currently busy with other stuff |
I've published version 0.3.0 |
Thank you! This didn't include #7 any particular reason why? |
sorry my fault. Will fix this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm coming across a couple of issues and just wanted to check before opening a PR. First when I run this within my tvml project I get
TypeError: undefined is not an object (evaluating 'Object.prototype')
This seems to stem from socket.io-client v1.4+:
socketio/socket.io#2381
Reverting back to 1.3.7 fixes the issue.
Also filename is missing from the method readFileContent, easily fixable and I'm happy to open a new PR if preferred.
The text was updated successfully, but these errors were encountered: