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 "/home/a-askerka/Projects/offerwall/venv/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File "/home/a-askerka/Projects/offerwall/venv/lib/python3.6/site-packages/django_apscheduler/models.py", line 17, in get_queryset
self.__ping()
File "/home/a-askerka/Projects/offerwall/venv/lib/python3.6/site-packages/django_apscheduler/models.py", line 28, in __ping
self.__reconnect()
File "/home/a-askerka/Projects/offerwall/venv/lib/python3.6/site-packages/django_apscheduler/models.py", line 34, in __reconnect
connection.connection.close()
AttributeError: 'NoneType' object has no attribute 'close'
@asduj I have problem with reproducing. If you got in this function, it means you called DjangoJobManager. But it makes no sense if you run collectstatic, and if you have no connection.
django==2.0.4
django-apscheduler==0.2.6
python==3.6
I'm tried collect static without any db connection.
The text was updated successfully, but these errors were encountered: