Closed plumleytristan closed 2 months ago
Hi plumleytristan,
The working directories when you run the command scsd_auth
and crontab triggers are different. One is /
and the other one is /user
. So ./data
points to different location. Changing the save_dir
in config file to /data
shall solve this issue.
Thanks, that worked.
I was using the example conf file template here:
https://github.com/pyscsd/steamCloudSaveDownloader/blob/master/scsd.conf.sample
and the instructions here:
https://github.com/pyscsd/steamCloudSaveDownloader/tree/master#volumes
so i assumed they were both referring to the same location.
Thank you!
Glad to be of help 😄.
Describe the bug Session doesn't persist after container restart
To Reproduce Steps to reproduce the behavior: Running scsd container:
Using scsd.conf:
container starts and reads config properly:
after restarting the container, session doesnt exist:
When manually running it right after re-authenticating, it seems to skip pulling the scsd.conf yet is capable of using the saved session: I'm assuming i had to add a flag to import the config on the manual run, probably not an issue.
data/scsd.log:
Expected behavior (from the readme):