Skip to content

Commit c7bedec

Browse files
docs: add FAQs section
1 parent 0ea65fb commit c7bedec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,20 @@ docker run \
138138
-v -dev -headless -dldir /download -dltimeout 3 -run /usr/local/bin/save.sh
139139
```
140140

141+
## FAQs
142+
143+
<dl>
144+
<dt>
145+
The container exits complaining <tt>Authentication not possible in -headless mode</tt>
146+
</dt>
147+
<dd>
148+
This usually means that the session has been invalidated, so you have to relogin using a browser.
149+
You can use any browser to relogin: the key point is using the same profile shared with the container.
150+
For an example of containerized browser check https://github.com/davidecavestro/gphotos-cdp-docker/issues/1#issuecomment-2823168106.
151+
</dd>
152+
</dl>
153+
154+
141155
## Image project home
142156

143157
https://github.com/davidecavestro/gphotos-cdp-docker

0 commit comments

Comments
 (0)