-
Notifications
You must be signed in to change notification settings - Fork 872
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
Error when have multiple API or Gateway addresses #1091
Comments
My IPFS config. Looks like it's something to do with the multiple addresses I have setup for API/Gateway?
|
@alanshaw I believe the System Events error can be easily ignored (please try toggling Launch at login on settings to enable and disable to see if it seems to work). That error generally happens when we tell AutoLaunch to make sure it is disabled and it was never enabled so there it is not registered on the Login items. So can be ignored. The true problem here is the ipfsd error I believe. As far as I can tell just by looking at your settings is that we assume config.Addresses.API/Gateway is a string and forgot the possibility of it being an array! I will take a look at this ASAP. |
@alanshaw go-ipfs config does not say API and Gateway can be arrays. Can they? |
Since go-ipfs 0.4.18 - ipfs/go-ipfs-config#11 Any chance you can send a PR to fix the go-ipfs config documentation? |
I will! Thanks! |
Hmm... Currently we check if the ports are available and suggest updating them if they're busy. Now I'm wondering... an array as the API or Gateway address implicates an infinite amount of port collisions... Currently we have dialogs for:
I'm wondering if it's better to show a dialog per port collision with a button saying 'CHANGE ALL' and another with something like 'I'll solve it myself, dont ask more'. I doubt there will be many anyways... but it can happen! What do you think? |
The text was updated successfully, but these errors were encountered: