NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
simp1
May 22, 2014Aspirant
Transmission 3.0.0.6
Hello,
After updating Transmission to 3.0.0.6 everything worked fine. Then I started messing about.
The settings.json file @ /Transmission/config seemed empty so I pasted the configuration to change the user name and password. then the addon stopped starting.
When trying to start the addon I get an error "22002010000" (argh... copy-paste from the error dialog should be allowed...)
So I'm here to request an example settings.json file to try getting the thing running again.
Thanks
After updating Transmission to 3.0.0.6 everything worked fine. Then I started messing about.
The settings.json file @ /Transmission/config seemed empty so I pasted the configuration to change the user name and password. then the addon stopped starting.
When trying to start the addon I get an error "22002010000" (argh... copy-paste from the error dialog should be allowed...)
So I'm here to request an example settings.json file to try getting the thing running again.
Thanks
9 Replies
Replies have been turned off for this discussion
- super_poussinVirtuosocan you post the content of your settings.json ?
- simp1Aspirantwhen I opened it up with sublime text it was empty after the update.
then I pasted this in:"rpc-authentication-required": true,
"rpc-username": "your-user-name",
"rpc-password": "your-password"
and then the error started appearing, then I deleted the pasted content and the error kept on coming.
was going to try it with { stuff here } but haven't got around to it yet.
Thanks - super_poussinVirtuosothink a , is missing after password"
- simp1Aspirant
super-poussin wrote: think a , is missing after password"
I added the coma, and the error is still thrown.
so now my whole settings.json looks like this:
"rpc-authentication-required": true,
"rpc-username": "your-user-name",
"rpc-password": "your-password",
also tried it with(because json?), didn't help
{
"rpc-authentication-required": true,
"rpc-username": "your-user-name",
"rpc-password": "your-password",
}
as an extra question:
will my added torrents be saved if I copied the two dirs 'resume' and 'torrents', uninstalled transmission and reinstalled it. Then copy 'resume' and 'torrents' back? there doesn't seem to be much else holding the info... - super_poussinVirtuosocan you post the whole settings file ?
- simp1AspirantAs I said, after the update the settings file was empty for some reason.
It could have been my text editor playing tricks on me...
After I pasted the three lines in the error started appearing, if I remove them the error stays.
That's why I'm guessing my text editor didn't open the file properly on the first time.
hence the request for a dummy settings.json file :) - super_poussinVirtuoso{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": true,
"blocklist-url": "http://list.iblocklist.com/?list=bt_level1",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/data/Transmission/Downloads",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/data/Transmission/Incomplete",
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "admin",
"rpc-port": 8181,
"rpc-url": "/transmission/",
"rpc-username": "admin",
"rpc-whitelist": "*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true
} - simp1AspirantThanks, got it working and was able to replicate the problem.
The whole ordeal comes from file permissions, I guess.
My text editor is denied access to settings.json, and it "opens the file" and shows it as an empty one.
but for some reason it is still able to overwrite it... - gyves1LuminaryHi super-poussin,
I have an issue with the release Transmission 3.0.0.6 under ReadyNAS 312 with last FW OS 6.2 (x386)
The webinterface doesn't works anymore (port 8181)
Can you help me to fix it?
Thank you
Yves
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!