flavienbwk / Regex101-Offline

Offline dockerized version of Regex101.
4 stars 1 forks source link

No longer works too many requests #1

Open munntjlx opened 10 months ago

munntjlx commented 10 months ago

tried this and it seems to need some kind of delay.

flavienbwk commented 10 months ago

Hi, please try with the flavienb/regex101-offline:latest image, without building (comment the build: line in docker-compose.yml).

munntjlx commented 10 months ago

Agree, but the image has lots of scan issues being that it is 4 years old.


From: Flavien Berwick @.***> Sent: Tuesday, 9 January 2024 16:31 To: flavienbwk/Regex101-Offline Cc: Munn, Thomas (LNG-RDU); Author Subject: Re: [flavienbwk/Regex101-Offline] No longer works too many requests (Issue #1)

External email: use caution

Hi, please try with the flavienb/regex101-offline:latest image, without building (comment the build: line in docker-compose.yml).

— Reply to this email directly, view it on GitHubhttps://github.com/flavienbwk/Regex101-Offline/issues/1#issuecomment-1883829313, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALVIUB66BPAXDFX3MA7OC6LYNWZLNAVCNFSM6AAAAABBTTYLS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTHAZDSMZRGM. You are receiving this because you authored the thread.Message ID: @.***>

flavienbwk commented 9 months ago

This repo uses the official Python 3.7 image. You might want to use 3.11, there are no security issues to fix apart from that (or favor a dedicated Dockerfile that suits your security needs).

I've tried rebuilding it with the 2024 website but it looks like regex101.com has some kind of new security measures and the wget technique doesn't work anymore (connection refused). You might want to use some advanced technique yourself (that requires time to develop) to download files (or hire me to do it).