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
Exception ignored in: <function ApiClient.del at 0x15a61fc40>
Traceback (most recent call last):
File "/Users/nick/Desktop/Code/Work/Educate/backend/venv/lib/python3.11/site-packages/hubspot/crm/contacts/api_client.py", line 85, in del
self._pool.join()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 669, in join
p.join()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1109, in join
raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread
Any suggestions on how to resolve this issue?
The text was updated successfully, but these errors were encountered:
Hello, I am using this package in my FastAPI application:
This code raises this error every time:
Any suggestions on how to resolve this issue?
The text was updated successfully, but these errors were encountered: