mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1051] A server error occurred. Please contact the administrator #3677
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#3677
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @justarmadillo on GitHub (Nov 21, 2022).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1051
Describe the bug
after inserting url and leave everything in default and click on Add URLs and archive button it loads for a few moments then it shows me the message : A server error occurred. Please contact the administrator.
using docker on Windows 11
python 3.11
Steps to reproduce
1.add any url
2. start task
3. shows loading for 7-8 seconds
Screenshots or log output
ArchiveBox version
ArchiveBox v0.6.2
Cpython Windows Windows-10-10.0.22000-SP0 AMD64
IN_DOCKER=False DEBUG=False IS_TTY=True TZ=UTC SEARCH_BACKEND_ENGINE=ripgrep
←[01;37m[i] Dependency versions:←[00;00m
←[01;32m √ ←[00;00m ARCHIVEBOX_BINARY v0.6.2 ←[01;32m valid ←[00;00m C:\Python\Python38\Scripts\archivebox.exe
←[01;32m √ ←[00;00m PYTHON_BINARY v3.11.0 ←[01;32m valid ←[00;00m C:\Python\Python38\python.exe
←[01;32m √ ←[00;00m DJANGO_BINARY v3.1.14 ←[01;32m valid ←[00;00m C:\Python\Python38\Lib\site-packages\django\bin\django-admin.py
←[01;32m √ ←[00;00m CURL_BINARY v7.83.1 ←[01;32m valid ←[00;00m C:\Windows\system32\curl.EXE
←[01;32m √ ←[00;00m WGET_BINARY v1.21.3 ←[01;32m valid ←[00;00m C:\Windows\system32\wget.EXE
←[01;32m √ ←[00;00m NODE_BINARY v18.12.1 ←[01;32m valid ←[00;00m D:\Downloads\Programs\nodejs\node.EXE
←[01;31m X ←[00;00m SINGLEFILE_BINARY ? ←[01;31m invalid ←[00;00m single-file
←[01;31m X ←[00;00m READABILITY_BINARY ? ←[01;31m invalid ←[00;00m readability-extractor
←[01;31m X ←[00;00m MERCURY_BINARY ? ←[01;31m invalid ←[00;00m mercury-parser
←[01;31m X ←[00;00m GIT_BINARY ? ←[01;31m invalid ←[00;00m git
←[01;32m √ ←[00;00m YOUTUBEDL_BINARY v2021.12.17 ←[01;32m valid ←[00;00m C:\Python\Python38\Scripts\youtube-dl.EXE
←[01;33m - ←[00;00m CHROME_BINARY - ←[01;33m disabled ←[00;00m
←[01;31m X ←[00;00m RIPGREP_BINARY ? ←[01;31m invalid ←[00;00m rg
←[01;37m[i] Source-code locations:←[00;00m
←[01;32m √ ←[00;00m PACKAGE_DIR 23 files ←[01;32m valid ←[00;00m C:\Python\Python38\Lib\site-packages\archivebox
←[01;32m √ ←[00;00m TEMPLATES_DIR 3 files ←[01;32m valid ←[00;00m C:\Python\Python38\Lib\site-packages\archivebox\templates
←[01;33m - ←[00;00m CUSTOM_TEMPLATES_DIR - ←[01;33m disabled ←[00;00m
←[01;37m[i] Secrets locations:←[00;00m
←[01;33m - ←[00;00m CHROME_USER_DATA_DIR - ←[01;33m disabled ←[00;00m
←[01;33m - ←[00;00m COOKIES_FILE - ←[01;33m disabled ←[00;00m
←[01;37m[i] Data locations:←[00;00m
←[01;33m[!] Warning: Missing 5 recommended dependencies←[00;00m
! SINGLEFILE_BINARY: single-file (unable to detect version)
←[01;35mHint:←[00;00m To install all packages automatically run: archivebox setup
or to disable it and silence this warning: archivebox config --set SAVE_SINGLEFILE=False
@pirate commented on GitHub (Nov 23, 2022):
Im sorry I can't provide support for CyPython/windows environments. There are too many edge cases and unsupported dependencies on windows and I don't have a windows machine myself so it's a lot of work to try to reproduce.
I'll leave the ticket open for a little bit in case anyone else has suggestions, on the meantime I recommend Docker/a Linux VM instead.