GithubHelp home page GithubHelp logo

Comments (12)

yassirh avatar yassirh commented on August 30, 2024

What version are you using?

from client.

taylorotwell avatar taylorotwell commented on August 30, 2024

Latest stable tag.

On October 21, 2014 at 3:51:37 PM, Hannoun Yassir ([email protected]) wrote:

What version are you using?

β€”
Reply to this email directly or view it on GitHub.

from client.

yassirh avatar yassirh commented on August 30, 2024

Can you try the newest release?

from client.

taylorotwell avatar taylorotwell commented on August 30, 2024

Now I have even bigger problems. Neither works:

http://d.pr/i/10vvR/30KsrWnl

from client.

taylorotwell avatar taylorotwell commented on August 30, 2024

I had to fork this library and hack in some changes because it is way too brittle against API changes in the way it is throwing exceptions even if DigitalOcean simply adds a new property. Had broken Laravel Forge entirely.

from client.

yassirh avatar yassirh commented on August 30, 2024

@taylorotwell Are you using the Laravel wrapper?

from client.

GrahamCampbell avatar GrahamCampbell commented on August 30, 2024

That doesn't make much difference. All my wrapper does is instantiate the classes, nothing more.

from client.

taylorotwell avatar taylorotwell commented on August 30, 2024

No I'm not. Plain library.

On Saturday, October 25, 2014, Graham Campbell [email protected]
wrote:

That doesn't make much difference. All my wrapper does is instantiate the
classes, nothing more.

β€”
Reply to this email directly or view it on GitHub
#43 (comment)
.

from client.

yassirh avatar yassirh commented on August 30, 2024

@GrahamCampbell can you reproduce this error?

here is the code i'm using to test :

$adapter = new GuzzleAdapter('MY TOKEN');
$digitalOcean = new DigitalOceanV2($adapter);

$droplet = $digitalOcean->droplet();
try {
    echo "<pre>";
    var_dump($droplet->create("test", "nyc1", "512mb", "ubuntu-14-04-x64"));
    echo "</pre>";
} catch (Exception $e) {
    die($e->getMessage());
}

from client.

GrahamCampbell avatar GrahamCampbell commented on August 30, 2024

I don't have any time right now, but I can have a go tomorrow or the day after. Ping me in 48 hours if I forget.

from client.

yassirh avatar yassirh commented on August 30, 2024

@taylorotwell are you still getting this error with the latest version 0.2 or the master branch?

from client.

taylorotwell avatar taylorotwell commented on August 30, 2024

It’s fixed.

On Mon, Oct 27, 2014 at 2:34 PM, Hannoun Yassir [email protected]
wrote:

@taylorotwell are you still getting this error with the latest version 0.2 or the master branch?

Reply to this email directly or view it on GitHub:
#43 (comment)

from client.

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.