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

There was an error in the last job run #60

Closed
jdamerow opened this issue Feb 6, 2025 · 0 comments
Closed

There was an error in the last job run #60

jdamerow opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jdamerow
Copy link
Member

jdamerow commented Feb 6, 2025

'NoneType' object is not iterable

 File "/usr/local/lib/python3.13/site-packages/apscheduler/executors/base.py", line 131, in run_job
    retval = job.func(*job.args, **job.kwargs)
  File "/edrop/track/management/commands/runapscheduler.py", line 21, in check_for_tracking_info_job
    orders.check_orders_shipping_info()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/edrop/track/orders.py", line 56, in check_orders_shipping_info
    shipped_orders = _update_orders_with_shipping_info(tracking_info)
  File "/edrop/track/orders.py", line 81, in _update_orders_with_shipping_info
    for order_number in tracking_info:
                        ^^^^^^^^^^^^^
@jdamerow jdamerow added the bug Something isn't working label Feb 6, 2025
@jdamerow jdamerow self-assigned this Feb 6, 2025
@jdamerow jdamerow closed this as completed Feb 7, 2025
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