diverse-project / varylatex

Varying LaTeX for fitting your requirements
7 stars 2 forks source link

FSE case not working #22

Closed acherm closed 3 years ago

acherm commented 4 years ago

Using fse.zip (I've created an archive based on the example/fse folder of the repo) fse.zip

python3 main_server.py 
 * Serving Flask app "vary" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [14/Sep/2020 18:38:41] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:40:56] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:41:00] "POST /upload_project HTTP/1.1" 302 -
127.0.0.1 - - [14/Sep/2020 18:41:00] "GET /selectfile HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:41:01] "GET /filenames HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:41:02] "POST /selectfile HTTP/1.1" 302 -
127.0.0.1 - - [14/Sep/2020 18:41:02] "GET /auto_variables HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:41:02] "GET /static/js/auto_variables.js HTTP/1.1" 404 -
127.0.0.1 - - [14/Sep/2020 18:41:04] "POST /auto_variables HTTP/1.1" 302 -
127.0.0.1 - - [14/Sep/2020 18:41:04] "GET /mode HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:41:04] "GET /filenames HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:41:05] "GET /config HTTP/1.1" 200 -
127.0.0.1 - - [14/Sep/2020 18:41:05] "GET /config_src?_=1600101665617 HTTP/1.1" 200 -

nothing appears in "free config" (ie no option). It's not possible to use "constraints" either. I've not used "auto" stuff.

strange, because this archive already contains the variation points and the JSON file.

FAMILIAR-project commented 3 years ago

the answer is that the zip archive should not contain a folder but directly the source files at the root