-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error in "get_region_by_coords" on a remote computing cluster #57
Comments
Hi @nikhil153, did you resolve this issue? If so, what was the solution so that we can ensure people do not run into it again? |
@Breakend so this issues is a bit mysterious. It only happens on a specific HPC cluster that could be blocking external IPs. Although the interactive sessions on the same cluster let me ping the Internet. So I am not exactly sure. I created a workaround for my situation by modifying the code to override geo-location. However this branch is still under development, so I didn't create a PR for this feature. If you think it will be useful in general, I will be happy to do so. |
HI @nikhil153 , sounds like this might be a common use case, so I'm going to go ahead and re-open. if you have the time, would be happy to get a PR from you, otherwise we'll add it to our backlog |
@Breakend sure, I will create one soon as I am actively working it. |
Hi,
I am able to run the code smoothly on my local machine. The same code + env in a singularity container fails on a remote computing cluster with following error:
I am able to ping the ipinfo.io from the same node on the cluster.
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: