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

molgenis-armadillo functions return unhelpful error messages when logging in with incomplete URL #9412

Open
timcadman opened this issue Mar 4, 2024 · 0 comments

Comments

@timcadman
Copy link

How to Reproduce

Log in using an incomplete URL, and then try to use any molgenis-armadillo function:

demo_url = "armadillo-demo.molgenis.net"
armadillo.login(demo_url)
armadillo.create_project("armadillo-illustration")

Expected behavior

armadillo.login(demo_url) returns an error if using an incomplete URL

Observed behavior

Login succeeds but the following error is returned on running armadillo.create_project():
Error in curl::curl_fetch_memory(url, handle = handle) : URL rejected: Port number was not a decimal number between 0 and 65535

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

1 participant