mendessoares / MMinte

16 stars 10 forks source link

Widget 3: 500 internal server error #5

Open gregmedlock opened 7 years ago

gregmedlock commented 7 years ago

Hello,

I'm trying to run getModels() from widget 3 running independently of anything else, however I'm getting an internal server error.

`---> 46 if response.status_code != requests.codes.OK: 47 response.raise_for_status() 48

HTTPError: 500 Server Error: Internal Server Error`

Is there an updated URL for the active ProbModelSEED server?

Thanks, Greg

mmundy42 commented 7 years ago

I've been using the ProbModelSEED server this morning to reconstruct and gap fill models using this URL: 'https://p3.theseed.org/services/ProbModelSEED'

I have also seen intermittent failures from the ProbModelSEED server. And if I try the exact same thing again, then it works just fine.

gregmedlock commented 7 years ago

No luck rerunning so far--reconstructing using the GUI on modelseed.org works fine, however. I'll try again tomorrow.

mmundy42 commented 7 years ago

Greg,

I don’t have it available in PyPi yet but there is a ModelSEED client available at https://github.com/mmundy42/modelseed-cobrapy that you can clone and use with cobrapy. I used it this morning to reconstruct and gap fill several models. I’ll be in and out with some family matters through the end of the year so it might take me some time to reply to anything else that comes up.

Mike Mundy | Senior Analyst Programmer | Advanced Analytics Unit | 507-266-7232 | mundy.michael@mayo.edumailto:mundy.michael@mayo.edu Mayo Clinic | 200 First Street SW | Rochester, MN 55905 | mayoclinic.orghttp://www.mayoclinic.org

From: Greg Medlock notifications@github.com<mailto:notifications@github.com> Reply-To: mendessoares/MMinte reply@reply.github.com<mailto:reply@reply.github.com> Date: Thursday, December 15, 2016 at 3:11 PM To: mendessoares/MMinte MMinte@noreply.github.com<mailto:MMinte@noreply.github.com> Cc: "Mundy, Michael B. (Mike)" mundy.michael@mayo.edu<mailto:mundy.michael@mayo.edu>, Comment comment@noreply.github.com<mailto:comment@noreply.github.com> Subject: Re: [mendessoares/MMinte] Widget 3: 500 internal server error (#5)

No luck rerunning so far--reconstructing using the GUI on modelseed.org works fine, however. I'll try again tomorrow.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/mendessoares/MMinte/issues/5#issuecomment-267445050, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ACwxbmPgsMWNQYe9Btm62Hp-mu94VW82ks5rIaztgaJpZM4LOS_h.

gregmedlock commented 7 years ago

Thanks Mike, I'll take it for a spin. Hope the holidays treat you well!