stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.18 and js-ipfs 0.34 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of Con
woss_io has quit [Ping timeout: 250 seconds]
appa has quit [Read error: Connection reset by peer]
lostfile has quit [Read error: Connection reset by peer]
Jesin has quit [Quit: Leaving]
arthur has joined #ipfs
pecastro has quit [Ping timeout: 250 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
appa has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
zane has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zeden has joined #ipfs
The_8472 has joined #ipfs
zane has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
lostfile has joined #ipfs
lostfile has quit [Client Quit]
lostfile has joined #ipfs
lostfile has quit [Client Quit]
lostfile has joined #ipfs
lostfile has quit [Client Quit]
lostfile has joined #ipfs
lostfile has quit [Client Quit]
lostfile has joined #ipfs
Jesin has joined #ipfs
lostfile has quit [Client Quit]
lostfile has joined #ipfs
lostfile has quit []
vijayee has joined #ipfs
daMaestro has quit [Quit: Leaving]
reit has joined #ipfs
phillmac has joined #ipfs
henriquev has quit [Quit: Connection closed for inactivity]
user_51 has quit [Ping timeout: 250 seconds]
user_51 has joined #ipfs
}ls{ has quit [Ping timeout: 250 seconds]
phillmac has quit [Quit: Page closed]
phillmac1 has joined #ipfs
<phillmac1>
Hi everybody,I'm playing with the python api for files ls, but I can't seem to find any docs for what 'Type': 0 or 'Type': 1 means
<phillmac1>
I'm guessing that 0 is a file and 1 is a dir?
<phillmac1>
Can anyone confirm that?
}ls{ has joined #ipfs
Phillmac[m] has joined #ipfs
<Phillmac[m]>
test
Belkaar has quit [Ping timeout: 245 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]
vijayee has quit [Remote host closed the connection]
zeden has quit [Quit: WeeChat 2.3]
spinza has joined #ipfs
shizy has quit [Quit: WeeChat 2.3]
lindeb has quit [Ping timeout: 246 seconds]
se7en has joined #ipfs
<se7en>
I am having dificulty with my IPFS instalation
<se7en>
Specifically the web interface
nopnop has joined #ipfs
<se7en>
I kill the daemon, run the special script, restart the daemon, still no solution
<se7en>
Still can not connect to the api
<Phillmac[m]>
What happens wjen you try to open the interface
<se7en>
It says can not connect ot the API and gives me the commands to allow IPFS to connect to it
<Phillmac[m]>
Are you running on 127.0.0.1 or some other ip
<postables[m]>
se7en: i believe the answer to your "why not both" is because although 127.0.0.1 is the same as localhost, CORS interprets both differently
<se7en>
ok
<se7en>
How about my new problem
<postables[m]>
se7en: is that on a local daemon?
<postables[m]>
se7en: is that on a local daemon? the use of closed network connection thing
<se7en>
`ipfs add -rw folder`
<postables[m]>
what does your daemon say when that issue happens?
<se7en>
Error: read tcp 127.0.0.1:34182->127.0.0.1:5001: use of closed network connection
<se7en>
That's the only error I get
<se7en>
Usually always stopping at 51.91%, or around
<se7en>
I am probably spamming the network with incomplete files
<postables[m]>
run your daemon with `ipfs -D daemon` and try to repeat the issue, and give the information that your daemon shows. iirc that `use of closed network connection` is the error shown on the terminal window you're running the ipfs add command from
<se7en>
ok
<se7en>
708.48 MiB / 1.33 GiB [====================>-------------------] 51.94% 00m04sError: read tcp 127.0.0.1:34314->127.0.0.1:5001: use of closed network connection
<postables[m]>
what ipfs version are you using?
<se7en>
oopps
<se7en>
21:27:52.648 DEBUG cmds: error occured in call, closing with error: read tcp4 127.0.0.1:5001->127.0.0.1:34318: use of closed network connection command.go:79
<se7en>
21:27:52.781 DEBUG nat: DiscoverGateway error: no NAT found nat.go:39
<se7en>
21:32:41.618 DEBUG cmds: error occured in call, closing with error: read tcp4 127.0.0.1:5001->127.0.0.1:35056: use of closed network connection command.go:79
<postables[m]>
if you're on linux try running `chown -R '$(whoami):$(whoami)" <folder>`
<se7en>
So the problem is in Go?
<se7en>
postables[m]: that produces no solution
<se7en>
Now the debug window is spazing out
<se7en>
postables[m]?
<postables[m]>
i would try running add on another file see if you're still getting the issue, if it is not quite sure what it would be, if it's not then its in part caused by the files contained in that folder
<se7en>
According to your bug report link, the problem is most likely with go
<postables[m]>
well i guess the next thing to do is process of elimination, so i would go into that folder and try adding the different files that are in it until something breaks lmao
<postables[m]>
not pretty but it works 🤷
<se7en>
I'm saying the problem is in go. Your link shows that
<se7en>
So I have to wait until there is resolve
MDude has quit [Ping timeout: 272 seconds]
lostfile has joined #ipfs
lostfile has quit [Client Quit]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
mowcat has quit [Remote host closed the connection]
jane_booty_doe has quit [Remote host closed the connection]
aerth has quit [Remote host closed the connection]
<albertoelias>
Hi! I had a question about js-ipfs. Why doesn't it support ed25519 and secp256k1 keys as the underlying libraries do support them? I raised the issue here: https://github.com/libp2p/js-libp2p-keychain/issues/30
<crest>
albertoelias: if i had to guess because the nist curves aren't trusted and ed25519 support is pretty new
<crest>
and how much is to be gained my moving away from rsa?
kapil____ has quit [Quit: Connection closed for inactivity]
crimastergogo has left #ipfs [#ipfs]
ygrek has quit [Ping timeout: 244 seconds]
<albertoelias>
crest: I'm no cryptography expert, but I'm working on identity stuff and trying to figure out how to do HD keys on an IPFS based identity, and to also support interactions with Ethereum and Blockchain
<SchrodingersScat>
Am I the only one having trouble with js-ipfs? Was working fine before, but now it seems to hate fetching files unless I add my own bootstrap, which is fine, but the preload also doesn't seem to work, so working on setting up the preload, just the ws:// -> wss:// is tripping me up for some reason.
crimastergogo has joined #ipfs
xcm has quit [Remote host closed the connection]
SchrodingersScat has quit [Ping timeout: 240 seconds]
xcm has joined #ipfs
crimastergogo has left #ipfs [#ipfs]
konubinix has quit [Ping timeout: 240 seconds]
crimastergogo has joined #ipfs
zeden has joined #ipfs
konubinix has joined #ipfs
SchrodingersScat has joined #ipfs
konubinix has quit [Ping timeout: 268 seconds]
malaclyps has quit [Read error: Connection reset by peer]
malaclyps has joined #ipfs
crimastergogo has left #ipfs [#ipfs]
lidel` has joined #ipfs
lidel has quit [Ping timeout: 268 seconds]
lidel` is now known as lidel
konubinix has joined #ipfs
rszaloki has joined #ipfs
ygrek has joined #ipfs
gniux has joined #ipfs
powerbit has quit [Read error: Connection reset by peer]
spinza has quit [Quit: Coyote finally caught up with me...]
jonathan[m]1 has left #ipfs ["User left"]
vmx_ has joined #ipfs
vmx has quit [Ping timeout: 252 seconds]
Worldexe has joined #ipfs
saki has joined #ipfs
spinza has joined #ipfs
mowcat has joined #ipfs
albertoelias has quit [Ping timeout: 256 seconds]
MDude has joined #ipfs
mowcat has quit [Remote host closed the connection]
gniux has quit [Quit: WeeChat 1.9]
wickedcanary has joined #ipfs
vmx_ is now known as vmx
hphs^ has quit []
htoc^ has joined #ipfs
andi- has quit [Ping timeout: 250 seconds]
lostSquirrel has quit [Ping timeout: 272 seconds]
andi- has joined #ipfs
chiui has joined #ipfs
mischat has joined #ipfs
Kakky has joined #ipfs
Pulse2496 has quit [Ping timeout: 240 seconds]
djdv has quit [Quit: system stability questionable]
craigo has joined #ipfs
craigo_ has joined #ipfs
craigo_ has quit [Remote host closed the connection]
craigo_ has joined #ipfs
craigo has quit [Read error: Connection reset by peer]
mischat has quit [Remote host closed the connection]
mischat has joined #ipfs
djdv has joined #ipfs
djdv has quit [Client Quit]
mischat has quit [Remote host closed the connection]
djdv has joined #ipfs
ZaZ has joined #ipfs
mischat has joined #ipfs
craigo has joined #ipfs
craigo_ has quit [Read error: Connection reset by peer]
saki has quit [Quit: saki]
dfstorm has quit [Ping timeout: 245 seconds]
ygrek has quit [Ping timeout: 246 seconds]
craigo has quit [Remote host closed the connection]
albertoelias[m] has joined #ipfs
Worldexe has quit [Read error: Connection reset by peer]
ylp has quit [Quit: Leaving.]
clemo has quit [Ping timeout: 246 seconds]
dsiypl4_ has joined #ipfs
clemo has joined #ipfs
zane has joined #ipfs
clemo has quit [Ping timeout: 240 seconds]
dsiypl4__ has joined #ipfs
wickedcanary has quit [Remote host closed the connection]
brianhoffman has joined #ipfs
mischat has quit [Remote host closed the connection]
plexigras has joined #ipfs
dsiypl4_ has quit [Ping timeout: 250 seconds]
IRCsum has quit [Ping timeout: 240 seconds]
IRCsum has joined #ipfs
mowcat has joined #ipfs
ddahl has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
biplavo has joined #ipfs
The_Loko has quit [Remote host closed the connection]
renich has joined #ipfs
aerth has quit [Remote host closed the connection]
aerth has joined #ipfs
zopsi has quit [Ping timeout: 252 seconds]
hacker_man has joined #ipfs
chiui has quit [Ping timeout: 246 seconds]
Kakky has quit [Remote host closed the connection]
biplavo has quit [Ping timeout: 256 seconds]
Kakky has joined #ipfs
zeden has quit [Ping timeout: 250 seconds]
arthur has quit [Read error: Connection reset by peer]
The_8472 has quit [Ping timeout: 240 seconds]
hacker_man has quit [Quit: Leaving]
The_8472 has joined #ipfs
zeden has joined #ipfs
dimitarvp has quit [Quit: Bye]
The_8472 has quit [Ping timeout: 252 seconds]
Encrypt has joined #ipfs
The_8472 has joined #ipfs
nonono has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
rendar has joined #ipfs
The_8472 has joined #ipfs
Kakky has quit [Quit: Leaving]
Kakky has joined #ipfs
Kakky has quit [Client Quit]
Kakky has joined #ipfs
pecastro has joined #ipfs
jesse22 has joined #ipfs
rendar has quit []
billsou has quit [Quit: Connection closed for inactivity]
MDude has quit [Ping timeout: 250 seconds]
Kakky has quit [Quit: Leaving]
MDude has joined #ipfs
Icefoz has joined #ipfs
vmx has quit [Remote host closed the connection]
movlw has joined #ipfs
movlw has left #ipfs [#ipfs]
cipheralpha has joined #ipfs
Icefoz has left #ipfs [#ipfs]
renich has quit [Quit: renich]
ruizt[m] has left #ipfs ["User left"]
fazo has quit [Quit: fazo]
dexter0 has quit [Ping timeout: 250 seconds]
<postables[m]>
@Mikaela: strange I have the ip6 stuff removed and it doesn't look like my node tries to make ipv6 connections. Although that could be because I have ipv6 blocked on my firewall
tmdoit has joined #ipfs
polman has quit [Ping timeout: 246 seconds]
polman has joined #ipfs
plexigras has quit [Ping timeout: 246 seconds]
tmdoit has quit [Quit: Page closed]
dexter0 has joined #ipfs
woss_io has joined #ipfs
ygrek has joined #ipfs
polman has quit [Ping timeout: 246 seconds]
polman has joined #ipfs
<Mikaela>
or maybe there are so many IPv4 peers that it doesn't see the need to attempt connecting to discovered IPv6 peers?
ddahl has quit [Ping timeout: 272 seconds]
ygrek has quit [Ping timeout: 272 seconds]
jasonzhouu has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]
yeehi has joined #ipfs
lindeb has joined #ipfs
zeden has quit [Quit: WeeChat 2.3]
zeden has joined #ipfs
clemo has joined #ipfs
creatorP2PValida has joined #ipfs
lostSquirrel has joined #ipfs
spinza has joined #ipfs
woss_io has quit [Ping timeout: 246 seconds]
opal has quit [Ping timeout: 256 seconds]
dsiypl4__ has quit [Quit: Leaving]
noncefreak[m] has joined #ipfs
vyzo has quit [Quit: Leaving.]
vyzo has joined #ipfs
lostSquirrel has quit [Ping timeout: 240 seconds]
valdikss_ has joined #ipfs
skywavesurfer_ has joined #ipfs
Kamilion|ZNC has joined #ipfs
probono__ has joined #ipfs
QshelTier has joined #ipfs
kevina1 has joined #ipfs
nimaje has quit [Killed (rajaniemi.freenode.net (Nickname regained by services))]
pecastro has quit [Read error: Connection reset by peer]
nimaje has joined #ipfs
cannium has joined #ipfs
PyroLagus_ has joined #ipfs
erikj_ has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]