-
I am running into TimeOutExceptions exclusively when running in a Docker container. This is the traceback given:
As I mentioned, this does not happen when I run locally on my windows machine. I have been looking everywhere but have unable to find an answer. These are the options I'm using (though I've tried many many more).
and my Dockerfile looks like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
psweet
Apr 6, 2023
Replies: 1 comment
-
I just fixed my problem. It seems for some reason, when sending a request as http locally it goes through but in the container it must be https. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
psweet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just fixed my problem. It seems for some reason, when sending a request as http locally it goes through but in the container it must be https.