developmentseed / bioacoustics-frontend

Frontend code for the Google Bioacoustics project that's used by A2O Search
https://search.acousticobservatory.org/
MIT License
1 stars 0 forks source link

Uploading a file does not appear to work in Firefox #156

Closed atruskie closed 11 months ago

atruskie commented 11 months ago

When I use the search, and upload a file, in Chrome/Edge, the search works successfully.

image

In Firefox however, the results never load.

image

Firefox version: 118.0.1 OS: Windows

It looks like the embed request is cancelled:

image

LanesGood commented 11 months ago

@atruskie is the A2O api down? I'm testing the "I'm feeling lucky" option on both Firefox and Chrome, and I see the below errors. I also am not able to load any page on data.acousticobservatory.org; /listen gives me a 502 Bad Gateway

504: GET | https://api.bioacoustics.ds.io/api/v1/a2o/audio_recordings/download/flac/548300?start_offset=750&end_offset=755 504: GET /api/v1/a2o/sites/?direction=asc&items=341&order_by=name HTTP/2 504: GET /api/v1/capabilities/ HTTP/2 500: GET https://api.bioacoustics.ds.io/api/v1/a2o/sites/?direction=asc&items=341&order_by=name

On a different "I'm feeling lucky", 504: GET https://api.bioacoustics.ds.io/api/v1/a2o/sites/?direction=asc&items=341&order_by=name 500: GET https://api.bioacoustics.ds.io/api/v1/a2o/sites/?direction=asc&items=341&order_by=name 504: GET https://api.bioacoustics.ds.io/api/v1/a2o/audio_recordings/download/flac/548300?start_offset=750&end_offset=755

atruskie commented 11 months ago

@LanesGood unfortunately, yeah it is down. I sent a ticket to our vendor, but since it went down sometime overnight and it's now our weekend, don't expect it to recover until (my) Monday.

If it is any consolation, the service was up when I filed this issue.