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

PHP Examples not working #42

Open
markifornia opened this issue Jun 23, 2018 · 3 comments
Open

PHP Examples not working #42

markifornia opened this issue Jun 23, 2018 · 3 comments

Comments

@markifornia
Copy link

I've set the values for the API Keys.

The files contained within the examples folder hangs and does not receive a response when run:

/php/complete/examples/

However, I am getting a successful response from these PHP files when run:

/php/signed_authentication_sample.php
/php/batching_urls_sample.php

Is there anything I'm missing?

Thanks!
Mark

@muffincode
Copy link

Running the Python example, I've got a "Permission denied" error, would you happen to have the same ?
Then it could mean that they "closed" the public API for some reason ? Dunno

@muffincode
Copy link

@MRIZWAN2254
Copy link

MRIZWAN2254 commented Aug 24, 2023

Hi Mark,

It's great to hear that you've successfully set the values for the API Keys. Regarding the issue you're facing with the files in the examples folder, it seems like there might be a problem with those specific files. The fact that they hang and don't receive a response suggests that there could be a connectivity issue, a bug in the code, or perhaps a configuration problem.

On the other hand, the fact that you're receiving successful responses from the signed_authentication_sample.php and batching_urls_sample.php files indicates that your API keys and authentication setup are working correctly.

To troubleshoot the problem with the files in the /php/complete/examples/ folder, you might want to:

  1. Check the code in those files for any errors, missing dependencies, or incorrect configurations.
  2. Ensure that your network connection is stable and not causing any delays.
  3. Review the documentation or any relevant logs to see if there are any specific requirements or known issues with those examples.

Best of luck, and I hope you're able to get those examples up and running smoothly!

Best regards,
Muhammad Rizwan

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

3 participants