Open 1superk1 opened 5 years ago
Hey, thanks for pointing this out. I just ran into the *__old
error yesterday as well. It's an issue that appeared in one of the dependencies in early December: https://stackoverflow.com/questions/53637182/django-no-such-table-main-auth-user-old
I'm building a new release: v0.5.0-rc.8
where this should be resolved. If you hadn't already fixed it, I would recommend trying the known stable v0.4.33
.
I need to create a local higlass-server API so I could serve my own tracks and conf's. I am working on OSX. I started with release v0.4.17. That didn't go too well. So I installed "latest" (which I think is v0.5.0-rc7). Again there were many js errors. Working the list of errors a remedy was to source a fresh sqlite database. Namely - (all commands invoked inside the docker)
The log at /data/log/hgs.log was still emitting two errors (before and after the migration):
These errors occurred when I was working with the tiles (either saving a modification, or opening a track on the client). Obviously, my cooler tracks were missing the meta data that the server needed. My workaround was to create these tables and populate them with their new counterparts:
Problems solved. I don't think it's OSX-specific