-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error when running captcha22 server engine. #4
Comments
Hi there, You are using the server directly and not through the API. We are still creating an update which will allow to modify the data input names, but currently the format is fixed. So that The current naming convention is: If you use the API, it would be Try the name name and let me know if that solves the issue for you. |
I do that but I get a different error
|
Also when using the client api, how do you get the CaptchaID? |
Hi there, The current issue is because the code is not fully supported on Windows. Current full support only includes Unix and MacOS. We will be releasing a new version later which will have Windows support as well. In terms of the captchaID, it communicates with the server side API to retrieve this value. You can use the command list all captchas to retrieve the captchaIDs of the captchas your user owns. I'll close this issue once we have Windows support. |
I get this error
`Class start
Checking if there is any new files
['./Unsorted\data.zip']
Start running
Copy files
Starting the copy of files
The syntax of the command is incorrect.
Traceback (most recent call last):
File "c:\users\user\anaconda3\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\users\user\anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\user\anaconda3\Scripts\captcha22.exe_main.py", line 7, in
sites = site.getsitepackages()
File "c:\users\user\anaconda3\lib\site-packages\captcha22_main.py", line 267, in main
args.func(args)
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\core\server.py", line 20, in server
server.main()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 512, in main
self.run_server()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 487, in run_server
self.check_files()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 396, in check_files
self.copy_files(file)
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 256, in copy_files
os.system('mkdir ' + self.busy_URL + "/" + names[0] + "/" + names[1])
IndexError: list index out of range
C:\Users\user>captcha22 server engine
Class start
Checking if there is any new files
['./Unsorted\data.zip']
Start running
Copy files
Starting the copy of files
The syntax of the command is incorrect.
Traceback (most recent call last):
File "c:\users\user\anaconda3\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\users\user\anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\user\anaconda3\Scripts\captcha22.exe_main.py", line 7, in
sites = site.getsitepackages()
File "c:\users\user\anaconda3\lib\site-packages\captcha22_main.py", line 267, in main
args.func(args)
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\core\server.py", line 20, in server
server.main()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 512, in main
self.run_server()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 487, in run_server
self.check_files()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 396, in check_files
self.copy_files(file)
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 256, in copy_files
os.system('mkdir ' + self.busy_URL + "/" + names[0] + "/" + names[1])
IndexError: list index out of range
C:\Users\user>captcha22 server engine
Class start
Checking if there is any new files
['./Unsorted\data.zip']
Start running
Copy files
Starting the copy of files
The syntax of the command is incorrect.
Traceback (most recent call last):
File "c:\users\user\anaconda3\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\users\user\anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\user\anaconda3\Scripts\captcha22.exe_main.py", line 7, in
sites = site.getsitepackages()
File "c:\users\user\anaconda3\lib\site-packages\captcha22_main.py", line 267, in main
args.func(args)
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\core\server.py", line 20, in server
server.main()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 512, in main
self.run_server()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 487, in run_server
self.check_files()
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 396, in check_files
self.copy_files(file)
File "c:\users\user\anaconda3\lib\site-packages/captcha22\lib\server\captcha22.py", line 256, in copy_files
os.system('mkdir ' + self.busy_URL + "/" + names[0] + "/" + names[1])
IndexError: list index out of range`
The text was updated successfully, but these errors were encountered: