Skip to content
Henning Merklinger edited this page Feb 21, 2022 · 12 revisions

FAQ - Frequently Asked Questions

1. I am getting Error 403 all the time.

If you receive this error you exceeded the request rate limit of the too good to go API. This results in a temporary ban, so try again later.

To solve the issue make sure you are using the latest version of the tgtg-scanner and use a higher sleepTime (config.ini) or SLEEP_TIME (environment variable). A sleep time at about 60 seconds seems to be fine. Lower values may result in a temporary ban.

2. How do I setup the tgtg-scanner in the Synology DSM Docker app?

Create the container as described in the official documentation Creating a Container. Setup the environment as described in the docker-compose.yml. You don't have to setup any volumes. The container will create a volume for persistent storage of your tgtg credentials by itself.

Clone this wiki locally