exercism / discussions

For discussing things like future features, roadmap, priorities, and other things that are not directly action-oriented (yet).
37 stars 5 forks source link

Issue submitting #226

Closed carlolewis78 closed 6 years ago

carlolewis78 commented 6 years ago

Apologies if this is the wrong location for this. I am getting the following error when attempting to submit a solution:

Error:

You are submitting a directory, which is not currently supported.

    C:\Users\carl.lewis\Exercism\csharp\bob

I have deleted the old exercise and redownloaded it yet still get the same problem. My troubleshooting info is below, thanks in advance:

Troubleshooting Information

Version

Current: 3.0.4 Latest: 3.0.4

Operating System

OS: windows Architecture: amd64

Configuration

Home: Workspace: C:\Users\carl.lewis\Exercism Config: C:\Users\carl.lewis\AppData\Roaming\exercism\user.json API key: 4a0f*****462

API Reachability

GitHub:

Exercism:

If you are having trouble please file a GitHub issue at https://github.com/exercism/exercism.io/issues and include this information.

NobbZ commented 6 years ago

What command are you using to submit?

carlolewis78 commented 6 years ago

C:\WINDOWS\system32>exercism submit C:\Users\carl.lewis\Exercism\csharp\bob Error:

You are submitting a directory, which is not currently supported.

    C:\Users\carl.lewis\Exercism\csharp\bob
rpottsoh commented 6 years ago

You need to include the name of the files that you want submit, not just the path.

carlolewis78 commented 6 years ago

Right you are! I was getting other issues earlier (which were fixed with 3.0.4) and I thought that this was another issue with the CLI, but it turns out it was just me being stupid :D