Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit e65e378

Browse files
committed
Add known issues section
1 parent d54a69e commit e65e378

File tree

1 file changed

+14
-32
lines changed

1 file changed

+14
-32
lines changed

README.md

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ Simply click on any downloadable links to download the file. 'uGet new Download'
1212

1313
To disable uGet from interrupting your download, press <kbd>Insert</kbd> key and click on the link. <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>U</kbd> can be used to disable the extension for a longer period. The same shortcut can enable the extension again.
1414

15+
## Known Problems
16+
### Firefox not interrupting downloads (Issue [#43](https://github.com/slgobinath/uget-chrome-wrapper/issues/43))
17+
If Firefox does not interrupt the downloads but `Download with uGet` works, delete the `handlers.json` from the following path.
18+
19+
```
20+
~/.mozilla/firefox/mwad0hks.default/handlers.json
21+
```
22+
23+
You may have a different folder name instead of `mwad0hks.default`. Firefox Nightly users may have `firefox-trunk` folder instead of `firefox`.
24+
25+
### uGet does not capture the downloads in Windows (Issue [#43](https://github.com/slgobinath/uget-chrome-wrapper/issues/43))
26+
27+
Ensure that `uget` directory is directly under the `C:\` drive and the `C:\uget\bin` directory is added to the environment variable `PATH`. Also start uGet manually (recommended to add to the system startup) before downloading any files.
28+
1529

1630
## Contributing
1731
**Are you a user?**
@@ -30,38 +44,6 @@ Please test uget-chrome-wrapper on your system and report any issues [here](http
3044

3145
Please test uget-chrome-wrapper and create installers for your operating system
3246

33-
## History
34-
Version 2.0.5:
35-
* Added download all links support
36-
37-
Version 2.0.4:
38-
* Added cookie support
39-
* Added support to Mozilla Firefox
40-
41-
Version 2.0.2:
42-
* Fix the error with Python 3.4 & 3.5
43-
44-
Version 2.0.0:
45-
* Migrate to Python 3
46-
* Show uget-chrome-wrapper status in the extension
47-
* Submitted native Opera addon
48-
49-
Version 1.3.3:
50-
* Ctrl + Shift + U to disable uGet Integration extension temporarily
51-
* Option to exclude URLs
52-
* Smart capture from native Chrome download
53-
* Extract Youtube video file names from the URL generated by SaveFrom.net
54-
55-
Version 1.2:
56-
* Now uget-chrome-wrapper supports Google Chrome, Chromium and Vivaldi
57-
58-
Version 1.1:
59-
* Fix extension id mismatch
60-
* Fix %20 in filename
61-
62-
Version 1.0:
63-
* Integrate uGet Download Manager with Google Chrome
64-
6547

6648
## License
6749

0 commit comments

Comments
 (0)