Unexpected response from Airnotifier Server in Moodle 3.3

Unexpected response from Airnotifier Server in Moodle 3.3

על ידי Jason Touw בתאריך
מספר תגובות: 1

I just upgraded from Moodle 3.1 to 3.3.  On the Notification preferences page, I am getting this error in the header:

Unexpected response from the Airnotifier server: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1390, in _execute result = self.prepare() File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 2103, in prepare raise HTTPError(self._status_code) HTTPError: HTTP 404: Not Found
  • line 173 of \message\output\airnotifier\classes\manager.php: call to debugging()
  • line 92 of \message\output\airnotifier\classes\manager.php: call to message_airnotifier_manager->create_token()
  • line 153 of \message\output\airnotifier\message_output_airnotifier.php: call to message_airnotifier_manager->get_user_devices()
  • line 150 of \message\classes\output\preferences\notification_list.php: call to message_output_airnotifier->config_form()
  • line 220 of \message\renderer.php: call to core_message\output\preferences\notification_list->export_for_template()
  • line 75 of \message\notificationpreferences.php: call to core_message_renderer->render_user_notification_preferences()
Unexpected response from the Airnotifier server: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1390, in _execute result = self.prepare() File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 2103, in prepare raise HTTPError(self._status_code) HTTPError: HTTP 404: Not Found
  • line 173 of \message\output\airnotifier\classes\manager.php: call to debugging()
  • line 92 of \message\output\airnotifier\classes\manager.php: call to message_airnotifier_manager->create_token()
  • line 153 of \message\output\airnotifier\message_output_airnotifier.php: call to message_airnotifier_manager->get_user_devices()
  • line 150 of \message\classes\output\preferences\notification_list.php: call to message_output_airnotifier->config_form()
  • line 220 of \message\renderer.php: call to core_message\output\preferences\notification_list->export_for_template()
  • line 75 of \message\notificationpreferences.php: call to core_message_renderer->render_user_notification_preferences()
Unexpected response from the Airnotifier server: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1390, in _execute result = self.prepare() File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 2103, in prepare raise HTTPError(self._status_code) HTTPError: HTTP 404: Not Found
  • line 173 of \message\output\airnotifier\classes\manager.php: call to debugging()
  • line 92 of \message\output\airnotifier\classes\manager.php: call to message_airnotifier_manager->create_token()
  • line 153 of \message\output\airnotifier\message_output_airnotifier.php: call to message_airnotifier_manager->get_user_devices()
  • line 150 of \message\classes\output\preferences\notification_list.php: call to message_output_airnotifier->config_form()
  • line 220 of \message\renderer.php: call to core_message\output\preferences\notification_list->export_for_template()
  • line 75 of \message\notificationpreferences.php: call to core_message_renderer->render_user_notification_preferences()
Has anyone else experienced this issue?


Thanks!

ממוצע דרוגים: -
בתגובה ל: Jason Touw

Re: Unexpected response from Airnotifier Server in Moodle 3.3

על ידי Juan Leyva בתאריך
תמונה של Core developers תמונה של Moodle HQ תמונה של Plugin developers תמונה של Testers

Hi,

in 3.2 we introduce some debugging in the notifications preference so maybe this error was always there but you've started to notice it right now.

Can you check if you are using the Airnotifier version indicated here? https://docs.moodle.org/33/en/Mobile_app_notifications#Installing_your_own_notifications_infrastructure

Juan