MrPrimate / tokenizer

Tiny yet capable in-game token editor for Foundry VTT
MIT License
29 stars 26 forks source link

Remove proxy that is causing a failure for me #22

Closed jschoudt closed 3 years ago

jschoudt commented 3 years ago

The proxy https://proxy.iungimus.de/get/ was failing for me. I couldn't find where in the version history for this file that this was added. I suspect it was added in 1.0.11 to improve performance. There was a warning there as well:

Switched to my own CORS proxy to speed up loading times. Whoever may be tempted: Please do not abuse the server, or I will need to take it offline - thank you for your understanding

I suspect that either I've been blocked or the original author's proxy has been shut down.

Removing this proxy and running the module from my fork seemed to resolve my issues. I'm not sure what other issues might arise.

Failure example:

curl -vvv -m 10 "https://proxy.iungimus.de/get/https://avatars.githubusercontent.com/u/1143633"
*   Trying 46.101.229.30:443...
* TCP_NODELAY set
* Connection timed out after 10001 milliseconds
* Closing connection 0
curl: (28) Connection timed out after 10001 milliseconds
MrPrimate commented 3 years ago

Hi thanks for this, I will actually release a change which will still support proxying DDB images.