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
One of the courses I took still shows a grade as "未公佈". This causes the following AssertionError:
Traceback (most recent call last):
File "/tmp2/b05902094/ceiba-dl/ceiba-dl.py", line 243, in <module>
exit(0 if args.func(args, config) else 1)
File "/tmp2/b05902094/ceiba-dl/ceiba-dl.py", line 139, in run_get
succeeded = succeeded and get.run(path, retry=args.retry,
File "/tmp2/b05902094/ceiba-dl/ceiba_dl/__init__.py", line 387, in run
return self.download_file(path, retry + 1,
File "/tmp2/b05902094/ceiba-dl/ceiba_dl/__init__.py", line 232, in download_file
if not self.download_file(child_path, retry, dcb, ecb):
File "/tmp2/b05902094/ceiba-dl/ceiba_dl/__init__.py", line 232, in download_file
if not self.download_file(child_path, retry, dcb, ecb):
File "/tmp2/b05902094/ceiba-dl/ceiba_dl/__init__.py", line 232, in download_file
if not self.download_file(child_path, retry, dcb, ecb):
[Previous line repeated 1 more time]
File "/tmp2/b05902094/ceiba-dl/ceiba_dl/__init__.py", line 214, in download_file
node = self.vfs.open(path)
File "/tmp2/b05902094/ceiba-dl/ceiba_dl/vfs.py", line 40, in open
work.fetch()
File "/tmp2/b05902094/ceiba-dl/ceiba_dl/vfs.py", line 2118, in fetch
assert grade['grade'] == grade_row_grade
AssertionError
The text was updated successfully, but these errors were encountered:
One of the courses I took still shows a grade as "未公佈". This causes the following AssertionError:
The text was updated successfully, but these errors were encountered: