inceabdullah
inceabdullah
The same issue, AWS lambda console says: `Task timed out after 3.00 seconds` ```javascript const result = await mysql.query(`INSERT INTO ${MySqlInfo.TableName} ( DEVICE_ID, IP, COUNTRY, STATE, DEVICE_WIDTH, DEVICE_HEIGHT, WEBVIEW_WIDTH, TIME,...
> I changed line 114 and 115 as below and it seems worked for me. Disclaimer: I did not do a regression test on the code. > > ``` >...
> @raxod502 apologize for my wordings, I mean how is your mitmproxy capture setup? I thing with the param `-s` like: `-s mitmpcap.py` but I always set `save.py` also.
> Looks like we are trying to bump to bookworm. I did #347
Please pass host users into the container like ```bash docker run -v /etc/passwd:/etc/passwd -u `id -u`:`id -g` -v `pwd`:`pwd` -it --rm --net host --name wetty wettyoss/wetty ``` ---- For other...