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 is error:
File "D:\Python27\lib\site-packages\human_curl\utils.py", line 306, in make_curl_post_files
result.append((k, checker(k2)))
File "D:\Python27\lib\site-packages\human_curl\utils.py", line 297, in checker
raise RuntimeError("File %s doesn't exist" % v)
TypeError: not all arguments converted during string formatting
not requests compatibility ?
The text was updated successfully, but these errors were encountered:
this is code ;
this is error:
File "D:\Python27\lib\site-packages\human_curl\utils.py", line 306, in make_curl_post_files
result.append((k, checker(k2)))
File "D:\Python27\lib\site-packages\human_curl\utils.py", line 297, in checker
raise RuntimeError("File %s doesn't exist" % v)
TypeError: not all arguments converted during string formatting
not requests compatibility ?
The text was updated successfully, but these errors were encountered: