+1 vote
3.2k views
in Cloud by

When I accessed seafile server if the password is wrong instead of password is wrong it show error page
 

"

Page unavailable

Sorry, but the requested page is unavailable due to a server hiccup.

Our engineers have been notified, so check back later."

I checked the seahub log and getting this error
 

 [ERROR] django.pylibmc:132 get MemcachedError: error 47 from memcached_get(:1:ENABLE_ENCRYPTED_LIBRARY): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY

Traceback (most recent call last):

  File "/usr/local/lib/python3.10/dist-packages/django_pylibmc/memcached.py", line 130, in get

    return super(PyLibMCCache, self).get(key, default, version)

  File "/opt/seafile/seafile-pro-server-11.0.4/seahub/thirdpart/django/core/cache/backends/memcached.py", line 75, in get

    return self._cache.get(key, default)

pylibmc.ServerDown: error 47 from memcached_get(:1:ENABLE_ENCRYPTED_LIBRARY): SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY

1 Answer

0 votes
by
selected by
 
Best answer
I faced the same issue, fixed by installing memcached
 

sudo apt install memcached
...