question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker: 'Error encountered while requesting the server' on Mac OS

See original GitHub issue

Hi there!

I have a MacBook’15 and I wanted to install and use GROBID via docker.

So in terminal I’ve done

docker pull lfoppiano/grobid:0.5.4     
docker run -t --rm --init -p 8080:8070 -p 8081:8071 lfoppiano/grobid:0.5.4

After that I went to http://localhost:8080/ --> TEI --> Process Header Document. I’ve tried to upload several different PDFs and every time I had this bug: image

If I tried the same with your demo website http://cloud.science-miner.com/grobid/ - everything worked.

The docker logs I’ll attach below

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
lfoppianocommented, Apr 8, 2019

I’ll close when the documentation is updated 👍 and I need to fix the tiny issue (https://github.com/kermitt2/grobid/issues/416#issuecomment-479690530) and push a new image.

1reaction
lfoppianocommented, Apr 11, 2019

I’m pushing the docker version 0.5.4_1 (will be uploaded in like… 20 hours… 😅 )

Read more comments on GitHub >

github_iconTop Results From Across the Web

Known issues for Docker Desktop on Mac
You might encounter errors when using docker-compose up with Docker Desktop ( ValueError: Extra Data ). We've identified this is likely related to...
Read more >
Docker & Postgres: Failed to bind tcp 0.0.0.0:5432 address ...
If lsof -i :5432 doesn't show you any output, you can use sudo ss -lptn 'sport = :5432' to see what process is...
Read more >
Troubleshoot login to registry - Azure Container Registry
This article helps you troubleshoot problems you might encounter when logging into an Azure container registry.
Read more >
Troubleshooting GitLab Runner
If you want to use Docker executor, and you are connecting to Docker Engine installed on server. You can see the Permission Denied...
Read more >
Docker-OSX - Run Mac in a Docker container - Hakin9
If you see folders, then it worked. You can restart Docker, or just reboot if you want to be sure. Important notices: 2021-11-14...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found