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

Error: Unable to connect to the uget-chrome-wrapper #20

Description

@slgobinath

If you are getting this error message in the uGet Integration extension, please make sure that you have installed Python 3.4 or greater, uGet 2.0.8 or greater and the latest version of uget-chrome-wrapper.
To see how to install uget-chrome-wrapper, visit the official page: Installation Guide Also make sure that you have restarted the browser after installing all the above tools.

If you still have the problem after installing uget-chrome-wrapper, enable the log by following the steps given below and share the log information along with your uGet version, Browser name and version and the Operating System with version.

  1. Open uget-chrome-wrapper
sudo gedit /usr/bin/uget-chrome-wrapper

Windows users can find it at C:\Program Files (x86)\uget-chrome-wrapper\uget-chrome-wrapper.py

  1. Uncomment the following two lines and save the changes
# log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')
# logging.basicConfig(format='%(asctime)s [%(levelname)s]: %(message)s', filename=log_file_path, filemode='a', level=logging.DEBUG)

After uncommenting, it should become:

log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')
logging.basicConfig(format='%(asctime)s [%(levelname)s]: %(message)s', filename=log_file_path, filemode='a', level=logging.DEBUG)
  1. Just open your web browser.

  2. There should be a file created at ~/uget-chrome-wrapper.log. In Windows (I beleive) it should be C:\Users\<User-Name>\uget-chrome-wrapper.log. If the file is there, share its content. If not, please specify that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions