The “maximum upload size exceeded error” could be due to size limits within R shiny, which we have tried to circumvent. The size limit of R shiny can be changed with the following command: options(shiny.maxRequestSize = n*1024^2). We have changed this to 100MB, which should be suff...
raise Exception("Error: Maximum number of tries exceeded") def traditionalize_ass(input_file, output_file, user_pre_replace="", user_protect_replace=""): with open(input_file, encoding='utf-8-sig', mode='r') as f: doc = ass.parse(f) texts_and_names = [] temp_texts_names = [...