ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.23k stars 267 forks source link

Starblocks website doesn't display option for ordering #558

Closed shevah closed 6 years ago

shevah commented 6 years ago

Hi, I would like to test the eclair Android app, but the Starblocks website doesn't seem to work on any browser. It just doesn't display any type of coffee.

Am I missing something?

dpad85 commented 6 years ago

Have you disabled Javascript on your browsers?

shevah commented 6 years ago

No, same happens on mobile and incognito

dpad85 commented 6 years ago

Could you open the developer console (hit F12) on your browser, and check if there is any error output in the console tab?

shevah commented 6 years ago

Yes, I am getting 403 on route /api/product

image

dpad85 commented 6 years ago

Could you open the Network tab, refresh the page and in the list of network requests, click on the product request and then the Response tab?

shevah commented 6 years ago

I do get a CAPTCHA in the first access, apperently this API is behind another CAPTCHA

`<!DOCTYPE html>

Attention Required! | Cloudflare

One more step

Please complete the security check to access starblocks.acinq.co

Why do I have to complete a CAPTCHA?

Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.

What can I do to prevent this in the future?

If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.

If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.

Another way to prevent getting this page in the future is to use Privacy Pass. Check out the browser extension in the Chrome Store.

`

dpad85 commented 6 years ago

We use cloudflare for starblocks, and it looks like you're connecting to starblocks from an ip filtered by cloudflare.

This can happen when you're using a VPN.

shevah commented 6 years ago

Nope, regular IP, further more I access the site through multiple ISP and get this error each time :( I use more sites with cloudflare and they are working flawlessly.

strange.

pm47 commented 6 years ago

I'm closing this as this is not related to eclair.