-
Notifications
You must be signed in to change notification settings - Fork 28
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 Could not parse row {... #21
Comments
@jikkujose were you running an IPFS node in your machine? This tells me that we should have better error messages |
@diasdavid yes, I ran the daemon while I was pushing it. I don't generally run it in the background all the time, since I am on a laptop. |
@jikkujose What version of ipfs are you running? ( |
I get the same error when I try to use the js-ipfs-api to add something. The issue was closed at the go-ipfs repo, however. |
Hi @jikkujose and @void4 , mind testing ipscend again, just released version 0.2.0 which should solve the incompatibility issue. Also now you can do |
I also get this problem when using js-ipfs-api, which has made js-ipfs-api unusable for me in Nodejs. |
@tinybike which version (Node.js, js-ipfs-api and IPFS)? |
Node.js v4.2.4, js-ipfs-api v2.13.1 (from npm), IPFS v0.4.0-dev. I saw a comment that feat/files-api had a fix for this issue so I tried this branch out, but it did not help me. Temporary fix: I downgraded IPFS to v0.3.11 and js-ipfs-api works again. |
Hi all! It has been a long time. I've just updated the dependencies and ran some quick tests. It worked well, let me know if it works for you too. To be 100% sure it won't break in the future I'll need to write some tests. I plan to spend some time on this once I get a bit of free time (which by the looks might be the end of June). Thank you for being patient :) |
Hi folks! I'm no longer maintaining this module. The good news is that there is one way better on the block, check the deprecation notice -- https://github.com/ipfs-shipyard/ipscend/blob/master/README.md#deprecation-notice -- to find a url to it and a tutorial on how to use it! |
Can't publish, keep getting error:
error Could not parse row {...
What I did:
ipscend init
& chose default location as public.ipscend preview
, it worked as expected.ipscend publish
and got the error specified.Any ideas?
The text was updated successfully, but these errors were encountered: