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

500 Internal server error #7

Open
amiri27 opened this issue Jun 7, 2019 · 3 comments
Open

500 Internal server error #7

amiri27 opened this issue Jun 7, 2019 · 3 comments

Comments

@amiri27
Copy link

amiri27 commented Jun 7, 2019

Hi..

On Creating a Snapshot API method we receive 500 internal server error.. As I see it appears on some urls all the time and there's no difference on calling these urls after a while..

Some of urls which this problem exists with:
mecapp.ir
lilimall.ir

Could you please help us how to resolve this problem and why API returns 500 internal server error?!

Regards,

@csarven
Copy link

csarven commented Jun 7, 2019

Quite likely a duplicate of #6

@thinkjrs
Copy link

I am experiencing this as well. Specifically, the example in the README fails:

curl -X POST -H "Content-Type: application/json" -d '{"url": "google.com", "annotation": {"id": "lst-ib", "message": "Theres a microphone button in the searchbox"}}' https://pragma.archivelab.org

with the following curl response on my machine:

<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.4.6 (Ubuntu)</center>
</body>
</html>

@catharsis71
Copy link

Still happening for me as well

$ curl -X POST -H "Content-Type: application/json" -d '{"url": "https://google.com/"}}' https://pragma.archivelab.org/capture
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.4.6 (Ubuntu)</center>
</body>
</html>

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

4 participants