Infinite loading of tif and sqlite file in 0.6.1.dev28+g45e4ff0 build
See original GitHub issueHey hey,
my loading issue didn’t resolve. The terracotta viewer seems to be loading forever when loading my .tif file. It was an unoptimized tif, so I decided to use the tools to create the optimized one.
The files: https://cloudstorage.tu-braunschweig.de/getlink/fi3FfLkzcfvrUxU48HVC6rRC/edemissen.sqlite https://cloudstorage.tu-braunschweig.de/getlink/fi6bqLbn9Wk4kE8PFKCyGWKb/edemissen.tif
Output of my server:
127.0.0.1 - - [23/Jun/2020 17:03:05] "GET /keys HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:05] "GET /swagger.json HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=greys_r&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=viridis&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=rdbu_r&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=bugn&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=ylgn&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=magma&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=gist_earth&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /colormap?colormap=ocean&stretch_range=[0,1]&num_values=100 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /keys HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /datasets?limit=1000&page=0 HTTP/1.1" 200 - 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET /metadata/edemissen HTTP/1.1" 200 -
Output of my viewer:
Opening in existing browser session. [0623/170307.452728:ERROR:nacl_helper_linux.cc(308)] NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly 127.0.0.1 - - [23/Jun/2020 17:03:07] "GET / HTTP/1.1" 200 -
Did I miss something?
Thanks for the help and best regards, Alex
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top GitHub Comments
@dionhaefner: Good news, it is miraculously working today! So maybe a complete reboot did the job? Anyway, thanks for your help! Again, great job with the software and documentation.
Yes, console throws the following error:
Uncaught (in promise) TypeError: Cannot read property 'join' of undefined at updateColormap (main.js:593) at initUI (main.js:344) at main.js:1287