sirius-ms / sirius

SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
GNU Affero General Public License v3.0
78 stars 17 forks source link

SIRIUS 5.6.3 Error when querying REST service #134

Closed zmahnoor14 closed 8 months ago

zmahnoor14 commented 8 months ago

Hello SIRIUS team,

I have been using SIRIUS 5.6.3 which worked fine last week, but since this week the server is down. Is it related to this version that its outdated? or is it temporary?

Kind regards, Mahnoor

Here is a simplest example of trying to login on CLI Version, (the same error comes up when I try to run SIRIUS .ms input files to compute formula, fingerprint and canopus):

sirius login -u user.name@uni-jena.de -p --show

this is the error message:

##########################################################

INFO    18:51:38 - Starting http Client with MaxPerRout=4 / maxTotal=5(Threads=32).
WARNING 18:51:38 - Could not reach secured api endpoint. Bad Response Code. Cause: Error when querying REST service. Bad Response Code: 404 | Message: Not Found | Content: <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

WARNING 18:51:38 - Could not load version info (unsecured api endpoint). Bad Response Code. Cause: Error when querying REST service. Bad Response Code: 404 | Message: Not Found | Content: <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

INFO    18:51:39 - CLI shut down hook: SIRIUS is cleaning up threads and shuts down...
zmahnoor14 commented 8 months ago

the error had something to do with my current email ID. I made a new account with my new job account and now it works.