Page MenuHomePhabricator

Unable to connect to fatameh
Closed, ResolvedPublic

Description

I"m trying to connect to fatameh with my wikimedia account, but hit an error at https://tools.wmflabs.org/fatameh/profile:

Traceback:

File "/data/project/fatameh/www/python/venv/lib/python3.4/site-packages/django/core/handlers/exception.py" in inner
  41.             response = get_response(request)

File "/data/project/fatameh/www/python/venv/lib/python3.4/site-packages/django/core/handlers/base.py" in _get_response
  187.                 response = self.process_exception_by_middleware(e, request)

File "/data/project/fatameh/www/python/venv/lib/python3.4/site-packages/django/core/handlers/base.py" in _get_response
  185.                 response = wrapped_callback(request, *callback_args, **callback_kwargs)

File "/data/project/fatameh/www/python/venv/lib/python3.4/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
  23.                 return view_func(request, *args, **kwargs)

File "./add_paper/views.py" in profile
  22.     print(Token.objects.get_or_create(user=request.user))

Exception Type: OSError at /profile
Exception Value: [Errno 116] Stale file handle

Event Timeline

Was this temporary? I thought I saw people successfully use fatameh in the past year...

I confirm that the error has disappeared.