Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Transmission

Featured Replies

im having random chinese torrents automatically being added to my client!!

some kind of malware?

  • Replies 488
  • Views 153.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Possibly the path is incorrect. To what path is the docker trying to save the torrent when you get the message? Does that path correspond to something in the docker volume mappings?

  • Sounds like you aren't getting what jonathanm said. You said you had mapped /download, but then you said you expected to find them in /downloads. /download is not the same as /downloads.  

  • No, but the HDD I use for cache is fast enough to handle gigabit speed and yes, I use cache only folder. I know what I am doing. I found some other reports in the meantime on transmission forums that

Posted Images

35 minutes ago, wungun said:

im having random chinese torrents automatically being added to my client!!

some kind of malware?

I use this container and I don't have that.

 

Are you sure you don't have your server on the internet?

 

Attach diagnostics to your NEXT post in this thread.

46 minutes ago, wungun said:

im having random chinese torrents automatically being added to my client!!

some kind of malware?

me too

51 minutes ago, wungun said:

im having random chinese torrents automatically being added to my !!

some kind of malware?

If your transmission is accessible through the Internet, someone could've brute forced their way in. That, or into your network, where they can scan internal IPs and open ports. I'd change the login on your transmission client and add a strong password.

 

If it's an attack from inside your home network, check your computer for malware.

I was facing the issue with RPC "without password" seem like it was in this state multiple months.

 

Until i found out and removed the former docker, installed latest one.

 

Now seems like new issue, even i setup "settings.json" it get changed after restart and im not able to use Transmission

image.png.4fc00efa8ed23d1fd951a3661cb24f90.png

 

I even removed those values from Config in Docker, but seems like they show up again :(

 

image.thumb.png.72f47630e2d9ab2ab615bbf2fae1558b.png

 

 

Any clue what else to change to "keep/save" settings i setup? Thanks

 

 

EDIT:

 

I overwrite again the "settings.json", stopped Docker and started - all seems saved now

Also tried restart - settings are kept.

 

Maybe is some docker "update" in between causing it, will see till next update.

 

for now FIXED

Edited by killeriq
fixed

after few days, same problem again :(

 

It added those values again...

 

image.png.0a8f9d9e87e2b8fe2f259a23ad30e5b0.png

The container should be stopped when editing `settings.json`. Otherwise, transmission will save its current in-memory version when it exits

27 minutes ago, cherrybullet said:

The container should be stopped when editing `settings.json`. Otherwise, transmission will save its current in-memory version when it exits

i'm aware of that, from some reason even "stopped" changed json and after start old values again...

 

I removed app from docker, deleted transmission in appdata, installed again and now it seems its fine...lets see if it last.

 

Drives me nuts already :)

Edited by killeriq

2022-02-26 12:03:04.735] JSON parse failed in /config/settings.json at pos 902: SPECIAL_EXPECTED -- remaining text "peerport,

"p"
[2022-02-26 12:03:04.735] transmission-daemon Error loading config file -- exiting. (/home/buildozer/aports/community/transmission/src/transmission-3.00/daemon/daemon.c:825)
 

After installation, there is no Web interface like this log. Tell me how it can be fixed!

what did u set as "peerport" in config?

Thanks, I've decided.

After the last update I was unable to connect with transmission web GUI. Try to delete app folder and reinstall it. Same problem.

Putting *.*.*.* value as whitelist. No change. Set false to whitelist. no change

 

Any idea?

1. check / save your docker settings

1.1 backup appdata/transmission  (otherwise *.torrent will be lost)

2. remove docker and appdata/transmission

3. install it again

4. remove those "whitelist" fields from docker setup

5. compare old settings.json with new settings.json and modify as needed

 

No clue what they messed up, acting strange

 

it's really strange. I removed the container and deleted the appdata/transmission, reinstalled the container, copy the old settings.json to the new one.... no way. Doesn't works. 🤨

dont copy, just edit few values...

 

it behaves strange and it happend to me even i removed those "white" values in docker, after restart it was there again.

 

2nd wipe fix it, then is compare and edited settings.json, no overwrite

overwrite cause that not wanted values were there again

On 2/25/2022 at 9:54 PM, killeriq said:

after few days, same problem again :(

 

It added those values again...

 

image.png.0a8f9d9e87e2b8fe2f259a23ad30e5b0.png

And again...seems like each automatic docker "update" , it get messed up :-\

 

@linuxserver.io Could someone fix it once and for all? Thanks

I'm having some trouble with permissions since the last update. I can't download anything:

[2022-03-12 14:24:10.974] Couldn't create "/mnt/user": Permission denied (/home/buildozer/aports/community/transmission/src/transmission-3.00/libtransmission/file-posix.c:243)
[2022-03-12 14:24:10.974] Couldn't create "/mnt/user/mergerfs/gd/Downloads/torrents/incomplete/linuxfx 10.6.1001 cinnamon win10 theme XZ": Permission denied (/home/buildozer/aports/community/transmission/src/transmission-3.00/libtransmission/fdlimit.c:174)

 

Also getting this error in Radarr

You are using docker; download client transmission places downloads in /mnt/user/mergerfs/gd/Downloads/torrents/complete/movies but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.

 

Transmission Mappings in docker
/data -> /mnt/user/mergerfs/
/downloads -> /mnt/user/mergerfs/gd/
/watch -> /mnt/user/mergerfs/gd/Downloads/torrents/watch/
/config -> /mnt/user/appdata/transmission

 

Radarr mappings in docker

/data -> /mnt/user/mergerfs/
/movies -> /mnt/user/mergerfs/gd/
/downloads -> /mnt/user/mergerfs/gd/Downloads/
/config -> /mnt/user/appdata/radarr

 

Edited by thekiefs

check lower / upcase letters , needs to be correct in mappings / folders.

Had similar issue

upgrade to RC3, and what a surprise again all Transmission settings resetted to default :S

@linuxserver.io could you please fix the docker?

 

Thanks

1 hour ago, killeriq said:

upgrade to RC3, and what a surprise again all Transmission settings resetted to default :S

@linuxserver.io could you please fix the docker?

Must be something about your transmission setup. Doesn't reset for me and no way rc3 upgrade could have that effect anyway.

9 hours ago, trurl said:

Must be something about your transmission setup. Doesn't reset for me and no way rc3 upgrade could have that effect anyway.

No clue what is wrong, but either after some OS reboot or new Transmission update it puts the default value as when you installed fresh Transmission docker and it put the "ip white list" rule ON again, even i removed it in docker and in settings.json

 

drives me nuts when i find out after some time that again i cant log in

2 hours ago, killeriq said:

some OS reboot or new Transmission update it puts the default value

This suggests that you haven't mapped your config to actual storage (appdata)

I did there is = where is randomly changing the "settings.json"

Problem is that it works and seems either after upgrade or OS reboot it get some of the "default" docker settings , as on fresh install. No clue why. No such issue with other docker

image.png.dd149f9a87ae2d07f8d490099948301d.png

image.thumb.png.88020407ea8382660b363ae0d3e1db0a.png

Maybe something (corruption?) is breaking settings.json so a new one gets created.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.