Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.7 Call to a member function getBody() on null #25

Closed
AndreFabris opened this issue Feb 11, 2019 · 2 comments
Closed

Laravel 5.7 Call to a member function getBody() on null #25

AndreFabris opened this issue Feb 11, 2019 · 2 comments

Comments

@AndreFabris
Copy link

    "graham-campbell/digitalocean": "^5.1",
    "guzzlehttp/guzzle": "^6.3",
    "kriswallsmith/buzz": "^0.17.2"

when calling any function for example DigitalOcean::size()->getAll();

Issue with C:\xampp\htdocs\front\myadmin\vendor\toin0u\digitalocean-v2\src\Adapter\GuzzleHttpAdapter.php

Line 132: $body = (string) $this->response->getBody();

Any ideas

@GrahamCampbell
Copy link
Owner

Not sure. I think there is an issue tracking this on the upstream repo. If not, please create one.

@AndreFabris
Copy link
Author

We did, however, I updated my composer files since I created this ticket, there was your update there too, and that has solved the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants