Doesn't work with Bandwidth Reporter disabled
See original GitHub issueWindows 7 x64 -> ipfs-desktop-setup-0.7.2.exe
Tray icon says IPFS is running
, but clicking upon Status/Files/Settings outputs Is your IPFS daemon running? Failed to connect to the API
. However I see ipfs.exe
within processes listed in Windows Task Manager.
I have read advices below such as “allow cross-origin”, but provided command ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["webui://-", "http://127.0.0.1:5001", "https://webui.ipfs.io"]'
throws error “Error: Unknown Command "API.HTTPHeaders.Access-Control-Allow-Origin"
.
Thus, I’m confused.
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
Bandwidth estimate lost between loads · Issue #1366 - GitHub
I'd expect the bandwidth estimates to more closely reflect the performance that I am seeing with abr disabled. I am not sure why...
Read more >Track bandwidth consumptions | CurrentWare Support
BrowseReporter can track bandwidth usage on your computers with the client agent installed. The client agent tracks and stores the bandwidth consumption ...
Read more >Troubleshooting: Low bandwidth call issues
If you are regularly experiencing low bandwidth issues with your participants you may want to change the video call quality settings.
Read more >5 challenges in network bandwidth monitoring - ManageEngine
1. Finding the root cause of bandwidth issues · 2. Allocating adequate bandwidth · 3. Obtaining granular visibility · 4. Controlling voice and...
Read more >Disability Writing & Journalism Guidelines
This guide is intended to help journalists and other members of the media learn about the Disability Community as a demographic and a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@NatoBoram, “that command, that command”, let’s say it loud and clear:
ipfs config --json Swarm.DisableBandwidthMetrics false
Fixed on https://github.com/ipfs-shipyard/ipfs-webui/pull/1024 😃