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
with "path_start_mode": "closest", i expect start from last position and move to closest path
Actual Behavior
docker images removed after bot shutdowns and not record last position
when its restart will act like "path_start_mode": "first"
Steps to Reproduce
add this line to docker run command -v $(pwd)/data/:/usr/src/app/data/
and got error message dont have right access database
i change folder security access doesnt change the error
if you remove the "--rm" part of the docker run command, it wont "reset" every time, but just stop.
Then if you need to stop: docker stop BOTNAME, or start: docker start BOTNAME
Expected Behavior
{
"type": "FollowPath",
"config": {
"enabled": true,
"walker": "StepWalker",
"path_mode": "loop",
"path_start_mode": "closest",
"path_file": "configs/pathfile.gpx",
"number_lap": 10,
"timer_restart_min": "01:30:00",
"timer_restart_max": "02:00:00"
}
}
with "path_start_mode": "closest", i expect start from last position and move to closest path
Actual Behavior
docker images removed after bot shutdowns and not record last position
when its restart will act like "path_start_mode": "first"
Steps to Reproduce
add this line to docker run command -v $(pwd)/data/:/usr/src/app/data/
and got error message dont have right access database
i change folder security access doesnt change the error
Other Information
OS: Windows 10 - Docker 1.12.0 Stable Build 5968
Branch: master
Git Commit: ae314b6
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: