I was using a python library that had a bug for parsing some lines of a file, a new library version has been released fixing it. I´ve upgraded that on pythonanywhere, but it still not working, have then deleted all my folders/files, created all folders/files and install the python library (new version) from scratch, but my app still not parsing some lines needed yet.
However the same app runs without issues locally, have compared my code on pythonanywhere against that one OK running locally and it is the same, the only change between them is the path (UPLOAD_FOLDER). PythonAnywhere is also running the new version of the Python Library.
Any ideas what that could be ?
Thank you !