GithubHelp home page GithubHelp logo

Comments (5)

todrobbins avatar todrobbins commented on August 16, 2024

Same issue on my end:

trobbins$ dat init --remote=http://oaklandcrime.dathub.org

/usr/local/lib/node_modules/dat/lib/meta.js:95
    schemas.map(function(schema) {
            ^
TypeError: Object  has no method 'map'
    at ConcatStream.cb (/usr/local/lib/node_modules/dat/lib/meta.js:95:13)
    at ConcatStream.end (/usr/local/lib/node_modules/dat/node_modules/concat-stream/index.js:45:21)
    at Transform.onend (/usr/local/lib/node_modules/dat/node_modules/level-version/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:487:10)
    at Transform.g (events.js:180:16)
    at Transform.EventEmitter.emit (events.js:117:20)
    at /usr/local/lib/node_modules/dat/node_modules/level-version/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:924:16
    at process._tickCallback (node.js:415:13)

from dat.

max-mapper avatar max-mapper commented on August 16, 2024

made some breaking changes recently, will fix this soon

from dat.

todrobbins avatar todrobbins commented on August 16, 2024

great news!

from dat.

larsyencken avatar larsyencken commented on August 16, 2024

With dat 2.9.0, I get:

$ dat init --remote=http://oaklandcrime.dathub.org
{ message: 'Incoming data has different schema than existing data',
  type: 'columnMismatch',
  existing: 
   [ 'Address',
     'CaseNumber',
     'City',
     'CrimeType',
     'DateTime',
     'Description',
     'PoliceBeat',
     'State' ],
  incoming: 
   [ 'Address',
     'CaseNumber',
     'City',
     'CrimeType',
     'Description',
     'PoliceBeat',
     'State' ],
  error: true }

stream.js:94
      throw er; // Unhandled stream error in pipe.
            ^
[object Object]

from dat.

max-mapper avatar max-mapper commented on August 16, 2024

update: the --init remote API has been deprecated, use this instead:

dat clone http://oaklandcrime.dathub.org

from dat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.