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

Uncaught TypeError: r is not a function #564

Closed
andreapaiola opened this issue Jan 9, 2016 · 3 comments
Closed

Uncaught TypeError: r is not a function #564

andreapaiola opened this issue Jan 9, 2016 · 3 comments

Comments

@andreapaiola
Copy link
Contributor

@andreapaiola andreapaiola commented Jan 9, 2016

In Chrome and Firefox console

Uncaught TypeError: r is not a function
(anonymous function) @ webtorrent.min.js:6
y @ webtorrent.min.js:6

or formatted (beautified javascript)

Uncaught TypeError: r is not a function(anonymous function)
@ webtorrent.min.js:formatted:11302
y @ webtorrent.min.js:formatted:11395

The error is live here http://andreapaiola.name/niagara/ ( simple code, nothing fancy :) )

Last version without the error: 0.64.0

The latest version and the 0.65.0 have the same error

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jan 9, 2016

Looks like this was caused by a change in file.appendTo and file.renderTo that made the callbacks no longer optional. You can fix the problem by passing a callback, or wait for a few minutes and I'll publish a new version of webtorrent.min.js.

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jan 9, 2016

Released 0.71.4.

@feross feross closed this Jan 9, 2016
@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.