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

Show not found if dot at the end of title is missing #453

Closed
RaitaroH opened this issue Aug 26, 2019 · 4 comments
Closed

Show not found if dot at the end of title is missing #453

RaitaroH opened this issue Aug 26, 2019 · 4 comments

Comments

@RaitaroH
Copy link

I am only using trackma as a tool to update my anilist. I have noticed that for some reason I get EngineError: Show not found. for one specific show.

$ trackma update "Araburu Kisetsu no Otome-domo yo" "2"
EngineError: Show not found.
$ trackma update "Araburu Kisetsu no Otome-domo yo." "2"
Engine: Updating show Araburu Kisetsu no Otome-domo yo. to episode 2...
Data: Queued update for Araburu Kisetsu no Otome-domo yo.

So that . at the end gives trackma an error.

I have installed trackma with pip. I have Trackma v0.8.2. I did try the sudo python3 setup.py install for the git repo but is the same trackma version with the same issue.

@FichteFoll
Copy link
Collaborator

Related: #413.

@FichteFoll
Copy link
Collaborator

With #547 merged, does this still occur?

@RaitaroH
Copy link
Author

Seems the issue persists.
I have reinstalled from git just to be safe and checked if it is updated.

@FichteFoll
Copy link
Collaborator

I think I misunderstood this issue initially because I flagged it as a recognition issue when it is in fact CLI usage.

The issue is that the name must be matched exactly for the update (and related commands) to function. There is some form of tab completion that may help here, or you can use the search command first to find the entry's list index and then use the index in a subsequent update command. That is how I generally use the CLI. #587 has a few related suggestions that would improve the tab completion situation, but it requires using a different CLI library than the one in the stdlib.

I'll close this as a duplicate for now.

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

2 participants