![]() |
Dictionary upload was unsuccessful - Printable Version +- Hashtopolis Forum (https://hashtopolis.org) +-- Forum: Support (https://hashtopolis.org/forum-1.html) +--- Forum: Problems (https://hashtopolis.org/forum-2.html) +--- Thread: Dictionary upload was unsuccessful (/thread-107.html) |
Dictionary upload was unsuccessful - 76687371@163.com - 12-27-2018 Server version: 0.10.1 Server System ubuntu 16.04 Client version: Python 0.4 Clients are all Windows 10 When I upload a dictionary about 800 meters, the lower left corner of the browser shows 100%, can't the uploaded dictionary appear? Should not be uploaded successfully, the browser I use is chromium browser and edge browser are such problems, hashtopolis has special requirements for dictionary size? Before that, I uploaded a 1.7m dictionary successfully. It can be displayed. In addition, my Python client often has some of these problems [2018-12-24 22:50:35,182] [ERROR] Error occurrence: ('Connection aborted.', Remote Disconnected ('Remote end closed connection without response') [2018-12-24 22:50:35,182] [ERROR] Failed to get task! [2018-12-24 22:50:40, 196] [INFO] No task available! [2018-12-24 22:50:45,209] [INFO] No task available! [2018-12-24 22:50:50,227] [INFO] No task available! [2018-12-24 22:50:55,240] [INFO] No task available! [2018-12-24 22:51:00, 246] [ERROR] Error occurrence: ('Connection aborted.', RemoteDisconnected ('Remote end closed connection without response') [2018-12-24 22:51:00, 248] [ERROR] Failed to get task! [2018-12-24 22:51:05,265] [INFO] No task available! [2018-12-24 22:51:10,272] [INFO] No task available! [2018-12-24 22:51:15,300] [INFO] No task available! [2018-12-24 22:51:20,310] [ERROR] Error occurrence: ('Connection aborted.', RemoteDisconnected ('Remote end closed connection without response') [2018-12-24 22:51:20,310] [ERROR] Failed to get task! [2018-12-24 22:51:25,326] [INFO] No task available! [2018-12-24 22:51:30,328] [INFO] No task available! [2018-12-24 22:51:35,340] [ERROR] Error occurrence: ('Connection aborted.', RemoteDisconnected ('Remote end closed connection without response') [2018-12-24 22:51:35,340] [ERROR] Failed to get task! [2018-12-24 22:51:40,360] [INFO] No task available! RE: Dictionary upload was unsuccessful - imjustanoob - 12-27-2018 You need to increase the upload limit for PHP. Change the following in php.ini memory_limit = 2G upload_max_filesize = 2G post_max_size = 2G RE: Dictionary upload was unsuccessful - Winxp5421 - 12-27-2018 I would have to agree with imjustanoob. Verify your php settings and while you are looking there please have a read though https://github.com/s3inlc/hashtopolis/wiki/Server-Prerequisites https://github.com/s3inlc/hashtopolis/wiki/Frequent-Problems These two wiki documents should also prevent future common problems you may have. RE: Dictionary upload was unsuccessful - 76687371@163.com - 10-06-2020 How much can a single dictionary support? I modified the size of the dictionary in the php.ini file to 20G and I cannot upload a 14G txt dictionary. The percentage uploaded to the lower left corner will resume from 0%, and then the hashtopoli webpage will not be displayed when it is uploaded to about 50%. |