RejectedSoftware Forums

Sign up

API documentation on vibed.org is having issues

One particular page of the API documentation keeps throwing bad gateway errors when I try to access it:

502 - Bad Gateway

Connection to upstream server failed: Failed to connect to host 127.0.0.1:8003: 7FA9A7DEBD2C

It's the page for the Json struct:
http://vibed.org/api/vibe.data.json/Json

It happens only on this page, the rest of the site works fine, but it's not the page itself that fails to load: the css, js, etc. files used by the page are failing. Not the same ones every time either. However, the exact same resources load fine from other pages.

Is someone else seeing the same thing?

Re: API documentation on vibed.org is having issues

On Sun, 13 Aug 2017 09:40:35 GMT, Rene Zwanenburg wrote:

One particular page of the API documentation keeps throwing bad gateway errors when I try to access it:

502 - Bad Gateway

Connection to upstream server failed: Failed to connect to host 127.0.0.1:8003: 7FA9A7DEBD2C

It's the page for the Json struct:
http://vibed.org/api/vibe.data.json/Json

It happens only on this page, the rest of the site works fine, but it's not the page itself that fails to load: the css, js, etc. files used by the page are failing. Not the same ones every time either. However, the exact same resources load fine from other pages.

Is someone else seeing the same thing?

Yes, confirmed.

Re: API documentation on vibed.org is having issues

Am 13.08.2017 um 19:57 schrieb Alexey Kulentsov:

On Sun, 13 Aug 2017 09:40:35 GMT, Rene Zwanenburg wrote:

One particular page of the API documentation keeps throwing bad gateway errors when I try to access it:

502 - Bad Gateway

Connection to upstream server failed: Failed to connect to host 127.0.0.1:8003: 7FA9A7DEBD2C

It's the page for the Json struct:
http://vibed.org/api/vibe.data.json/Json

It happens only on this page, the rest of the site works fine, but it's not the page itself that fails to load: the css, js, etc. files used by the page are failing. Not the same ones every time either. However, the exact same resources load fine from other pages.

Is someone else seeing the same thing?
Yes, confirmed.

Thanks for the notice, it was an invalid assertion condition that got
triggered within ddox that killed the process.

Re: API documentation on vibed.org is having issues

On Sun, 13 Aug 2017 22:39:31 +0200, Sönke Ludwig wrote:

Thanks for the notice, it was an invalid assertion condition that got
triggered within ddox that killed the process.

Jup it's working fine now, thanks for looking into it!