digitalocean / firebolt

Golang framework for streaming ETL, observability data pipeline, and event processing apps
Other
702 stars 50 forks source link

Diagram image in README is broken #6

Closed gonzaloserrano closed 4 years ago

gonzaloserrano commented 4 years ago

Nothing much to add.

taotetek commented 4 years ago

@gonzaloserrano can you tell me what browser, version, and what OS, and maybe attach a screenshot? I can't reproduce this issue and I've tried on firefox and chrome on both windows and linux, and safari and firefox on IOS:

image

gonzaloserrano commented 4 years ago

Chrome for Mac Version 76.0.3809.132 (Official Build) (64-bit)

I tried with incognito window to see if it was some AdBlock extension but the same result.

gonzaloserrano commented 4 years ago

Screenshot 2019-11-14 at 12 31 18

gonzaloserrano commented 4 years ago

Looks like is something related with GitHub itself:

Screenshot 2019-11-14 at 12 32 40

taotetek commented 4 years ago

Interesting. I wonder if it's an issue specific to your location, like a regional cache outage, or possibly firewall rules? We definitely can't reproduce this - the url for the image is loading correctly for us.

gonzaloserrano commented 4 years ago

Yeah must be something from my ISP

➜  ~ curl -vvv https://raw.githubusercontent.com/digitalocean/firebolt/master/coverage_badge.png
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Connection failed
* connect to 127.0.0.1 port 443 failed: Connection refused
* Failed to connect to raw.githubusercontent.com port 443: Connection refused
* Closing connection 0
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

edit: That 127.0.0.1 looks weird. Will check

gonzaloserrano commented 4 years ago

All requests to raw.githubusercontent.com are broken to me. Closing this sorry and sorry for the noise.

gonzaloserrano commented 4 years ago

Figured out it's an issue with the DNS of my ISP that points that domain to 127.0.0.1. Now we need to know why the hell.

gonzaloserrano commented 4 years ago

Looks like the spanish goverment made them do it :-O

taotetek commented 4 years ago

@gonzaloserrano I was starting to wonder if it was related to some github IPs being blocked in Spain. Sorry for all the confusion this caused you!