stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.19-rc1 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
pecastro has quit [Ping timeout: 255 seconds]
kakra has joined #ipfs
hurikhan77 has quit [Ping timeout: 244 seconds]
thomasan_ has joined #ipfs
emceeaich has quit [Ping timeout: 258 seconds]
mischat has quit [Ping timeout: 258 seconds]
emceeaich has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
<lordcirth__> Happy to report that RAM usage in 4.19rc1 has gone way down for me. Pinning the Apollo Archive hit 4GB and once hit 6GB and got oom'd. Now it's at 2GB after working on the same pin for a day.
moriarty has left #ipfs [#ipfs]
DnrkasEFF has joined #ipfs
renich has quit [Ping timeout: 258 seconds]
mischat has joined #ipfs
mischat has quit [Read error: Connection reset by peer]
mischat has joined #ipfs
mischat has quit [Ping timeout: 264 seconds]
lordcirth_ has joined #ipfs
lordcirth__ has quit [Ping timeout: 250 seconds]
yhwh_ has joined #ipfs
kakra has quit [Ping timeout: 258 seconds]
rcat has quit [Ping timeout: 245 seconds]
yhwh has quit [Ping timeout: 245 seconds]
DnrkasEFF1 has joined #ipfs
DnrkasEFF has quit [Read error: Connection reset by peer]
mischat has joined #ipfs
hurikhan77 has joined #ipfs
jesse22 has quit [Ping timeout: 250 seconds]
mischat has quit [Ping timeout: 264 seconds]
dlynn has joined #ipfs
renich has joined #ipfs
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
MikeFair has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
mischat has joined #ipfs
kapil____ has quit [Quit: Connection closed for inactivity]
DnrkasEFF1 has quit [Quit: Leaving.]
user_51 has quit [Ping timeout: 255 seconds]
dlynn has quit [Remote host closed the connection]
dlynn has joined #ipfs
user_51 has joined #ipfs
DnrkasEFF has joined #ipfs
dlynn has quit [Ping timeout: 244 seconds]
dimitarvp has joined #ipfs
dlynn has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
mischat has quit [Ping timeout: 259 seconds]
thomasan_ has joined #ipfs
dlynn has quit [Remote host closed the connection]
dlynn has joined #ipfs
thomasan_ has quit [Ping timeout: 264 seconds]
xcm has quit [Remote host closed the connection]
dlynn has quit [Ping timeout: 250 seconds]
}ls{ has quit [Ping timeout: 245 seconds]
xcm has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
aarshkshah1992 has joined #ipfs
}ls{ has joined #ipfs
The_8472 has joined #ipfs
codewaffle has quit [Quit: bye]
codewaffle has joined #ipfs
yunfan has joined #ipfs
<yunfan> hi, guys, what should i check via cmd line if i forget the hash of files i just add? i could check it from the webui, so there must be an cmd for it, isnt it?
<lordcirth_> yunfan, 'ipfs pin ls' will show all pinned files. It could be quite large if you pinned a directory, though
Belkaar has quit [Read error: Connection reset by peer]
<lordcirth_> You can add --type recursive to only get the top of the tree
<lordcirth_> Or --type direct
<yunfan> lordcirth_: thanks , and i only had add 2 files, while ipfs pin ls gave a chunk of object, and i assume that those recurise might be refered to my origin files?
obensour1 has quit [Ping timeout: 272 seconds]
<lordcirth_> yunfan, 2 files, or 2 directories?
dlynn has joined #ipfs
<lordcirth_> Oh, right, it would show each 256kb chunk
<lordcirth_> Yeah, the --recurse option will show the top one that you actually pinned
<lordcirth_> er, --type=recursive
<yunfan> lordcirth_: were there any cmd to reverse the origin name of these
<lordcirth_> yunfan, not sure what you mean
Belkaar has joined #ipfs
Belkaar has joined #ipfs
dlynn has quit [Remote host closed the connection]
dlynn has joined #ipfs
DnrkasEFF has quit [Quit: Leaving.]
<yunfan> lordcirth_: for eg, if i had use `ipfs add blah.jpg` and got the hash key xxxx, so after serveral days, i could found i had used to put a jpg file from ipfs pin ls --type recursive, but what about hte origin name blah.jpg?
<lordcirth_> Do you mean the filename of the file you added? No, the ipfs object contains only the data, not any metadata. However, if you'd like an ipfs link that includes the filename, you can do 'ipfs add -w <file>' and ipfs will wrap it in a directory so it will have a filename
<lordcirth_> Though, you could also just grep your shell history for 'ipfs add' :P
<yunfan> lordcirth_: okay, i got to know, if i forget or lose the records, it will lose for ever for me
<lordcirth_> you mean if you lose both the file and the hash? Yes, you might never find it again.
<yunfan> lordcirth_: is it possbile to trace the whole objects upload by the specific nodes like mine?
<lordcirth_> yunfan, you can look at your own pin list. added files are automatically pinned
<yunfan> lordcirth_: i mean others, like when i happened formatted my harddisk?
<lordcirth_> yunfan, I wouldn't bet on it. IPFS doesn't replace backups.
<lordcirth_> Now, you could potentially get friends to pin everything you care about, so you could redownload it.
<yunfan> lordcirth_: i thought it will have a owner data :[
<lordcirth_> yunfan, that ipfs objects would have an owner?
<yunfan> well, full anonymous is also a good features, i think. so i could accept this
<lordcirth_> It's not anonymous.
<lordcirth_> IPFS currently makes no attempt to hide who is doing what. In theory it could run over Tor, but it's not yet safe to do so.
<postables[m]1> your IPFS node is not anonymous as lordcirth_ pointed out
<yunfan> ok, i use the wrong word
<lordcirth_> Objects don't have owners because this way, two people who upload the same file get the same hash.
obensour1 has joined #ipfs
<yunfan> i mean that since from the network, you cant trace who own the dag object, so people could just publish files and then shutdown
<yunfan> with the help of other public pin servers
<lordcirth_> For example, today at work I did 'ipfs add' on a whole website that I wanted to save. When I got home, pinning it took too long, so I downloaded the website again, then did 'ipfs add'. And they were the same object.
<lordcirth_> Who uploaded a file doesn't matter so long as someone has it and you know the hash, yes
<yunfan> lordcirth_: to me it mean anonymouse, because i live behind the chinese great firewall
The_8472 has quit [Ping timeout: 252 seconds]
<lordcirth_> yunfan, you should not rely on IPFS to hide you from the Chinese government.
<yunfan> lordcirth_: yep i got it
dlynn has quit [Remote host closed the connection]
dlynn has joined #ipfs
The_8472 has joined #ipfs
mischat has joined #ipfs
dlynn has quit [Ping timeout: 250 seconds]
<lordcirth_> Kolonka[m], seba- you guys still interested in mutual pinning?
dlynn has joined #ipfs
<yunfan> btw, what is bitswap?
spinza has quit [Quit: Coyote finally caught up with me...]
dlynn has quit [Remote host closed the connection]
<lordcirth_> yunfan, bitswap is the peer-to-peer protocol that IPFS uses to send objects to where they are needed
<aarshkshah1992> Hi guys, one question about IPFS.
<aarshkshah1992> Say I have some content that I have fetched from IPFS. But I don't have it's identifier. Now I want to give the identifier to my friend so he can pull out the same content.
<aarshkshah1992> Is there a way to derive the identifier from the content ?
<aarshkshah1992> like Ipfs.GetCid(content) or something.
xlued has quit [Quit: The Lounge - https://thelounge.github.io]
xlued has joined #ipfs
mischat has quit [Ping timeout: 264 seconds]
spinza has joined #ipfs
<lordcirth_> aarshkshah1992, you have the file? You can just run 'ipfs add'
<yunfan> lordcirth_: thanks. also where could i find the private key in case if i want to move the node to another machine without generated a new node
dimitarvp has quit [Read error: Connection reset by peer]
<lordcirth_> yunfan, it's in the ~/.ipfs/config file. However, I'd recommend letting each machine have it's own key.
<lordcirth_> You don't really gain much from moving the same key around.
<yunfan> lordcirth_: i am going to make a tiny site for people to uploading files to ipfs, but it obviously i need to shutdown and move to another vps often, that;s why i ask
<lordcirth_> yunfan, I would generate a second key for your site, name it, and move that around
<lordcirth_> The main node key doesn't need to persist
<yunfan> lordcirth_: okay
<yunfan> i take your advice :D
aarshkshah1992 has quit [Ping timeout: 250 seconds]
<lordcirth_> As always, test lots and make sure you understand how it all works
<yunfan> thx
aarshkshah1992 has joined #ipfs
}ls{ has quit [Quit: real life interrupt]
aarshkshah1992 has quit [Ping timeout: 245 seconds]
MDude has joined #ipfs
lnostdal has quit [Ping timeout: 245 seconds]
lnostdal has joined #ipfs
gratin has joined #ipfs
mischat has joined #ipfs
gratin has quit [Remote host closed the connection]
gratinb has joined #ipfs
gratin has joined #ipfs
gratinb has quit [Client Quit]
<gratin> hey does anyone know how the pubsub sub function works over http api?
<gratin> i wrote a function in kotlin that sends a pub request but i'm not sure how streams work over http to implement the sub function
Adbray has joined #ipfs
Adbray has quit [Remote host closed the connection]
Adbray has joined #ipfs
Adbray has quit [Remote host closed the connection]
Adbray has joined #ipfs
mischat has quit [Ping timeout: 258 seconds]
ichoquo0Aigh9ie has joined #ipfs
jacky has quit [Ping timeout: 250 seconds]
aarshkshah1992 has joined #ipfs
<postables[m]1> pardon the dump question, is there anyway one can use IPFS to request data directly from a single provider?
dasj19 has joined #ipfs
life23_ has joined #ipfs
life23 has quit [Ping timeout: 250 seconds]
apiarian has quit [Ping timeout: 264 seconds]
magicbit has quit [Ping timeout: 246 seconds]
gde33 has quit [Ping timeout: 250 seconds]
alphazb has quit [Remote host closed the connection]
alphazb has joined #ipfs
Pulse2496 has joined #ipfs
<aarshkshah1992> lordcirth_: Thanks. Since IPFS de-duplicates content, this wont really result in a network call right ? (Assuming I have the file in IPFS locally)
apiarian has joined #ipfs
brianhoffman_ has joined #ipfs
brianhoffman has quit [Ping timeout: 250 seconds]
brianhoffman_ is now known as brianhoffman
mikro2nd has joined #ipfs
mischat has joined #ipfs
hogehogehoge[m] is now known as zakzakzak[m]
gde33 has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Ping timeout: 245 seconds]
gts has joined #ipfs
aarshkshah1992 has joined #ipfs
ash[m] has joined #ipfs
gts has quit [Remote host closed the connection]
gts has joined #ipfs
ichoquo0Aigh9ie is now known as jacky
mischat has quit [Ping timeout: 264 seconds]
gts has quit [Ping timeout: 240 seconds]
mischat has joined #ipfs
magicbit has joined #ipfs
kapil____ has joined #ipfs
alphazb has quit [Max SendQ exceeded]
Ai9zO5AP has joined #ipfs
airwind has joined #ipfs
fazo has joined #ipfs
alphazb has joined #ipfs
mischat has quit [Ping timeout: 258 seconds]
alphazb has quit [Max SendQ exceeded]
alphazb has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
tynes has quit [Ping timeout: 250 seconds]
tynes has joined #ipfs
yhwh_ has quit [Quit: No Ping reply in 180 seconds.]
yhwh has joined #ipfs
lostSquirrel has joined #ipfs
renich has quit [Ping timeout: 240 seconds]
mischat has joined #ipfs
mischat has quit [Ping timeout: 250 seconds]
mischat has joined #ipfs
mischat has quit [Ping timeout: 264 seconds]
blallo_ has quit [Quit: Gotta go]
mischat has joined #ipfs
silotis has quit [Ping timeout: 245 seconds]
woss_io has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
arting[m] has joined #ipfs
The_8472 has joined #ipfs
gts has joined #ipfs
}ls{ has joined #ipfs
reit has joined #ipfs
mischat_ has joined #ipfs
gts has quit [Remote host closed the connection]
gts has joined #ipfs
reit has quit [Ping timeout: 255 seconds]
gts has quit [Remote host closed the connection]
gts has joined #ipfs
gts has quit [Remote host closed the connection]
gts has joined #ipfs
gts has quit [Ping timeout: 255 seconds]
vmx has joined #ipfs
dasj19 has quit [Quit: dasj19]
seba- has quit [Changing host]
seba- has joined #ipfs
<seba-> is there a way to pin a file in a super-seed (random) fashion, i.e. that it downloads "pieces" that are mostly missing from the network?
<voker57> not in go-ipfs
<seba-> that's lame
<seba-> :(
<seba-> that would be a cool feature
<seba-> damn i should really continue with my implementation of IPFS
<seba-> i stoppped because i had exams
<seba-> :>
<voker57> in which language?
<Harekiet> who cares about exams, the world needs ipfs
<voker57> this
gts has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
gts has quit [Remote host closed the connection]
The_8472 has joined #ipfs
zabyl has quit [Ping timeout: 268 seconds]
gts has joined #ipfs
lostSquirrel has quit [Ping timeout: 258 seconds]
sonyynoss[m] has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
manray has quit [Ping timeout: 250 seconds]
gts has quit [Remote host closed the connection]
spinza has quit [Quit: Coyote finally caught up with me...]
squanchycat[m] has joined #ipfs
gts has joined #ipfs
gts has quit [Remote host closed the connection]
gts has joined #ipfs
ZaZ has joined #ipfs
IRCsum has quit [Ping timeout: 264 seconds]
georgyo has quit [Quit: Connection closed for inactivity]
gts has quit [Remote host closed the connection]
rcat has joined #ipfs
gts has joined #ipfs
manray has joined #ipfs
IRCsum has joined #ipfs
spinza has joined #ipfs
airwind has quit [Quit: airwind]
lidel` has joined #ipfs
lidel has quit [Ping timeout: 255 seconds]
lidel` is now known as lidel
The_8472 has quit [Ping timeout: 240 seconds]
aarshkshah1992 has joined #ipfs
The_8472 has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
gts has quit [Remote host closed the connection]
gts has joined #ipfs
mischat_ has quit []
dasj19 has joined #ipfs
gts has quit [Remote host closed the connection]
The_8472 has joined #ipfs
Pulse2496 has quit [Ping timeout: 246 seconds]
gts_ has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
gts_ has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
ilyaigpetrov has joined #ipfs
DnrkasEFF has joined #ipfs
malaclyps has quit [Read error: Connection reset by peer]
malaclyps has joined #ipfs
zeden has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
patrl has joined #ipfs
aarshkshah1992 has joined #ipfs
DnrkasEFF has quit [Quit: Leaving.]
woss_io has quit [Ping timeout: 258 seconds]
woss_io has joined #ipfs
DnrkasEFF has joined #ipfs
jon1012 has joined #ipfs
<lordcirth_> seba-, bitswap does prioritize downloading rare pieces.
<lordcirth_> postables[m]1, I think you can set --routing none and then manually connect to that node
axtim19[m] has joined #ipfs
rtjure has joined #ipfs
gts has joined #ipfs
Taoki has joined #ipfs
mowotter has quit [Remote host closed the connection]
roberto68 has quit [Remote host closed the connection]
roberto68 has joined #ipfs
zeden has quit [Quit: WeeChat 2.3]
aarshkshah1992 has quit [Remote host closed the connection]
zeden has joined #ipfs
matt_ has joined #ipfs
matt_ is now known as Guest57848
matth has quit [Ping timeout: 245 seconds]
user12345 has joined #ipfs
user12345 has left #ipfs [#ipfs]
user4567 has joined #ipfs
user4567 has quit [Quit: Page closed]
aarshkshah1992 has joined #ipfs
ygrek has joined #ipfs
gts has quit []
<geoah> daviddias[m]: should https://camp.ipfs.io be working? :D
patrl has quit [Ping timeout: 268 seconds]
amxx[m] has joined #ipfs
ygrek has quit [Ping timeout: 255 seconds]
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
blallo has joined #ipfs
dlynn has joined #ipfs
toxync01 has quit [Quit: ZNC 1.7.1 - https://znc.in]
toxync01 has joined #ipfs
mowcat has joined #ipfs
ddahl has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Quit: Leaving...]
reit has joined #ipfs
DnrkasEFF has quit [Quit: Leaving.]
matth has joined #ipfs
<daviddias[m]> @geoah check it out now :)
Guest57848 has quit [Ping timeout: 250 seconds]
<geoah> ouch that's kinda on the expensive side :P
<geoah> I'm kinda confused on what the camp is supposed to be and who the target audience is
dlynn has quit [Remote host closed the connection]
<TimMc> Don't worry, it's a content-addressed conference, so everyone attending the same talk actually shares the pro-rated cost of that talk. ;-)
dlynn has joined #ipfs
patrl has joined #ipfs
<TimMc> (that joke makes less sense the longer I look at it -.-)
<geoah> xD
<geoah> it's the effort that counts :P
dlynn has quit [Ping timeout: 250 seconds]
dlynn has joined #ipfs
mikro2nd has quit [Ping timeout: 244 seconds]
DnrkasEFF has joined #ipfs
clemo has quit [Ping timeout: 245 seconds]
vmx has quit [Ping timeout: 252 seconds]
cris_thor` has quit []
cris has joined #ipfs
silotis has joined #ipfs
Myrth has quit [Quit: No Ping reply in 180 seconds.]
clemo has joined #ipfs
Myrth has joined #ipfs
dlynn has quit [Remote host closed the connection]
dlynn has joined #ipfs
dlynn has quit [Remote host closed the connection]
dlynn has joined #ipfs
DevilsDulcimer has joined #ipfs
<DevilsDulcimer> anyone know if theres a project out there for a decentralized knowledge graph?
<DevilsDulcimer> time to create AkashicCoin
<DevilsDulcimer> who wants to tackle AkashicCoin with me?
mowcat has quit [Remote host closed the connection]
manray has quit [Ping timeout: 250 seconds]
razeL has joined #ipfs
razeL has quit []
manray has joined #ipfs
fazo has quit [Quit: fazo]
<seba-> lol
<seba-> i just wrote a script
<seba-> that keeps pinging my ipfs client
<seba-> and now it's working faster
<seba-> bizzare
gaboesquivel has joined #ipfs
<gaboesquivel> hi Everyone
<gaboesquivel> do you have any idea what's going on this script ? https://repl.it/@gaboesquivel/LightOffensiveDecagons
<gaboesquivel> I can't get any ipfs-http-client add function to work for some reason
<gaboesquivel> it always throws some JSON parsing error, something internal to the pkg
gabesquivel has joined #ipfs
ygrek has joined #ipfs
<stebalien> Go-ipfs 0.4.19 RC2 has been released (https://dist.ipfs.io/go-ipfs/v0.4.19-rc2). Hopefully the final RC in this cycle.
stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.19-rc2 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
stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.19-rc2 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
d3mon has joined #ipfs
d3mon has left #ipfs [#ipfs]
plexigras has joined #ipfs
zane has joined #ipfs
ddahl_ has joined #ipfs
MikeFair has joined #ipfs
ddahl has quit [Ping timeout: 246 seconds]
renich has joined #ipfs
cryptopunk0[m] has joined #ipfs
vmx has joined #ipfs
gabesquivel has quit [Quit: Page closed]
cyfex has joined #ipfs
<postables[m]1> lordcirth_: ah ok thanks
href has quit [Remote host closed the connection]
The_Loko has joined #ipfs
<lordcirth> seba-, does upgrading to 4.19 fix it?
rodolf0 has joined #ipfs
<gaboesquivel> when I run the nodejs test suite for js-ipfs-http-client/
<gaboesquivel> everything works, with ipfs address on the of the ipfs instance generated before test
renich_ has joined #ipfs
<gaboesquivel> If I modify it to ipfs = ipfsClient( {host: 'gateway.ipfs.io', port: 443, protocol: 'https' })
<gaboesquivel> none of the file add test work
<gaboesquivel> why is that ?
<lordcirth> gaboesquivel, perhaps the ipfs.io gateway is read-only?
renich has quit [Ping timeout: 245 seconds]
<gaboesquivel> AFAIK it allows write, but if none else pins it then it gets deleted
<gaboesquivel> that's what I thought
<gaboesquivel> also I get some JSON parsing error, that within js-ipfs-http-client code
<lordcirth> gaboesquivel, anyway, why do you want to upload to ipfs.io? Why not your own node?
<gaboesquivel> SyntaxError: Unexpected token p in JSON at position 4
<gaboesquivel> at JSON.parse (<anonymous>)
<gaboesquivel> at streamToValue (ipfs-demo/node_modules/ipfs-http-client/src/utils/stream-to-json-value.js:25:18)
<gaboesquivel> I want to upload to my own, but thought gateway.ipfs.io allowed write by default
renich_ is now known as renich
<lordcirth> gaboesquivel, sounds like you should get the data being sent and inspect it
<gaboesquivel> so wanted to test http client script first
<gaboesquivel> then configure my node and point the script to it
<gaboesquivel> I'll try with node I have setup, might need to configure CORS and other stuff, wanted to use a free gateway to test first
<gaboesquivel> I'll see what happens if I use my local node and later the remote node
<D_> that gateway returns a HTTP/1.1 405 Method Not Allowed when you POST to /ipfs/
<D_> You can test it with curl or something
<gaboesquivel> thanks
<gaboesquivel> I thought I could add through the public gatewayy
<gaboesquivel> it works like charm thru own node
squanchycat[m] has left #ipfs ["User left"]
<postables[m]1> Gaboose (IRC): most people have their gateways as non-wirtable so thats probably why you're getting the issue
<D_> Yeah, when a gateway is configured read only it returns a plain text response with "Method POST not allowed: read only access"
<lordcirth> It would probably be better if the library said it was read-only rather than that parse error
<D_> I guess if a client library expects JSON, it's gonna get confused
<postables[m]1> it's also the default setting iirc
zane has quit [Ping timeout: 268 seconds]
<gaboesquivel> tks
<gaboesquivel> Yeah I agree better error handling there would be nice
rodolf0 has quit [Remote host closed the connection]
spinza has quit [Quit: Coyote finally caught up with me...]
Battosa has left #ipfs ["WeeChat 2.4"]
xcm has quit [Ping timeout: 250 seconds]
dlynn has quit [Remote host closed the connection]
xcm has joined #ipfs
dlynn has joined #ipfs
woss_io has quit [Read error: Connection reset by peer]
dlynn has quit [Ping timeout: 268 seconds]
spinza has joined #ipfs
mischat has quit [Remote host closed the connection]
dlynn has joined #ipfs
matt_ has joined #ipfs
matt_ is now known as Guest25603
m3s has quit [Remote host closed the connection]
Jaymoon[m] has joined #ipfs
matth has quit [Ping timeout: 250 seconds]
zeden has quit [Quit: WeeChat 2.3]
jesse22 has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
mischat has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesse22 has joined #ipfs
dasj19 has quit [Quit: dasj19]
dasj19 has joined #ipfs
dasj19 has quit [Remote host closed the connection]
gaboesquivel has quit [Read error: Connection reset by peer]
gaboesquivel has joined #ipfs
tabaglio[m] has joined #ipfs
tabaglio[m] has left #ipfs ["User left"]
dlynn has quit [Remote host closed the connection]
dlynn has joined #ipfs
m3s has joined #ipfs
m3s has joined #ipfs
m3s has quit [Changing host]
tombusby has quit [Ping timeout: 256 seconds]
tombusby has joined #ipfs
cyfex_ has joined #ipfs
cyfex has quit [Ping timeout: 255 seconds]
MDude has quit [Ping timeout: 250 seconds]
ddahl_ has quit [Ping timeout: 246 seconds]
Ai9zO5AP has quit [Ping timeout: 255 seconds]
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 255 seconds]
Mateon3 is now known as Mateon1
MDude has joined #ipfs
caught_in_the_ma has joined #ipfs
plexigras has quit [Ping timeout: 255 seconds]
seba-- has joined #ipfs
seba- has quit [Ping timeout: 255 seconds]
dlynn has quit [Remote host closed the connection]
seba-- has quit [Ping timeout: 250 seconds]
seba- has joined #ipfs
dqx_ has quit [Remote host closed the connection]
dqx_ has joined #ipfs
dqx__ has joined #ipfs
dqx_ has quit [Ping timeout: 244 seconds]
ddahl_ has joined #ipfs
vmx has quit [Remote host closed the connection]
spinza has quit [Quit: Coyote finally caught up with me...]
gratin has quit [Read error: Connection reset by peer]
spinza has joined #ipfs
DnrkasEFF has quit [Quit: Leaving.]
MikeFair has quit [Read error: Connection timed out]
MikeFair has joined #ipfs
dqx__ has quit [Remote host closed the connection]
mischat has quit [Ping timeout: 258 seconds]
dqx_ has joined #ipfs
ebarch has quit [Quit: The Lounge - https://thelounge.chat]
ebarch has joined #ipfs
renich_ has joined #ipfs
renich has quit [Ping timeout: 255 seconds]
ygrek has quit [Ping timeout: 258 seconds]
renich_ is now known as renich