You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get rid of a cookie consent modal when archiving by giving singlefile a cookies file (which itself contains a cookie to tell the site that cookies were denied).
While it works when using singlefile locally
docker run --rm -v $(pwd):/usr/src/app/out singlefile "https://example.org" --browser-cookies-file=/usr/src/app/out/cookies.txt singlefile.html
I'm not sure where I should put my cookies file in ArchiveBox nor which path I should set in SINGLEFILE_ARGS. Currently the file resides in /data in ArchiveBox's Docker container and ArchiveBox.conf contains
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get rid of a cookie consent modal when archiving by giving singlefile a cookies file (which itself contains a cookie to tell the site that cookies were denied).
While it works when using singlefile locally
I'm not sure where I should put my cookies file in ArchiveBox nor which path I should set in
SINGLEFILE_ARGS. Currently the file resides in/datain ArchiveBox's Docker container andArchiveBox.confcontainsbut it looks like singlefile ignores it and I haven't found how to make it print debug information when running it inside ArchiveBox.
Beta Was this translation helpful? Give feedback.
All reactions