Open GrandDuke1106 opened 10 months ago
I have added support for disabling of validation for game records into the feature/disable-game-detail-validation
branch. Could you try the following command in the feature/disable-game-detail-validation
branch?
DOT_AWS_DIR=${DOT_AWS_DIR} AWS_PROFILE=${AWS_PROFILE} MAHJONGSOUL_SNIFFER_GAME_DETAIL_DISABLE_VALIDATION=1 docker compose up
Before starting, need to change something in the game-detail-crawler/crawler.Dockerfile
file
On line 17
pip3 install -U pip && pip3 install -U \
boto3 \
jsonschema \
mitmproxy \
pyyaml \
redis \
selenium && \
need to change it to the following
pip3 install -U pip && pip3 install -U \
boto3 \
jsonschema \
mitmproxy==7.0.3 \
pyyaml \
redis \
selenium \
Werkzeug==2.2.2 && \
No further problems at this time
Sometimes it fails to fetch Solved by restarting the container at regular intervals currently
I have now collected over 10 million game information through game-abstract-crawler and now I am trying to use game-detail-crawler to get detailed information to use in kanachan training. But there is a little problem with the Archiver of game-detail-crawler, probably because the acquired game information is too new.
For example, the error message above basically occurs on every record.
And this error message comes up frequently
May I ask how this situation can be resolved?