-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After update to 0.3.3 webui no longer works #1214
Comments
Thanks for filing an issues, I think this has to do with changes made recently to the path resolution code. This very much implies a lack of test coverage on our part. |
On Fri, May 08, 2015 at 06:26:46PM -0700, Jeromy Johnson wrote:
Is this fixed by #1212? That's currently waiting on me figuring out |
Did you mean to reopen? |
Yes, I just updated the description to reflect actual problem, sorry for confusion (should have created separate issue instead). |
@Gozala no worries-- i missed @wking and @whyrusleeping's comments because my mail client separated the threads. (we're not hyper strict about messages, just making sure your issue gets addressed :) ) I think this is related to #1212 -- thanks for fixing that @wking. It's seeing whether this goes away-- @Gozala mind updating and testing? I'll try in a bit too. |
Attempting to load ➜ ~ go get -u github.com/ipfs/go-ipfs/cmd/ipfs
➜ ~ ipfs version
ipfs version 0.3.4
➜ ~ ipfs daemon
Initializing daemon...
API server listening on /ip4/127.0.0.1/tcp/5001
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
13:09:34.763 ERROR core/serve: Path Resolve error: context deadline exceeded gateway_handler.go:436
13:09:34.770 ERROR core/serve: Path Resolve error: context deadline exceeded gateway_handler.go:436
13:09:34.770 ERROR core/serve: Path Resolve error: context deadline exceeded gateway_handler.go:436
13:09:34.770 ERROR core/serve: Path Resolve error: context deadline exceeded gateway_handler.go:436
13:09:34.771 ERROR core/serve: Path Resolve error: context deadline exceeded gateway_handler.go:436
13:09:34.771 ERROR core/serve: Path Resolve error: context deadline exceeded gateway_handler.go:436
^C
Received interrupt signal, shutting down...
13:09:48.872 ERROR core/serve: Path Resolve error: context canceled gateway_handler.go:436
13:09:48.872 ERROR core/serve: Path Resolve error: context canceled gateway_handler.go:436
13:09:48.872 ERROR core/serve: Path Resolve error: context canceled gateway_handler.go:436
13:09:48.873 ERROR core/serve: Path Resolve error: context canceled gateway_handler.go:436
13:09:48.873 ERROR core/serve: Path Resolve error: context canceled gateway_handler.go:436
13:09:48.873 ERROR core/serve: Path Resolve error: context canceled gateway_handler.go:436
13:09:48.878 ERROR core/serve: Path Resolve error: bitswap is closed gateway_handler.go:436
Publishing!
13:09:48.902 ERROR ipnsfs: leveldb: closed system.go:83
➜ ~ I'm afraid I still see errors and webui is still not loading. |
Can anyone else repro this? i'm not seeing it. @Gozala what's your |
Tried as well, can't repo. Maybe run with |
I have had a similar issue attempting to load a file sent from a colleague running ipfs version 0.3.4, got the same error:
I did swarm peers and after about 30mins I tried it again and it seemed to work. Just wanted to report in case it was helpful. |
Would like to check that this is not an issue with recent builds. I’m on 0.3.2 - should I be good to upgrade :) |
This should not be a issue in the latest release, let us know if you encounter any problems still. Btw, |
ipfs webui fails to load additional assets:
The text was updated successfully, but these errors were encountered: