You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Steps to reproduce the behavior:
Login and click on the Refresh Button Expected behavior
The L2P-Program should show me all my Moodle Rooms.
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Additional context
I think SyncMyL2P sends a wrong API request:
GET Request in version 2.4.2 (Working version):
GET /proxy/api/v2/eLearning/Moodle/getmyenrolledcourses?token=XXX&semester_offset=0 HTTP/1.1
Host: moped.ecampus.rwth-aachen.de
Connection: close
Accept-Encoding: gzip, deflate
Accept-Language: de-DE,en,*
User-Agent: Mozilla/5.0
GET Request in 2.5.1:
GET /proxy/api/v2/eLearning/Moodle/getmyenrolledcourses?token=XXX&semesterOffset=0 HTTP/1.1
Host: moped.ecampus.rwth-aachen.de
Connection: close
Accept-Encoding: gzip, deflate
Accept-Language: de-DE,en,*
User-Agent: Mozilla/5.0
Possible Solution
Here you can clearly see that the GET-Parameter "semester offset" differ in the spelling. I think a correction should solve the bug.
The text was updated successfully, but these errors were encountered:
Thank you for bringing this to our attention.
However the parameters semester_offset and semesterOffset are accepted equally.
I think your problem might be the semesterOffset is set to 0, this requests only a currently active courses.
Please go to the options tab and untick "Only show courses for the current semester" then go back and Update again - you should get the complete list of every Moodle course you attended
Nothing happens if i click on the refresh button.
To Reproduce
Steps to reproduce the behavior:
Login and click on the Refresh Button
Expected behavior
The L2P-Program should show me all my Moodle Rooms.
Screenshots
Desktop (please complete the following information):
Additional context
I think SyncMyL2P sends a wrong API request:
GET Request in version 2.4.2 (Working version):
GET /proxy/api/v2/eLearning/Moodle/getmyenrolledcourses?token=XXX&semester_offset=0 HTTP/1.1
Host: moped.ecampus.rwth-aachen.de
Connection: close
Accept-Encoding: gzip, deflate
Accept-Language: de-DE,en,*
User-Agent: Mozilla/5.0
GET Request in 2.5.1:
GET /proxy/api/v2/eLearning/Moodle/getmyenrolledcourses?token=XXX&semesterOffset=0 HTTP/1.1
Host: moped.ecampus.rwth-aachen.de
Connection: close
Accept-Encoding: gzip, deflate
Accept-Language: de-DE,en,*
User-Agent: Mozilla/5.0
Possible Solution
Here you can clearly see that the GET-Parameter "semester offset" differ in the spelling. I think a correction should solve the bug.
The text was updated successfully, but these errors were encountered: