Buckets:
| > /usr/local/bin/archivebox add https://mathraining.be; TS=2026-05-20__05:02:03 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| Exception in archive_methods.save_htmltotext(Link(url=https://mathraining.be)) command=/usr/local/bin/archivebox add https://mathraining.be; ts=2026-05-20__05:02:51 | |
| cannot access local variable 'cmd' where it is not associated with a value | |
| > /usr/local/bin/archivebox server --port 7860 --quick-init 0.0.0.0; TS=2026-05-20__05:04:05 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox add https://mathraining.be; TS=2026-05-20__05:04:17 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --port 7860 --quick-init 0.0.0.0; TS=2026-05-20__05:04:24 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox add https://mathraining.be; TS=2026-05-20__05:08:12 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-05-20__05:08:23 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-05-20__05:08:23 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-05-20__05:08:27 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| Internal Server Error: /admin/login/ | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py", line 84, in _execute | |
| return self.cursor.execute(sql, params) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/backends/sqlite3/base.py", line 413, in execute | |
| return Database.Cursor.execute(self, query, params) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| sqlite3.OperationalError: attempt to write a readonly database | |
| The above exception was the direct cause of the following exception: | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.11/site-packages/django/core/handlers/exception.py", line 47, in inner | |
| response = get_response(request) | |
| ^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response | |
| response = wrapped_callback(request, *callback_args, **callback_kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/views/decorators/cache.py", line 44, in _wrapped_view_func | |
| response = view_func(request, *args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/contrib/admin/sites.py", line 410, in login | |
| return LoginView.as_view(**defaults)(request) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/views/generic/base.py", line 70, in view | |
| return self.dispatch(request, *args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/utils/decorators.py", line 43, in _wrapper | |
| return bound_method(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/views/decorators/debug.py", line 89, in sensitive_post_parameters_wrapper | |
| return view(request, *args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/utils/decorators.py", line 43, in _wrapper | |
| return bound_method(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/utils/decorators.py", line 130, in _wrapped_view | |
| response = view_func(request, *args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/utils/decorators.py", line 43, in _wrapper | |
| return bound_method(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/views/decorators/cache.py", line 44, in _wrapped_view_func | |
| response = view_func(request, *args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/contrib/auth/views.py", line 63, in dispatch | |
| return super().dispatch(request, *args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/views/generic/base.py", line 98, in dispatch | |
| return handler(request, *args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/views/generic/edit.py", line 142, in post | |
| return self.form_valid(form) | |
| ^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/contrib/auth/views.py", line 92, in form_valid | |
| auth_login(self.request, form.get_user()) | |
| File "/usr/local/lib/python3.11/site-packages/django/contrib/auth/__init__.py", line 108, in login | |
| request.session.cycle_key() | |
| File "/usr/local/lib/python3.11/site-packages/django/contrib/sessions/backends/base.py", line 344, in cycle_key | |
| self.create() | |
| File "/usr/local/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 55, in create | |
| self.save(must_create=True) | |
| File "/usr/local/lib/python3.11/site-packages/django/contrib/sessions/backends/db.py", line 87, in save | |
| obj.save(force_insert=must_create, force_update=not must_create, using=using) | |
| File "/usr/local/lib/python3.11/site-packages/django/db/models/base.py", line 753, in save | |
| self.save_base(using=using, force_insert=force_insert, | |
| File "/usr/local/lib/python3.11/site-packages/django/db/models/base.py", line 790, in save_base | |
| updated = self._save_table( | |
| ^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/models/base.py", line 895, in _save_table | |
| results = self._do_insert(cls._base_manager, using, fields, returning_fields, raw) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/models/base.py", line 933, in _do_insert | |
| return manager._insert( | |
| ^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/models/manager.py", line 85, in manager_method | |
| return getattr(self.get_queryset(), name)(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/models/query.py", line 1254, in _insert | |
| return query.get_compiler(using=using).execute_sql(returning_fields) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/models/sql/compiler.py", line 1397, in execute_sql | |
| cursor.execute(sql, params) | |
| File "/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py", line 66, in execute | |
| return self._execute_with_wrappers(sql, params, many=False, executor=self._execute) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers | |
| return executor(sql, params, many, context) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py", line 79, in _execute | |
| with self.db.wrap_database_errors: | |
| File "/usr/local/lib/python3.11/site-packages/django/db/utils.py", line 90, in __exit__ | |
| raise dj_exc_value.with_traceback(traceback) from exc_value | |
| File "/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py", line 84, in _execute | |
| return self.cursor.execute(sql, params) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/usr/local/lib/python3.11/site-packages/django/db/backends/sqlite3/base.py", line 413, in execute | |
| return Database.Cursor.execute(self, query, params) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| django.db.utils.OperationalError: attempt to write a readonly database | |
| "POST /admin/login/ HTTP/1.1" 500 145 | |
| > /usr/local/bin/archivebox add https://mathraining.be; TS=2026-05-20__06:38:15 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-05-20__06:38:19 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-05-20__06:38:19 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-05-20__06:38:21 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox add https://mathraining.be; TS=2026-07-11__02:19:43 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-07-11__02:19:47 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-07-11__02:19:47 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
| > /usr/local/bin/archivebox server --quick-init 0.0.0.0:7860; TS=2026-07-11__02:19:48 VERSION=0.7.4 IN_DOCKER=True IS_TTY=False | |
Xet Storage Details
- Size:
- 9.11 kB
- Xet hash:
- cc6a9d62db568714863388037fe093fca1b65170a40689a251ca34b19b07d3dd
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.