Giter Site home page Giter Site logo

Comments (10)

Science4583 avatar Science4583 commented on May 24, 2024 2

I was able to resolve this by editing where it's hardcoded to /transmission/rpc/ in the main.*.js file.

In vim
:%s /transmission\/rpc/rpc/gc

Works fine now.

from combustion.

Science4583 avatar Science4583 commented on May 24, 2024 1

I'm having a similar issue, possibly the same, on 2.84-0.2 on Raspbian. I used the web/ replacement method. Switched back to the default interface and everything is there. I'm using Transmission behind a reverse proxy with Nginx. I get a 405 error for the RPC call ever 5 seconds.

from combustion.

Secretmapper avatar Secretmapper commented on May 24, 2024 1

Added to latest release!

from combustion.

Secretmapper avatar Secretmapper commented on May 24, 2024

Hmmm. That's weird, the client rechecks every 5 seconds from the server for new torrents added. I'll try to replicate it.

from combustion.

tr1plus avatar tr1plus commented on May 24, 2024

For me this works. I have services adding torrents and they show up in the web ui

from combustion.

underscore-bama avatar underscore-bama commented on May 24, 2024

I have it running on a Raspi. The amount of torrents shows up, the up/down speed shows up, but the torrents themselves don't appear. On mobile or desktop Safari.

from combustion.

vergessen avatar vergessen commented on May 24, 2024

I believe this is an issue with Mobile safari and combustion. I have noticed that on my ipad/iphone nothing already in transmission shows up.

from combustion.

Secretmapper avatar Secretmapper commented on May 24, 2024

This seems to be a configuration issue on the server. The web client is interacting with the RPC the same way the default transmission client does.

Closing for now, but, please comment if the problem persists

from combustion.

Taluu avatar Taluu commented on May 24, 2024

Bumping this issue, as I also had the problem. The sed solved it. IMO, this is an issue with building the release, as in the release, transmission/rpc/ is hardcoded... so, it doesn't seem to be a server issue.

On my server, I chose to use nginx and a proxy-pass, with /rpc redirecting to transmission's rpc url :

    location /rpc {
        proxy_pass         http://127.0.0.1:9091/transmission/rpc;
    }

Couldn't using an env var or something allow to tinker that bit ?

(Should I open a new issue ?)

from combustion.

Secretmapper avatar Secretmapper commented on May 24, 2024

Ah, so it's a different endpoint from /transmission/rpc?

I'll add this to the settings. There's support for custom 'server' (but doesn't work on web due to CORS) so I'll modify it to just put the actual rpc endpoint

from combustion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.