xombiemp / rutorrentMobile

Plugin for ruTorrent to use it with mobile devies (Android, iOS, etc)
GNU General Public License v3.0
113 stars 16 forks source link

Plugin not working #23

Closed henningphan closed 11 months ago

henningphan commented 7 years ago

Environment. Running rutorrent on archlinux arm with apache 2.4. On my Oneplus 3 running chrome browser it doesnt change to the mobile interface even by forcing it with mobile=1. It works on oneplus 3 running mozilla browser It works on my laptop running chrome if I force it with mobile=1.

PixiBixi commented 7 years ago

Hi!

Can you explain more please? ^^

It seems i have the same issue

henningphan commented 7 years ago

Which part do you want me to elaborate? I can structure it better perhaps. Device | browser | requestUri | Smartphone mode op3 | chrome | | fail op3 | chrome | mobile=1 | fail op3 |mozilla | |success op3 |mozilla | mobile=1 |success laptop | chrome | | fail <----- it should fail here as its on a laptop laptop | chrome | mobile=1 | success

PixiBixi commented 7 years ago

On my Oneplus 3 running chrome browser it doesnt change to the mobile interface even by forcing it with mobile=1.

Where do you set mobile=1 ? On a JS plugin's file ?

Micdu70 commented 7 years ago

@PixiBixi It's in the README.md

If you set plugin.enableAutodetect to true, the plugin will automaticaly load when detecting a mobile device. To force load the plugin in a desktop browser add '?mobile=1' to the end of the rutorrent url.

PixiBixi commented 7 years ago

Oh sorry, i'll try, thank you..

iPhone | Chrome l Fail iPhone | Chrome l mobile=1 | Fail iPhone | Safari l Fail iPhone | Safari l mobile=1 | Fail iPhone | Firefox l Fail iPhone | Firefox l mobile=1 | Fail

Micdu70 commented 7 years ago

@PixiBixi : What is your ruTorrent version?

It looks to me like, for ruTorrent 3.8 (or recent git version), rutorrentMobile is not working on first connection attempt (I have an iPhone). I need to refresh the page to get it to work. ;)

And if it always doesn't work, check this:

PixiBixi commented 7 years ago

I use this docker image for ruTorrent : https://github.com/xataz/docker-rtorrent-rutorrent/blob/cf055c9a5b207847ca10cc29d2e625af3a4923f0/Dockerfile

Well, ruTorrent is fetched via git clone, plugin directory is named mobile and iPad is disabled :/

xombiemp commented 11 months ago

Added requirement to use the httprpc plugin in the readme.