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

big problem . not show data #16

Closed Q8HMA-zz closed 11 months ago

Q8HMA-zz commented 8 years ago

Hello

The problem is all the data not show

my seedbox is big have over 3K torrent for 12 tracker

i cant see any things only white background no data not torrents file no tracker url any things

can some one help me with it ??

thnx

Jeci commented 8 years ago

I'm having the same issue, just seeing a blank screen.

I also have quite a few torrents loaded (700+).

hit commented 7 years ago

Torrents are displayed, but only with a massive delay depending on the amount of torrents (=too long loading time).

xombiemp commented 7 years ago

Try the latest. This commit might have helped https://github.com/xombiemp/rutorrentMobile/commit/12a4a2b2036ae0a24fe4cd8a6778e673b2ead931

Whisper40 commented 7 years ago

@xombiemp Hello, the problem is the same for me on rutorrent 3.8 : http://prntscr.com/gz805h DEVICE : OnePlus 3 T ,Android 7.1.1 , Chrome, Firefox DEVICE : AllDevice After installed the plugin i do :

sudo chown -R www-data:www-data /var/www/rutorrent/mobile

And next i have reboot

But same problem..

milesbenson commented 6 years ago

Same issue here, around 300 torrents in the list, mobile plugin does not show any of my torrents.

BitLooter commented 6 years ago

Same issue in Firefox 62.0 with ruTorrent 3.8. Getting this error in the console:

XML Parsing Error: mismatched tag. Expected: </hr>.
Location: https://torrents/?mobile=1
Line Number 6, Column 3:
shimi269 commented 5 years ago

Did anyone find a fix for this issue? Mine is also showing as blank, tried all the fixes suggested and nothing.

Machado117 commented 5 years ago

I had the same issue. Fixed it by enabling the httprpc plugin that I had previously disabled.

PeggyFree commented 5 years ago

Hello, I have the same problem. I have multiple users. When I load the mobile version, I get no content and this error in the console :

"Failed to load resource: the server responded with a status of 502 (Bad Gateway)".

The console shows that the url linked to this error is http://my_torrent_server/my_username

Using the regular rutorrent skin, the same url returns the main data in XML format, according to the log.

PeggyFree commented 5 years ago

I checked the chrome dev panel, the web page actually retrieves the torrent list in a xml file. So several "http://my_torrent_server/my_username" requests are correctly executed, except one of them that fails. I tried to understand the failing POST request but could'nt understand what's wrong. Here it is :

POST http://XXX.XXX.XXX.XXX/USER1 HTTP/1.1 Host: XXX.XXX.XXX.XXX Proxy-Connection: keep-alive Content-Length: 0 Pragma: no-cache Cache-Control: no-cache Authorization: Basic BLAHBLAHBLAH Accept: application/xml, text/xml, /; q=0.01 Origin: http://XXX.XXX.XXX.XXX X-Requested-With: XMLHttpRequest User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 DNT: 1 Content-Type: text/xml; charset=UTF-8 Referer: http://XXX.XXX.XXX.XXX/rutorrent/?mobile=1 Accept-Encoding: gzip, deflate Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7

I can't find any payload in this request. Here is the answer :

HTTP/1.1 502 Bad Gateway Server: nginx Date: Mon, 29 Apr 2019 16:31:44 GMT Content-Type: text/html; charset=utf-8 Content-Length: 537 Connection: keep-alive ETag: "5c0692e1-219"

I could'nt find the reason in the log. EDIT : when I analyze the stock rutorrent webpage, the same POST request have a payload, which is :

<?xml version="1.0" encoding="UTF-8"?><methodCall><methodName>system.multicall</methodName><params><param><value><array><data><value><struct><member><name>methodName</name><value><string>throttle.global_up.total</string></value></member><member><name>params</name><value><array><data></data></array></value></member></struct></value><value><struct><member><name>methodName</name><value><string>throttle.global_down.total</string></value></member><member><name>params</name><value><array><data></data></array></value></member></struct></value><value><struct><member><name>methodName</name><value><string>throttle.global_up.max_rate</string></value></member><member><name>params</name><value><array><data></data></array></value></member></struct></value><value><struct><member><name>methodName</name><value><string>throttle.global_down.max_rate</string></value></member><member><name>params</name><value><array><data></data></array></value></member></struct></value></data></array></value></param></params></methodCall>

Which is linked to : throttle.global_up.total / throttle.global_down.total etc.

Micdu70 commented 5 years ago

@PeggyFree Hello, please use / enable "httprpc" plugin to have a better and faster communication with rtorrent. So, no need to keep a SCGI remote url ("/USER1") configuration on your webserver. ;)

ghost commented 5 years ago

please use / enable "httprpc" plugin to have a better and faster communication with rtorrent. So, no need to keep a SCGI remote url ("/USER1") configuration on your webserver. ;)

further information: https://github.com/Novik/ruTorrent/issues/1405#issuecomment-278085638

ghost commented 5 years ago

@Micdu70 May I ask for instructions? If I add network.scgi.open_port = 127.0.0.1:5000 to .rtorrent.rc rTorrent runs, but ruTorrent doesn't. Do I have to edit ruTorrent's config.php?

xombiemp commented 11 months ago

Added requirement to use the httprpc plugin in the readme.