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

Error in configuration #27

Open
insanejokerhaha opened this issue Mar 3, 2018 · 3 comments
Open

Error in configuration #27

insanejokerhaha opened this issue Mar 3, 2018 · 3 comments

Comments

@insanejokerhaha
Copy link

When I try to reconfigure, there are issues with menu.py . It fails every time. If I choose to ignore, the following steps also throw exceptions like this. And the traceback is shown below. Could you please help me with that?

*** Exception processing menu 'Models' option 'i (Install) ***
Exception: not a bzip2 file
Traceback (most recent call last):
File "/home/zhanghao/MscProject/jbjorne-TEES-1125ab0/Utils/Menu.py", line 229, in _runHandler
handler(*handlerArgs)
File "/home/zhanghao/MscProject/jbjorne-TEES-1125ab0/Utils/Download.py", line 103, in downloadAndExtract
return extractPackage(downloadFile, extractPath, packagePath)
File "/home/zhanghao/MscProject/jbjorne-TEES-1125ab0/Utils/Download.py", line 78, in extractPackage
package = opener(path, mode)
File "/usr/lib/python2.7/tarfile.py", line 1691, in open
return func(name, filemode, fileobj, **kwargs)
File "/usr/lib/python2.7/tarfile.py", line 1780, in bz2open
raise ReadError("not a bzip2 file")
ReadError: not a bzip2 file

==================================== Error ====================================
There was an error processing the menu option. Please choose whether to quit or
continue

i) Ignore and continue
  • q) Quit
    ================================================================================
@jbjorne
Copy link
Owner

jbjorne commented Mar 3, 2018

The problem is that the model package wasn't downloaded correctly, so it cannot be unpacked (resulting in the "not a bzip2 file" error). The models are downloaded from SourceForge which seems to be having some server issues at the moment, hopefully the situation will be resolved soon.

@jbjorne
Copy link
Owner

jbjorne commented Oct 16, 2019 via email

@pikapika505
Copy link

pikapika505 commented Oct 16, 2019 via email

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

3 participants