Ubuntu Pastebin

Paste from Federico Gimenez at Tue, 1 Dec 2015 12:03:11 +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
(amd64)ubuntu@localhost:~$ sudo http.do --pretty none --body --debug POST snapd:///1.0/packages @/tmp/pp
HTTPie 0.9.2
HTTPie data: /var/lib/apps/http.chipaca/3.1
Requests 2.8.1
Pygments 2.0.2
Python 3.5.1rc1 (default, Nov 24 2015, 17:47:11) 
[GCC 5.2.1 20151123] linux
Traceback (most recent call last):
  File "libs.zip/httpie/input.py", line 634, in parse_items
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/apps/http.chipaca/3.1/bin/do", line 46, in <module>
    sys.exit(httpie.core.main())
  File "libs.zip/httpie/core.py", line 101, in main
  File "libs.zip/httpie/input.py", line 136, in parse_args
  File "libs.zip/httpie/input.py", line 319, in _parse_items
  File "libs.zip/httpie/input.py", line 638, in parse_items
httpie.input.ParseError: "@/tmp/pp": [Errno 2] No such file or directory: '/tmp/pp'
Download as text