Package Details: viu-media-git 3.2.7.r4.de8b6b7-3

Git Clone URL: https://aur.archlinux.org/viu-media-git.git (read-only, click to copy)
Package Base: viu-media-git
Description: Viu, your browser anime experience, from the terminal.
Upstream URL: https://github.com/viu-media/viu
Licenses: Unlicense
Conflicts: viu-media
Provides: viu-media
Submitter: Aethar
Maintainer: Aethar
Last Packager: Aethar
Votes: 4
Popularity: 0.99
First Submitted: 2025-08-21 22:46 (UTC)
Last Updated: 2025-08-25 10:55 (UTC)

Latest Comments

Korialo commented on 2025-08-21 16:39 (UTC)

@Aethar I flagged this repo as out-of-date, check the upstream if you haven't checked yet and follow suit.

Alkalize9567 commented on 2025-07-25 20:16 (UTC)

Please check if this bug isn't caused by incorrect install thru aur after the update. https://github.com/Benexl/FastAnime/issues/103

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.