Package Details: fastanime-git 2.8.4.r2.8cbbcf4-2

Git Clone URL: https://aur.archlinux.org/fastanime-git.git (read-only, click to copy)
Package Base: fastanime-git
Description: FastAnime, anime site experience from the terminal.
Upstream URL: https://github.com/Benex254/FastAnime
Licenses: Unlicense
Conflicts: fastanime
Provides: fastanime
Submitter: Aethar
Maintainer: Aethar
Last Packager: Aethar
Votes: 1
Popularity: 0.85
First Submitted: 2024-11-18 02:03 (UTC)
Last Updated: 2024-11-28 14:31 (UTC)

Pinned Comments

Aethar commented on 2024-11-24 23:53 (UTC) (edited on 2024-11-25 15:50 (UTC) by Aethar)

If you are having problems with

"Sth went wrong 😢 while fetching this could mean you have poor internet connection or the provider is down"

try clearing cache with fastanime cache --clean.

Additionally, after updating, it is recommended to run

fastanime config --update

Latest Comments

Aethar commented on 2024-11-24 23:53 (UTC) (edited on 2024-11-25 15:50 (UTC) by Aethar)

If you are having problems with

"Sth went wrong 😢 while fetching this could mean you have poor internet connection or the provider is down"

try clearing cache with fastanime cache --clean.

Additionally, after updating, it is recommended to run

fastanime config --update

Aethar commented on 2024-11-18 22:48 (UTC)

@cwrau the dependencies have been updated. it should work now!

cwrau commented on 2024-11-18 17:25 (UTC)

Mh, I think something's still wrong, for everything I do I get ModuleNotFoundErrors;

fastanime search -t tonikawa
Traceback (most recent call last):
  File "/usr/bin/fastanime", line 8, in <module>
    sys.exit(FastAnime())
             ^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/fastanime/__init__.py", line 20, in FastAnime
    run_cli()
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/decorators.py", line 45, in new_func
    return f(get_current_context().obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/fastanime/cli/commands/search.py", line 57, in search
    from thefuzz import fuzz
ModuleNotFoundError: No module named 'thefuzz'
fastanime anilist
Traceback (most recent call last):
  File "/usr/bin/fastanime", line 8, in <module>
    sys.exit(FastAnime())
             ^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/fastanime/__init__.py", line 20, in FastAnime
    run_cli()
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1666, in invoke
    rv = super().invoke(ctx)
         ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/fastanime/cli/commands/anilist/__init__.py", line 87, in anilist
    from ...interfaces.anilist_interfaces import (
  File "/usr/lib/python3.12/site-packages/fastanime/cli/interfaces/anilist_interfaces.py", line 8, in <module>
    from InquirerPy import inquirer
ModuleNotFoundError: No module named 'InquirerPy'

cwrau commented on 2024-11-18 17:19 (UTC)

Nice, thanks for fixing!

cwrau commented on 2024-11-18 14:31 (UTC)

This PKGBUILD is broken and doesn't install anything.

Even worse, it calls uv which puts stuff into $XDG_DATA_HOME/../bin.

Which doesn't even work, as that's not in the PATH.

This should create a real package.