Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created January 8, 2024 13:39
Show Gist options
  • Save antoviaque/4ae827b7efb583a36843d1db68f2d527 to your computer and use it in GitHub Desktop.
Save antoviaque/4ae827b7efb583a36843d1db68f2d527 to your computer and use it in GitHub Desktop.
00:01:13 worker.2 | 07/Jan/2024 00:01:13 | ERROR | process=17609 | huey.consumer.Worker | Unhandled exception in worker thread
00:01:13 worker.2 | Traceback (most recent call last):
00:01:13 worker.2 | File "/var/www/.local/share/virtualenvs/accounting-r4BG87nt/lib/python3.6/site-packages/huey/consumer.py", line 177, in process_task
00:01:13 worker.2 | task_value = self.huey.execute(task)
00:01:13 worker.2 | File "/var/www/.local/share/virtualenvs/accounting-r4BG87nt/lib/python3.6/site-packages/huey/api.py", line 367, in execute
00:01:13 worker.2 | result = task.execute()
00:01:13 worker.2 | File "/var/www/.local/share/virtualenvs/accounting-r4BG87nt/lib/python3.6/site-packages/huey/api.py", line 768, in execute
00:01:13 worker.2 | return func(*args, **kwargs)
00:01:13 worker.2 | File "/var/www/.local/share/virtualenvs/accounting-r4BG87nt/lib/python3.6/site-packages/huey/contrib/djhuey/__init__.py", line 93, in inner
00:01:13 worker.2 | return fn(*args, **kwargs)
00:01:13 worker.2 | File "/var/www/accounting/accounting/transferwise/tasks.py", line 43, in send_bulk_payment_csv
00:01:13 worker.2 | bulk_payment_csv = bulk_payment.to_bulk_payment_csv()
00:01:13 worker.2 | File "/var/www/accounting/accounting/transferwise/mixins.py", line 62, in to_bulk_payment_csv
00:01:13 worker.2 | account=recipient_bank_account.identification['account_number'],
00:01:13 worker.2 | KeyError: 'account_number'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment