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

Update broken urls #1016

Open
NChechulin opened this issue Dec 2, 2021 · 11 comments
Open

Update broken urls #1016

NChechulin opened this issue Dec 2, 2021 · 11 comments

Comments

@NChechulin
Copy link

NChechulin commented Dec 2, 2021

Exercism CLI still provides "old" links.
As far as I understand, the whole project moved to https://exercism.org/, but some output still contains https://exercism.io/.

Example:

$ exercism configure 
> Error: There is no token configured. Find your token on https://exercism.io/my/settings, and call this command again with --token=<your-token>.

Exercism version: 3.0.13

@kotp
Copy link
Member

kotp commented Dec 2, 2021

Can you give the version as reported by exercism -v?

@NChechulin
Copy link
Author

NChechulin commented Dec 2, 2021

Oh, it seems like -v stands for --verbose and exercism --help also doesn't provide a flag for version.
However, I am using the latest version from AUR: 3.0.13

@kotp
Copy link
Member

kotp commented Dec 3, 2021

Oops. I should have said exercism v rather than exercism -v. Or exercism version. Habit put that dash in there.

@miwojc
Copy link

miwojc commented Feb 13, 2022

exercism version 3.0.13
Windows 10

exercism submit .\twelve_days.py returns a link to 404 page:

The exercise you are submitting doesn't have the necessary metadata.
Please see https://exercism.io/cli-v1-to-v2 for instructions on how to fix it.

@kotp
Copy link
Member

kotp commented Feb 13, 2022

The referece to io is probably not a functional issue, rather a documentation issue. Version 3.0.13 is fine, and should not have an issue.

The issue is specifically indicating that the ./.exercism/ directory is not there.

If you do exercism download --track=python --exercise=twelve-days is the current directory where it is downloaded at?

@miwojc
Copy link

miwojc commented Feb 13, 2022

exercism download --track=python --exercise=twelve-days
solved the issue for me. Thank you.

Edit: i have downloaded the exercise long time ago, now im back to working on it. Seems like exercism folder is set up and it re downloaded the exercise in the right place. Submit worked.

@kotp
Copy link
Member

kotp commented Feb 13, 2022

I would say that it solved your immediate issue, however the updated URL issue is still something that should be fixed.

Would you care to update the title of this issue to reflect the desired correction to the URL as stated in the error message?

@miwojc
Copy link

miwojc commented Feb 13, 2022

@NChechulin opened this issue, so i can't edit title but i think title and description is correct?

@NChechulin
Copy link
Author

@kotp Hi! When I opened the issue, I tried to emphasize the breadth of the problem. I believe, it's not about one or several particular commands, but about the whole project in general.

That's why the title is kind of very general.

@NChechulin NChechulin changed the title Update urls Update broken urls Feb 13, 2022
@kotp
Copy link
Member

kotp commented Feb 13, 2022

Right on. I thought that now that we have found a specific action that can be addressed…

@kotp
Copy link
Member

kotp commented Feb 13, 2022

@NChechulin Yes, it probably is not wrong, but now we can focus it on "Error message shows URL as .io instead of .org."

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

3 participants