This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Common issues
Simon Felix edited this page May 7, 2016
·
7 revisions
This one is a problem on our side! The server hosting the images at NASA can be a bit flaky. A future version will use data from multiple servers, so the problem should be solved for good. Until then, you can manually switch to a different server. This can be done by editing "resources/settings/defaults.properties" and changing the following lines:
API.jp2series.path=http\://helioviewer.ias.u-psud.fr/helioviewer/api/index.php
API.dataSources.path=http\://helioviewer.ias.u-psud.fr/helioviewer/api/?action\=getDataSources&verbose\=true
default.remote.path=jpip\://helioviewer.ias.u-psud.fr\:8080
API.event.path=http\://helioviewer.ias.u-psud.fr/helioviewer/api/
default.httpRemote.path=http\://helioviewer.ias.u-psud.fr/helioviewer/jp2/
API.jp2images.path=http\://helioviewer.ias.u-psud.fr/helioviewer/api/index.php
This is a known bug in the Intel GPU Linux driver. You can try this workaround (Thanks to Brian Swan for the suggestion):
export LIBGL_ALWAYS_SOFTWARE=1
export LIBGL_DRI3_DISABLE=1
These problems often occur when using the newest 3.0 version. It's something that we have to fix on our end. You can follow our progress here: https://github.com/Helioviewer-Project/api/issues/11