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

Documentation User Agent issues #43

Closed
yannbertrand opened this issue Oct 20, 2020 · 7 comments
Closed

Documentation User Agent issues #43

yannbertrand opened this issue Oct 20, 2020 · 7 comments
Assignees
Labels

Comments

@yannbertrand
Copy link

When trying to request AmiiboAPI's documentation in a public-apis script to validate it's still running, we have a 404 error. We're using the python-httplib2/0.18.0 User Agent.

It works but using Mozilla but using a valid User Agent should not be an issue.

curl -H "User-Agent:python-httplib2/0.18.0" https://www.amiiboapi.com
@N3evin
Copy link
Owner

N3evin commented Oct 21, 2020

It seems to be the host issue. I am checking it out with the host.

@N3evin N3evin self-assigned this Oct 21, 2020
@N3evin N3evin added the bug label Oct 21, 2020
@N3evin
Copy link
Owner

N3evin commented Oct 21, 2020

Seems like I am unable to change it unless I change my host. For now, is it possible to be taken down from the listing? I will update it once I solved it.

@yannbertrand
Copy link
Author

yannbertrand commented Oct 21, 2020

Alright, I'm doing it. What's your current host?

Love the project! Thanks for being super active.

yannbertrand added a commit to public-apis/public-apis that referenced this issue Oct 21, 2020
@N3evin
Copy link
Owner

N3evin commented Oct 21, 2020

Alright, I'm doing it. What's your current host?

Love the project! Thanks for being super active.

I am currently on Namecheap Webhosting tier, the only way to solve is to host it by myself via a VPS. I will have to look into my budget if I were to solve this.

Your welcome :) I am glad that you love it.

@yannbertrand
Copy link
Author

Would using GH Pages or Netlify be an option? (they're free)

@N3evin
Copy link
Owner

N3evin commented Oct 21, 2020

Would using GH Pages or Netlify be an option? (they're free)

not possible for GH pages, since it hosts the whole backend logic too, Netlify bandwidth too low for the free tier. Is ok, I will just slowly see how it goes. It won't be anytime soon, since I have other commitment currently.

@yannbertrand
Copy link
Author

Oh I didn't realize you're using the same server for the API itself.

I totally understand. Take care!

@N3evin N3evin closed this as completed Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants