Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion Error happen when enter 作業區 #14

Open
Wilson1211 opened this issue May 3, 2020 · 1 comment
Open

Assertion Error happen when enter 作業區 #14

Wilson1211 opened this issue May 3, 2020 · 1 comment

Comments

@Wilson1211
Copy link

Traceback (most recent call last):
File "/usr/local/bin/ceiba-dl", line 243, in
exit(0 if args.func(args, config) else 1)
File "/usr/local/bin/ceiba-dl", line 141, in run_get
end_download_callback=end_callback)
File "/usr/local/lib/python3.5/site-packages/ceiba_dl/init.py", line 388, in run
download_progress_callback, end_download_callback)
File "/usr/local/lib/python3.5/site-packages/ceiba_dl/init.py", line 232, in download_file
if not self.download_file(child_path, retry, dcb, ecb):
File "/usr/local/lib/python3.5/site-packages/ceiba_dl/init.py", line 232, in download_file
if not self.download_file(child_path, retry, dcb, ecb):
File "/usr/local/lib/python3.5/site-packages/ceiba_dl/init.py", line 214, in download_file
node = self.vfs.open(path)
File "/usr/local/lib/python3.5/site-packages/ceiba_dl/vfs.py", line 40, in open
work.fetch()
File "/usr/local/lib/python3.5/site-packages/ceiba_dl/vfs.py", line 1493, in fetch
['br'] * len(hw_show_description_element)
AssertionError

@lantw44
Copy link
Owner

lantw44 commented May 23, 2020

Since you hit an assertion error, it will be nice to know values of variables used inside the line of assert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants