m-ld / timeld

Live shared timesheets
MIT License
1 stars 1 forks source link

Ably error when trying to use `timeld open` #88

Closed michielbdejong closed 1 year ago

michielbdejong commented 1 year ago
$ timeld open fedb/from-pondersource-testing
reading config file from /Users/michiel/Library/Preferences/timeld-nodejs/config.json
reading config file from /Users/michiel/Library/Preferences/timeld-nodejs/config.json

/Users/michiel/.nvm/versions/node/v16.16.0/lib/node_modules/timeld-cli/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js:13
            throw err;
            ^
ErrorInfo {
  message: 'Channel operation failed as channel state is failed',
  code: 90001,
  statusCode: 400,
  cause: undefined,
  href: 'https://help.ably.io/error/90001'
}

When using timeld admin, I can see that the timesheet does exist, though. This is with timeld-cli 0.1.4

michielbdejong commented 1 year ago

Ah, updating to timeld-cli 0.1.7 fixed it! :)