-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Mohamed E. Masoud edited this page Dec 31, 2023
·
13 revisions
getApiKey:
Error: Status 401 Unauthorized
Solution: Login to DSA server on the server first and then in HistoJS
Create Boundaries From Dapi:
MemoryError: Unable to allocate 1.01 GiB for an array with shape (16125, 16843) and data type float32.
Solution: Free memory, close any memory hungry applications (e.g., online streaming media)
Flask
OSError: [Errno 98] Address already in use
Solution: netstat -tulpn // to find which PID to kill if possible, then $ kill -9 pid