Official discussion thread for Under the web. Please do not post any spoilers or big hints.
if you get an error on startup indicating something like that the application is not able to load dynamic library, open start.sh and do the following:
replace this:
php -S 0.0.0.0:8000 -dextension=./metadata_reader.so
with this:
php -S 0.0.0.0:8000 -dlextension=./metadata_reader.so
Please note the -dlextension=