Search found 8 matches

by Anton9121
Fri May 06, 2016 4:11 pm
Forum: Web Interface
Topic: webUI bug with Basic access authentication
Replies: 4
Views: 8989

Re: webUI bug with Basic access authentication

x190 wrote:If you think this is still a problem, there is a lot of info on the forum.

Sample:
viewtopic.php?f=8&t=8393&p=60629&hilit= ... edf#p53778
I think that 409 error because often refresh, this bug in js webUI.
by Anton9121
Fri May 06, 2016 11:10 am
Forum: Web Interface
Topic: webUI bug with Basic access authentication
Replies: 4
Views: 8989

Re: webUI bug with Basic access authentication

Does another page refresh fix it? Don't fix, while I don't enter url without username and password. If I enter full path http://<username>:<password>@192.168.0.1:9091/transmission/web/ page refresh too. Page don't reload, It clear and load resource again, I can see torrents but it blinking. Does it...
by Anton9121
Thu May 05, 2016 3:58 pm
Forum: Web Interface
Topic: webUI bug with Basic access authentication
Replies: 4
Views: 8989

Re: webUI bug with Basic access authentication

Connect with something like "http://192.168.0.1:9091/transmission/web/" and you should then be asked for your credentials. I enter username and password in url, and page always refresh with 409 error. If i enter http://192.168.0.1:9091/transmission/web/ all work fine, problem when url wit...
by Anton9121
Thu May 05, 2016 2:18 am
Forum: Web Interface
Topic: webUI bug with Basic access authentication
Replies: 4
Views: 8989

Re: webUI bug with Basic access authentication

What's in the loaded settings.json file? https://trac.transmissionbt.com/wiki/EditConfigFiles Default settings.json { "alt-speed-down": 3072, "alt-speed-enabled": false, "alt-speed-time-begin": 960, "alt-speed-time-day": 127, "alt-speed-time-enabled"...
by Anton9121
Wed May 04, 2016 2:01 am
Forum: Web Interface
Topic: webUI bug with Basic access authentication
Replies: 4
Views: 8989

webUI bug with Basic access authentication

Hello! I try open webUI using link like

Code: Select all

http://login:password@192.168.0.1:9091/
but when tab open (Chrome) - webUI always refresh.
by Anton9121
Sun Nov 02, 2014 1:49 pm
Forum: Web Interface
Topic: JSON.parse error, lastScrapeResult have binary data.
Replies: 1
Views: 3071

JSON.parse error, lastScrapeResult have binary data.

When request trackerStats, item lastScrapeResult may have binary data, and browser can't parse JSON.
I replace this item with regexp, but I think it need serialize.

Code: Select all

data.replace(/"lastScrapeResult":"[^"]*","/gm, '"lastScrapeResult":"","');
by Anton9121
Mon Jul 14, 2014 8:02 am
Forum: General
Topic: Intergrate Transmission in Chrome and Firefox
Replies: 0
Views: 2761

Intergrate Transmission in Chrome and Firefox

Hi all! I create small extension for Firefox and Chrome. It allow easy send torrent files and magnet links in Transmission and manage download list.
Extension have 3 language - English, Russian, French.
main-popup.png
main-popup.png (49.65 KiB) Viewed 2761 times
Chrome get hear
Firefox as xpi and in store
by Anton9121
Mon Jul 14, 2014 4:54 am
Forum: Requests
Topic: Join torrent trackers url when add double torrent files
Replies: 0
Views: 4009

Join torrent trackers url when add double torrent files

In uTorernt when add double torrent files from different torrent trackers, tracker url (announce and other urls ) join in one torrent file.
Will good if transmission will do it too. Thanks.

Sorry if it feature exists.