1715labs / 1715labs-pfe

Modified version of PFE for use with paid crowds
1715labs-pfe.vercel.app
Apache License 2.0
0 stars 0 forks source link

Secure-image server not receiving mturk assignment params #15

Open tingard opened 3 years ago

tingard commented 3 years ago

Expected behavior

The front-end passes the required query parameters through to the secure image server, allowing workers to authenticate and view private images.

Current behavior

The front-end does not pass the required details, and the response 404s.

Having created a HIT in the worker sandbox pointing to this (1715 labs sandbox) PFE URL

I noticed that in the Javascript console, the image being requested did not have the required mturk query-parameters appended to it (URL of image). This naturally meant the secure image server was not sending back the image as needed, returning a 404 instead.

HIT Type ID: 3WDXCWYEAYPFZ9MDWFJZ5JRW5Z2YJS HIT ID: 3KVQ0UJWQ2KJDE49YKS0YWULUMJW5N

URL to see hit https://workersandbox.mturk.com/projects/3A4WG0MNLYIQEQVBF2W461E5DTYFJB/tasks/3KVQ0UJWQ2KJDE49YKS0YWULUMJW5N

tingard commented 3 years ago

Just spotted that this will be addressed in #9

rogerhutchings commented 3 years ago

Now in #16