ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
36 stars 34 forks source link

life-without-casset: 404 page when using "As Learner" feature of LTI test provider #295

Closed zachberry closed 9 years ago

zachberry commented 9 years ago
  1. Go to /lti/test/provider
  2. Click 'As Instructor' to setup a widget
  3. Select a widget, the LTI Assignment URL should change
  4. Click 'As Learner'

Result: 404 Page

jaxbot commented 9 years ago

Seems to be related to changes in the user model

jaxbot commented 9 years ago

Here's what I've dug up:

controller/lti.php#58 is being called just fine with the play ID The route to embed/$id is failing with a 404, and no trace statements are showing up in the widget controller. If embed/$id is called from the browser, everything works and all trace statements in widget.php are printed.

I have no idea why this is happening.

zachberry commented 9 years ago

I came to the same conclusion