mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #1033] Bug: CHROME_USER_DATA_DIR env not wokring #2156
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#2156
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 @green1052 on GitHub (Sep 28, 2022).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1033
Describe the bug
CHROME_USER_DATA_DIR env not wokring
Steps to reproduce
follow the step
https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#chrome_user_data_dir
and login
and move to /data/chrome-profile
CHROME_USER_DATA_DIR=/data/chrome-profile
connect webui and archive
Screenshots or log output
web:
ArchiveBox version
@pirate commented on GitHub (Nov 18, 2022):
For future reference / people finding this via google the docs for this are here:
@green1052 commented on GitHub (Nov 19, 2022):
did not work in window profile
only worked linux profile :(
@pirate commented on GitHub (Nov 19, 2022):
Yeah it won't work with a Windows profile because ArchiveBox doesn't support windows really. It only supports docker and the version of the browser that creates the profile needs to match the version archivebox runs.
@Michael-Z-Freeman commented on GitHub (Mar 22, 2023):
Is there a local only way of setting this up or does it have to be done using docker ?
@pirate commented on GitHub (Mar 26, 2023):
Not on windows, but it absolutely works without docker on Linux/BSD/mac. Just follow the README instructions to install and point it to your chrome profile using a local path.
@Michael-Z-Freeman commented on GitHub (Mar 27, 2023):
OK, great. Thanks for that confirmation. However it never manages to work with a Microsoft/Oauth2/ Learning Space login. I'll try and produce some more detailed output of how I have it setup and come back.