stickz

Results 264 comments of stickz

> Since a new release has been pushed, we should support that instead, rather than patching .3 There are two crashes on `0.15.4` we need to patch. These were found...

Please clear your web browser cache. The development branch doesn't clear it for you. It looks like `webui.js` is still cached.

Do you have any custom plugins installed that are not distributed with ruTorrent? We changed the speed graph to the point where it may cause breakage in version 4.1. The...

I looked at your docker file. Almost all of these plugins on Line 131 are not compatible with version 4. https://github.com/romancin/rutorrent-docker/blob/develop/Dockerfile#L131 The repo of plugins you've installed are nine years...

Did you disable this plugin as well? `git clone --depth 1 https://github.com/orobardet/rutorrent-force_save_session` Whether or not these errors went undetected are unknown. But lines this like will throw an error when...

@TrimmingFool Are these lines of code compatible with version 4.1? The way they are implemented? https://github.com/Novik/ruTorrent/blob/develop/plugins/theme/themes/Excel/init.js#L39-L45 ``` plugin.speedCreate = rSpeedGraph.prototype.create; rSpeedGraph.prototype.create = function( aOwner ) { plugin.speedCreate.call(this,aOwner); this.gridColor = "#034084";...

> @stickz can you test on Waterfox Classic, or Firefox? Whatever I do, the `rSpeedGraph is not defined` persists, but on Chrome I can get things to run on a...

This would explain why it works on Chrome but not Firefox. Firefox may be treating `new rSpeedGraph()` as a critical error.

> After many testing on Chrome (since Firefox is borked), I found that newly added torrents are fine, but restoring session files from v4.0 session folder (`*.torrent` `*.torrent.libtorrent_resume` and `*.torrent.rtorrent`...

> Also, it takes 2 seconds to load the webui, it's pretty fast. Previously it would take 5-6 seconds, as described in this issue #2427. It's not even necessary to...