NCATSTranslator / minihackathons

MIT License
5 stars 5 forks source link

ARAX queries show 0 results in Chrome #373

Open jh111 opened 2 years ago

jh111 commented 2 years ago

ARAX shows different answers in Firefox than Chrome. For example, Query C1 shows the following results.

Firefox shows image

Chrome shows image

edeutsch commented 2 years ago

It looks like the master UUID can be pulled up with this: https://arax.ncats.io/?r=57562ed8-edd0-4aa4-bfd0-d87f040de56e

When I run on Firefox and Chrome, I get the same:

Firefox: image

Chrome: image

In your case, maybe one was loaded before the asyncquery was done?

I am not able to reproduce the issue.

isbluis commented 2 years ago

As @edeutsch , I also get the same results in both browsers.

Is it possible that the queries were still running when the Chrome screenshot was taken? If so, it may be that ARS was confused and returned a "Done" status prematurely. As Eric mentioned, this may happen with asyncqueries.

Do you still see this behavior, @jh111 ?

jh111 commented 2 years ago

@edeutsch @isbluis I now see the full results using that link. When I start a new query, it correctly shows "Asynchronous answering of query underway". If I can reproduce the status where it's says Done prematurely I'll reopen and include the ARS link. Otherwise I'll close this for now.