Ubuntu Pastebin

Paste from lewciie at Thu, 10 Nov 2016 15:57:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
Registering hello-gangsta.
Starting new HTTPS connection (1): myapps.developer.ubuntu.com
"POST /dev/api/register-name/ HTTP/1.1" 403 None
Traceback (most recent call last):
  File "/usr/bin/snapcraft", line 31, in <module>
    snapcraft.main.main()
  File "/usr/lib/python3/dist-packages/snapcraft/main.py", line 234, in main
    return run(args, project_options)
  File "/usr/lib/python3/dist-packages/snapcraft/main.py", line 277, in run
    _run_store_command(args)
  File "/usr/lib/python3/dist-packages/snapcraft/main.py", line 322, in _run_store_command
    snapcraft.register(args['<snap-name>'], args['--private'])
  File "/usr/lib/python3/dist-packages/snapcraft/_store.py", line 228, in register
    store.register(snap_name, is_private)
  File "/usr/lib/python3/dist-packages/snapcraft/storeapi/__init__.py", line 175, in register
    self.sca.register, snap_name, is_private, constants.DEFAULT_SERIES)
  File "/usr/lib/python3/dist-packages/snapcraft/storeapi/__init__.py", line 158, in _refresh_if_necessary
    return func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/snapcraft/storeapi/__init__.py", line 450, in register
    raise errors.StoreRegistrationError(snap_name, response)
snapcraft.storeapi.errors.StoreRegistrationError: Registration failed.
Download as text