Bug 1028646 - Error: json: cannot unmarshal number into Go value of type string
Summary: Error: json: cannot unmarshal number into Go value of type string
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: docker-io
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lokesh Mandvekar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-09 02:43 UTC by Nathan W
Modified: 2014-07-01 22:59 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-24 00:39:05 UTC
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.