Problem
Starting a new, fresh, empty Freenet node and requesting River i get a lot of errors like:
- error while executing operation in the network: GET operation timed out
- GET request timed out after 30s
and the page stops any further attempt to load the contract and dies.
After a while, when the peer has better or other connections, the contract does load, but the page re-load must be initiated by the user.
Solution
With the error msg during initial load add to <head>
<meta http-equiv="refresh" content="60">
and tell the user:
GET request timed out after 30s - reloading in 30s
Make sure to remove the refresh once the page loads the contract.
Problem
Starting a new, fresh, empty Freenet node and requesting River i get a lot of errors like:
and the page stops any further attempt to load the contract and dies.
After a while, when the peer has better or other connections, the contract does load, but the page re-load must be initiated by the user.
Solution
With the error msg during initial load add to
<head><meta http-equiv="refresh" content="60">and tell the user:
GET request timed out after 30s - reloading in 30s
Make sure to remove the refresh once the page loads the contract.