Stream: implementers
Topic: Running IG publisher on corporate network
saran (Sep 07 2021 at 20:05):
@Chris Moesel I facing same Error when trying to run IG publisher. the Error is shown below
Error: Checking internet connection...
We're offline, nothing to do...
for you reference, I have provided previously asked question on the Same (https://chat.fhir.org/#narrow/stream/179166-implementers/topic/SUSHI.20Tutorial.20Error/near/236433317).
But I could not find solution for it.
Grahame Grieve (Sep 07 2021 at 20:06):
what error?
saran (Sep 07 2021 at 20:07):
Checking internet connection...
We're offline, nothing to do
Grahame Grieve (Sep 07 2021 at 20:25):
so are you offline?
saran (Sep 07 2021 at 20:27):
No I am online only but when i try to run "_updatePublisher" it shows me
Checking internet connection...
We're offline, nothing to do
Grahame Grieve (Sep 07 2021 at 20:36):
@Jose Costa Teixeira should investigate that. But the IG publisher should still run
Jose Costa Teixeira (Sep 07 2021 at 21:06):
problem with ping. I don't think we've landed on any alternative.
Jose Costa Teixeira (Sep 07 2021 at 22:02):
@saran are you using the .sh or .bat script?
Jose Costa Teixeira (Sep 07 2021 at 22:04):
One thing we could do is to add an override:
Instead of saying
We're offline, no IG for you,
we can be more polite and say
We seem to be offline. Do you really want to continue?
Jose Costa Teixeira (Sep 07 2021 at 22:06):
(perhaps I should ask this in the IG creation stream?)
saran (Sep 08 2021 at 12:31):
i am using .bat script
Jose Costa Teixeira (Sep 08 2021 at 16:47):
One immediate patch, while we figure out a better solution, is to replace the line 23 : https://github.com/HL7/ig-publisher-scripts/blob/main/_updatePublisher.bat#L23
PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline
change it to
GOTO isonline
Jose Costa Teixeira (Sep 08 2021 at 16:48):
@saran you can do that on your local file. Note that if you run the script and answer "Yes" to the question "Update scripts", then this script will update itself and then you'll have to fix it again
Last updated: Apr 12 2022 at 19:14 UTC