Forum Discussion

kirah2128's avatar
kirah2128
Resolver I
2 years ago
Solved

One Large Text File Parsing 200MB Error 500

Dear Community, Have you encountered this problem? I'm processing a text file and using the code below. The script is running successfuly on my laptop but with Fabric it's not working. Do you have o...
  • kirah2128's avatar
    kirah2128
    2 years ago

    Dear Everyone,

     

    the problem is solved =D by removing the print() function. 

    # print(contents)   

    For some reason the fabric can't handle large concatinated string.