You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: