ego
(Edoardo Ostinelli)
August 20, 2021, 8:56am
1
Cannot scroll the “Activities > Add” menu and see any option below the sentence “Smartphone Cognitive Tests”. It’s not possible to create new activities (e.g. tips).
I have tried clearing the cache, using incognito mode and different browsers (Safari, Chrome). Of course, I have tried using arrows, external mouse, etc. but nothing seems to work.
Met the same issue and solved by a previous post.
curl -XPOST https://admin:YOUR_DB_PASSWORD@YOUR_DB_HOST/activity_spec/_bulk_docs --data '{"docs":[{"_id":"lamp.3d_figure_copy"}, {"_id":"lamp.balloon_risk"}, {"_id":"lamp.breathe"}, {"_id":"lamp.cats_and_dogs"}, {"_id":"lamp.cats_and_dogs_new"}, {"_id":"lamp.dbt_diary_card"}, {"_id":"lamp.digit_span"}, {"_id":"lamp.group"}, {"_id":"lamp.jewels_a"}, {"_id":"lamp.jewels_b"}, {"_id":"lamp.journal"}, {"_id":"lamp.nback"}, {"_id":"lamp.nback_new"}, {"_id":"lamp.pop_the_bubbles"}, {"_id":"lamp.scratch_image"}, {"_id":"lamp.serial7s"}, {"_id":"lamp.simple_memory"}, {"_id":"lamp.spatial_span"}, {"_id":"lamp.spin_wheel"}, {"_id":"lamp.survey"}, {"_id":"lamp.temporal_order"}, {"_id":"lamp.tips"}, {"_id":"lamp.trails_b"}, {"_id":"lamp.trails_b_dot_touch"}, {"_id":"lamp.trails_b_new"}, {"_id":"lamp.visual_association"}]}'
@nicholaide As we’re still working on improving the API Server for the LAMP Platform, you will temporarily need to run this script in a terminal:
curl -XPOST https://admin:YOUR_DB_PASSWORD@YOUR_DB_HOST/activity_spec/_bulk_docs --data '{"docs":[{"_id":"lamp.3d_figure_copy"}, {"_id":"lamp.balloon_risk"}, {"_id":"lamp.breathe"}, {"_id":"lamp.cats_and_dogs"}, {"_id":"lamp.cats_and_dogs_new"}, {"_id":"lamp.dbt_diary_card"}, {"_id":"lamp.digit_span"}, {"_id":"lamp.group"}, {"_id":"lamp.jewels_a"}, {"…
1 Like