Server selection timeout

@andy-thomas-83 were you able to find a solution to this error, experiencing same after upgrading to 13.1.7
File “/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py”, line 208, in _select_servers_loop

raise ServerSelectionTimeoutError(

pymongo.errors.ServerSelectionTimeoutError: No servers found yet

When users access login and access dashboard

Further investigation revealed the error below as the culprit

“/tmp/mako_lms/f1543ed24543a70de2c17ebfc03bb76a/polimix/lms/templates/dashboard/_dashboard_course_listing.html.py”, line 555, in render_body
if course_overview.may_certify() and cert_status:
AttributeError: ‘CourseOverview’ object has no attribute ‘may_certify’

Any help is appreciated

Hi @kaduansere,
I moved your answer to a separate topic, as it’s not directly related to that other one.

Your issue seems to be related with the fact that the may_certify method no longer exists in Maple. I have no idea why.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.