urbit / urbit.org

The source for urbit.org
https://urbit.org
MIT License
93 stars 197 forks source link

up.hoon app from HTTP request chapter does not work #834

Closed ault011 closed 3 years ago

ault011 commented 8 years ago

I inserted the proper mark (++ cord) from the marks section and then successfully poked the app as per the instructions: :examples-up &cord 'http://www.google.com'

The output should be:

[%all-is-well 200]
[%all-is-well 200]

with printfs occurring every 10 seconds. But instead, nothing happens.

According to the tutorial, there should be printfs every 10 seconds or so verifying that the app is up.

xykj61 commented 6 years ago

This works, but the app's code style could be improved.