biocore / empress

A fast and scalable phylogenetic tree viewer for microbiome data analysis
BSD 3-Clause "New" or "Revised" License
45 stars 31 forks source link

McHelper is failing to connect #517

Closed kwcantrell closed 2 years ago

ElDeveloper commented 3 years ago

Is this because of the IPs? Or is the reason unknown?

On May 21, 2021, at 8:13 AM, kwcantrell @.***> wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fedarko commented 3 years ago

I don't think the reason is known. Looking at the latest McHelper build that failed (at least on the master branch), it looks like the error message was

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to mchelper.ucsd.edu port 8888: Connection refused
Error: Process completed with exit code 7.

Not sure what's going on here.

fedarko commented 2 years ago

It looks like McHelper now accepts QZVs from PR branch(es), but not from master branches. McHelper worked fine for the #538 PR, but after merging this PR into master we now get the following error:

curl: (28) Failed to connect to mchelper.ucsd.edu port 8888: Connection timed out
Error: Process completed with exit code 28.

Not sure what exactly is going wrong here.

ElDeveloper commented 2 years ago

As best as I can tell this is working in the master branch https://github.com/biocore/empress/runs/3147708934 Closing for now. 🧙