@figue, i've sent you an email, ill continue over there. ty
Search Criteria
Package Details: seahub 11.0.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/seahub.git (read-only, click to copy) |
---|---|
Package Base: | seahub |
Description: | The web frontend for seafile server |
Upstream URL: | https://github.com/haiwen/seahub |
Licenses: | Apache |
Submitter: | eolianoe |
Maintainer: | Joffrey |
Last Packager: | Joffrey |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-03 09:48 (UTC) |
Last Updated: | 2024-11-14 17:03 (UTC) |
Dependencies (29)
- gunicorn
- python-bleach
- python-cffi
- python-chardet
- python-dateutil
- python-django
- python-django-formtoolsAUR
- python-django-picklefield
- python-django-rest-framework
- python-django-saml2AUR
- python-django-simple-captchaAUR
- python-django-statici18nAUR
- python-django-webpack-loaderAUR
- python-future
- python-ldap
- python-markdown
- python-mysqlclient
- python-openpyxl
- python-pillow
- python-pycryptodome
- Show 9 more dependencies...
Required by (0)
Sources (4)
ChuckHL commented on 2024-12-16 17:17 (UTC)
figue commented on 2024-12-15 10:54 (UTC)
@ChuckHL I'm running python-django 5.1.2-1, libsearpc 2:3.3.0-4 and Seahub 11.0.13-1 with no particular issues. You can reach me by email, I'll try to help you.
ChuckHL commented on 2024-12-15 02:20 (UTC) (edited on 2024-12-15 04:20 (UTC) by ChuckHL)
Sadly I got tired of waiting, looking for alternatives now. Some sort of acknowledgement message would have been greatly appreciated... At least that way i would know that there might be a fix in the future....
ChuckHL commented on 2024-12-09 05:03 (UTC)
I have not been able to resolve my issue even after rolling back to version 4.2.12... Has anyone seen @Joffrey?
mqs commented on 2024-12-04 16:39 (UTC)
@ChuckHL I needed to downgrade django to 4.2.12 as well, but I had a different error. I'm also running seahub 11.0.9 (no particular reason though, just too lazy to update). Now everything works.
For reference, the error I solved by downgrading django was:
[... stacktrace ...]
django.db.utils.OperationalError: database is locked
But checking again, this error was recorded slightly before my last update and seahub was just not starting at all without producing any logs, so the above message might be a different problem entirely.
ChuckHL commented on 2024-12-01 15:54 (UTC)
Any suggestions would be greatly appreciated
ChuckHL commented on 2024-11-26 00:14 (UTC)
I've downgraded to version 4.2.12 but that did not fix it. The same error persists.....
ChuckHL commented on 2024-11-20 17:26 (UTC)
python-django was upgraded from 4.2.12 to 5.1.2.
Should i reinstall version 4.2.12 from cache and rebuild seafile/seahub?
ChuckHL commented on 2024-11-20 16:11 (UTC) (edited on 2024-11-20 17:10 (UTC) by ChuckHL)
Any help would be greatly appreciated.
Regards
As a side note: I did recompile seafile, seahub, and all the aur packages they depend on and reinstalled them.
ChuckHL commented on 2024-11-20 16:11 (UTC)
2024-11-20 16:10:21,136 [ERROR] django.request:248 log_response Internal Server Error: /accounts/login/ Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/pysearpc/named_pipe.py", line 85, in _get_transport transport = self._pool.get(False) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/queue.py", line 168, in get raise Empty _queue.Empty
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, callback_args, callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/django/utils/decorators.py", line 188, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/django/utils/decorators.py", line 186, in _view_wrapper response = view_func(request, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/seafile/seafile-server/seahub/seahub/auth/views.py", line 127, in login if form.is_valid(): ^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/django/forms/forms.py", line 197, in is_valid return self.is_bound and not self.errors ^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/django/forms/forms.py", line 192, in errors self.full_clean() File "/usr/lib/python3.12/site-packages/django/forms/forms.py", line 326, in full_clean self._clean_form() File "/usr/lib/python3.12/site-packages/django/forms/forms.py", line 342, in _clean_form cleaned_data = self.clean() ^^^^^^^^^^^^ File "/usr/share/seafile/seafile-server/seahub/seahub/auth/forms.py", line 59, in clean user = User.objects.get(email=email) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/seafile/seafile-server/seahub/seahub/base/accounts.py", line 280, in get emailuser = ccnet_threaded_rpc.get_emailuser(email) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pysearpc/client.py", line 125, in newfunc ret_str = self.call_remote_func_sync(fcall_str) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pysearpc/named_pipe.py", line 97, in call_remote_func_sync transport = self._get_transport() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pysearpc/named_pipe.py", line 87, in _get_transport transport = self._create_transport() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pysearpc/named_pipe.py", line 80, in _create_transport transport.connect() File "/usr/lib/python3.12/site-packages/pysearpc/named_pipe.py", line 44, in connect self.pipe.connect(self.socket_path) FileNotFoundError: [Errno 2] No such file or directory
Pinned Comments