noxone / regex-generator

Generate regular expressions from sample texts.
https://regex-generator.olafneumann.org
MIT License
392 stars 67 forks source link

Coffee Error #408

Open twhlynch opened 1 year ago

twhlynch commented 1 year ago

An error occurred with these details:

noxone commented 1 year ago

Hi, do you have some more information, when this happens? What did you do to get this error message?

twhlynch commented 1 year ago

Tested a bit. it seems to be happening any time I open the coffee popup. once per page reload.

Uncaught DOMException: Blocked a frame with origin "https://regex-generator.olafneumann.org" from accessing a cross-origin frame.
    at HTMLIFrameElement.<anonymous> (https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js:1:4901)

looks like a cors issue.

noxone commented 1 year ago

hm, thank you for the hint. I need to find a solution how to enable that for github :\

Seems then to be the same problem as #407

twhlynch commented 1 year ago

Was this issue fixed? Looking at the site it doesn't have the error anymore.

noxone commented 11 months ago

Well, not really. I just disabled my global error handler...