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

Errors when updating database using make_db.py #22

Open
MForofontov opened this issue Nov 13, 2023 · 0 comments
Open

Errors when updating database using make_db.py #22

MForofontov opened this issue Nov 13, 2023 · 0 comments

Comments

@MForofontov
Copy link

MForofontov commented Nov 13, 2023

CDC FTP server anonymous credentials return an error (Python ftplib.error_perm: 530 Login authentication failed) in python and FileZilla, the other one is CDC FTP changed the file name from trimmed.tfa to alltrimmed.tfa thus returning the file not found.

I made changes to the make_db.py to fix both of the issues, by changing ftplib package to urllib, thus using directly the FTP link to download the right file, avoiding the anonymous authentication issue.
Available at : https://github.com/MForofontov/Fixed_emmtyper_updated_db/blob/main/make_db.py

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

1 participant