Bug 1028646

Summary: Error: json: cannot unmarshal number into Go value of type string
Product: [Fedora] Fedora Reporter: Nathan W <nath.e.will>
Component: docker-ioAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: golang-updates, jkeck, lsm5, mattdm, mgoldman, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-24 00:39:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nathan W 2013-11-09 02:43:53 UTC
Description of problem:

[root@wyrd ~]# docker search centos
2013/11/08 18:38:41 Error: json: cannot unmarshal number into Go value of type string

[root@wyrd ~]# docker search base
2013/11/08 18:43:24 Error: json: cannot unmarshal number into Go value of type string

Version-Release number of selected component (if applicable):

docker-io-0.7-0.13.dm.fc20.x86_64

How reproducible:
every time

Steps to Reproduce:
1. install docker-io-0.7-0.13.dm.fc20.x86_64
2. search for an image

Actual results:

Error: json: cannot unmarshal number into Go value of type string

Expected results:
list of available image

Additional info:

Comment 1 Lokesh Mandvekar 2013-11-13 16:33:54 UTC
looks like 0.7-rc5 shoud fix this: https://github.com/dotcloud/docker/issues/2359