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.

setValue giving Error: options.uri is a required argument

See original GitHub issue

I don’t if if I did anything wrong but I can’t set a value

cell.setValue("test", function(err) {
      console.log(err);
});

I’m getting options.uri is a required argument

let me know if there is another way to save things. I tried save() but did’t work

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
gtorodelvallecommented, Nov 23, 2016

@servermeta , any plans tu publish it as an NPM package? 😃

0reactions
theoephraimcommented, Feb 3, 2020

I’ve just a published a new version of this module which is a complete rewrite using Google’s V4 Sheets API (v3 is being deprecated on March 3, 2020). YOU MUST MIGRATE IF YOU ARE STILL USING THIS PACKAGE!

Docs available here - https://theoephraim.github.io/node-google-spreadsheet

I do believe this issue should be fixed in the new version. Please test it out and if you find that there is still a problem, reopen the issue.

Thanks! 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To fix Error: options.uri is a required argument?
I'm trying to make a CORS POST request, but it's giving this error: Error: options.
Read more >
How To fix Error: options.uri is a required argument?-node.js
Error : options.uri is a required argument. This error is possible, if the url you provide turns out to be a falsy value....
Read more >
Updating Angular Forms with patchValue or setValue
Ignoring all the function arguments and types, all it does is call setValue , which - sets the value. So, why use patchValue...
Read more >
Web service error codes (Microsoft Dataverse) - Power Apps
The following list shows the error codes used in Dataverse. For more information about handling errors when using the Dataverse SDK for ....
Read more >
App SDK Reference - Contentful
If you use a CommonJS bundler you need to require the App SDK: ... it by setting the parameter skipUiValidation in the method's...
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