question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Insufficient documentation

See original GitHub issue

Hi,

I would like to the the SurrealDB and I’m following the steps on the site but it doesn’t work and I don’t find information what’s wrong.

I’ve started the server with docker run --name surrealdb -d -p 8000:8000 surrealdb/surrealdb:latest start as it’s mentioned in the install page. I’ve copied the Node.js example code from here but when I start it gives error:

ERROR r [AuthenticationError]: There was a problem with authentication
    at c.Ye (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:69967)
    at c.<anonymous> (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:66686)
    at c.r (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52384)
    at D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52586
    at Array.forEach (<anonymous>)
    at c.value (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52563)
    at s.<anonymous> (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:65324)
    at D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52586
    at Array.forEach (<anonymous>)
    at s.value (D:\Work\tmp\surrealdb-demo\node_modules\surrealdb.js\dist\lib\index.cjs:1:52563)

I think the problem is that, the container started without user/pass, but the example code use root for them, but if I skip them, in db.signin I’ve got the same problem. If I skip the whole signin I’ve got

ERROR Error: There was a problem with the database: The table does not exist

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
icebobcommented, Sep 5, 2022

@koakh you are right, with --user root --pass root works fine. Thanks!

By the way, if it’s intentional just need to update the docker run commands in the docs.

1reaction
koakhcommented, Sep 5, 2022

Glad to know you are ready @icebob @tobiemh is the best person to finish this issue, and improve the docs, etc

Read more comments on GitHub >

github_iconTop Results From Across the Web

Insufficient Documentation - CGS Medicare
Insufficient documentation errors identified by the CERT Review Contractor may include: Incomplete progress notes (e.g., unsigned, undated, ...
Read more >
Insufficient Documentation - ETS
View common reasons why disability documentation is deemed insufficient by ETS. The current functional limitations are missing from the report.
Read more >
Complying With Medical Record Documentation Requirements
Reviewers determine that claims have insufficient documentation errors when the medical documentation submitted is inadequate to support payment for the ...
Read more >
42 CFR § 110.71 - Insufficient documentation for eligibility and ...
§ 110.71 Insufficient documentation for eligibility and benefits determinations. In the event that there is insufficient documentation in the Request Package ...
Read more >
insufficient documentation definition - Reverso Dictionary
insufficient. adj not sufficient; inadequate or deficient
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found