Opened 9 years ago
Closed 9 years ago
#4780 closed Bug (invalid)
403 error when adding watch directory
Reported by: | robby0328 | Owned by: | |
---|---|---|---|
Priority: | High | Milestone: | None Set |
Component: | Daemon | Version: | 2.42 |
Severity: | Major | Keywords: | |
Cc: | robos91@… |
Description
When I add the watch directory
"watch-dir": "/home/zero/torrents",
"watch-dir-enabled": true
it gives me a 403 error
"403: Forbidden
Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details."
thats a copy of the exact error. When I remove those lines it works fine but I have no watch directory. I will post with a txt copy of my congfig.
Attachments (1)
Change History (3)
Changed 9 years ago by robby0328
comment:1 Changed 9 years ago by robby0328
- Cc robos91@… added
- Priority changed from Normal to High
- Severity changed from Normal to Major
comment:2 Changed 9 years ago by jordan
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
There is a syntax error in the settings.json file that you attached, a missing comma after "utp-enabled": true
If you check your log, there should be a message saying something along the lines of JSON parser failed in %s at line %d, column %d