-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fatal error: Puli Factory class does not exist #49
Comments
I'm also having the same issue. I've tried with the latest php-http/guzzle6-adapter (1.1) and stable (2.0) version of the Diffbot client. |
I tried with stable too. Same issue. |
@Swader - any thoughts on this one? |
That's interesting. I cannot reproduce this. I used your exact |
Successfully reproduced - tested on wrong VM which already had Puli globally installed. |
Hi everyone, We recently invested some work in improving our discovery strategies. As part of that, we removed the hard dependency on Puli. So if you don't want to use Puli, just remove the composer plugin and update the If you want to use Puli: unfortunately there are many points where Puli might go wrong. Can you please check the composer install log and see that the puli build command ran fine (also you could run it manually: There is also an autoloading problem with composer >= 1.0 && PHP >= 5.6: puli/issues#190 Unfortunately the fix has not been merged yet. |
Okay, initiating surgical removal of Puli from all parts of the client, thanks @sagikazarmark |
Sorry about the delay in getting this fixed guys, I have now removed Puli and updated dependencies, should all work. |
Thanks for fixing this. I appreciate it. On Thursday, July 21, 2016, Bruno Škvorc notifications@github.com wrote:
Tegan Snyder |
I've done a fresh 'composer require Swader/diffbot-php-client' and it's still pulling in Puli:
And then it fails at runtime with Any suggestions, @Swader? I'm sure I'm missing something simple... :) Thanks! |
Ah, I forgot to tag a new release, very sorry! Try again please! |
We have lift off! (and the install looks a lot cleaner too!) Thank you very much :) |
Glad it works now :) Sorry it took a while, been swamped, hopefully can update further soon, lots of new features coming |
I'm able to install this client by composer; however, when I attempt to call the CrawlBot API I get an error. Here is my code:
Here is the error that is returned:
My
composer.json
contains:I'm wondering if there is an issue upstream somewhere. Ideas?
The text was updated successfully, but these errors were encountered: