Created
June 11, 2015 07:25
-
-
Save davecheney/99a30d0b753dc21e35c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| snappy update | |
| Traceback (most recent call last): | |
| File "/usr/bin/snappy", line 25, in <module> | |
| status = Main().__main__() | |
| File "/usr/lib/python3/dist-packages/snappy/main.py", line 195, in __main__ | |
| return callback(args) | |
| File "/usr/lib/python3/dist-packages/snappy/main.py", line 511, in _do_update | |
| for pkg in ClickDataSource().upgradable_apps] | |
| File "/usr/lib/python3/dist-packages/snappy/click.py", line 180, in upgradable_apps | |
| all_updates_list = repo.get_upgradable() | |
| File "/usr/lib/python3/dist-packages/click/repository.py", line 183, in get_upgradable | |
| headers={"content-type": "application/json"}) | |
| File "/usr/lib/python3/dist-packages/click/network.py", line 70, in http_request | |
| curl.perform() | |
| pycurl.error: (6, 'Could not resolve host: myapps.developer.ubuntu.com') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment