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

BUG: Error after first scarpe job completed and db_worker module is called when DB backup is not imported #147

Closed
vfedotovs opened this issue Oct 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@vfedotovs
Copy link
Owner

File "/./app/main.py", line 15, in
from app.wsmodules.db_worker import db_worker_main
File "/./app/wsmodules/db_worker.py", line 575, in
db_worker_main()
File "/./app/wsmodules/db_worker.py", line 76, in db_worker_main
update_dlv_in_db_table(to_increment_msg_data, todays_date)
File "/./app/wsmodules/db_worker.py", line 489, in update_dlv_in_db_table
for k, v in data.items():
AttributeError: 'NoneType' object has no attribute 'items'

@vfedotovs vfedotovs added the bug Something isn't working label Oct 1, 2022
vfedotovs added a commit that referenced this issue Mar 13, 2023
…-data-is-empty

Fix GH-147-issue-error-when-passed-data-is-empty
@vfedotovs
Copy link
Owner Author

Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant