Git Product home page Git Product logo

Comments (5)

martynbristow avatar martynbristow commented on June 8, 2024 1

Are you still seeing the issue?

martyn@MacBook-Pro ~ % civo instances ls --region=NYC1
martyn@MacBook-Pro ~ %

I can't reproduce it anymore, as it was an upstream issue it may well have been patched there for you

from cli.

alejandrojnm avatar alejandrojnm commented on June 8, 2024 1

Hi guys is already fix from the API side, so there is not need to update the CLI or the Civogo lib

from cli.

martynbristow avatar martynbristow commented on June 8, 2024

The issue is actually in the civogo library, not the cli wrapper.

The error is an UnmarshallTypeError

The answer looks to be in: {"page":"1","per_page":null,"pages":0,"items":[]} which should be: {"page":1,"per_page":null,"pages":0,"items":[]}.

I've checked when you have an instance in SVG1 you get: 1 but when no instances in NYC1 you get "1"

The error is because:

type PaginatedInstanceList struct {
	Page    int        `json:"page"`
	PerPage int        `json:"per_page"`
	Pages   int        `json:"pages"`
	Items   []Instance `json:"items"`
}

Expects an int and it should be a string

@andyjeffries Any thoughts

from cli.

alejandrojnm avatar alejandrojnm commented on June 8, 2024

This is already fix

from cli.

maelvls avatar maelvls commented on June 8, 2024

@martynbristow Thank you for the thorough details!

This is already fix

When do you think I may expect the fix to be merged and released? I use the civo CLI through Homebrew.

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.