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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/nmt/Desktop/clamav.py", line 425, in scanFile
self.checkAndLoadDB()
File "/home/nmt/Desktop/clamav.py", line 412, in checkAndLoadDB
return self.loadDB()
File "/home/nmt/Desktop/clamav.py", line 397, in loadDB
self.cl_statinidir(self.dbpath, self.dbstats_p)
File "/home/nmt/Desktop/clamav.py", line 322, in wrapper
ret = func(*args)
ctypes.ArgumentError: argument 1: TypeError: wrong type
The text was updated successfully, but these errors were encountered:
I keep getting this on
loadDB()
, or if I passautoreload
same error appears onscanFile()
Running on ubuntu 22.04 Python3.10
Traceback:
The text was updated successfully, but these errors were encountered: