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
This code produce the following error using Avision 186+, but works fine on HP LaserJet M426FDN and I need to support both scanners.
Traceback (most recent call last):
File "C:/Users/Web/Desktop/pytwain-master/demo/scan.py", line 45, in scan
show_ui=True,
File "C:\Users\Web\AppData\Local\Programs\Python\Python37-32\lib\site-packages\twain.py", line 2054, in acquire_file
self._acquire(callback, show_ui, modal)
File "C:\Users\Web\AppData\Local\Programs\Python\Python37-32\lib\site-packages\twain.py", line 1856, in _acquire
self._modal_loop(callback_lolevel)
File "C:\Users\Web\AppData\Local\Programs\Python\Python37-32\lib\site-packages\twain.py", line 1837, in _modal_loop
callback(event)
File "C:\Users\Web\AppData\Local\Programs\Python\Python37-32\lib\site-packages\twain.py", line 1852, in callback_lolevel
more = callback()
File "C:\Users\Web\AppData\Local\Programs\Python\Python37-32\lib\site-packages\twain.py", line 2042, in callback
raise excDSTransferCancelled
twain.excDSTransferCancelled
Any ideas?
The text was updated successfully, but these errors were encountered:
I'm trying to scan documents using the following code:
This code produce the following error using Avision 186+, but works fine on HP LaserJet M426FDN and I need to support both scanners.
Any ideas?
The text was updated successfully, but these errors were encountered: