Ubuntu Pastebin

Paste from Federico Gimenez at Tue, 1 Dec 2015 14:58:17 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
(amd64)ubuntu@localhost:~$ sudo http.do PUT snapd:///1.0/packages '{"basic-config.sideload": "key: value"}'
HTTP/1.1 400 Bad Request
Content-Length: 151
Content-Type: application/json
Date: Tue, 01 Dec 2015 14:23:24 GMT

{
    "result": {
        "msg": "can't decode request body into map[string]string: EOF",
        "obj": {},
        "str": "EOF"
    },
    "status": "Bad Request",
    "status_code": 400,
    "type": "error"
}
Download as text