FetchCord icon indicating copy to clipboard operation
FetchCord copied to clipboard

Fetchcord not running

Open ioletsgo opened this issue 3 years ago • 0 comments

Whenever I run Fetchcord on my laptop, it spits out this error.

Traceback (most recent call last):
  File "/usr/bin/fetchcord", line 33, in <module>
    sys.exit(load_entry_point('FetchCord==2.7.8', 'console_scripts', 'fetchcord')())
  File "/usr/bin/fetchcord", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 919, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 518, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for FetchCord

It's important to note that fetchcord was working beforehand

ioletsgo avatar Dec 30 '21 05:12 ioletsgo