-
Notifications
You must be signed in to change notification settings - Fork 6
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
Creating two clients re-uses variables from the first client #2
Comments
/cc @vivienschilis |
Hi @topfunky, we were not 'Watching' this repo strangely. Can you have give it a try? |
Oh ok no I think I found the issue. |
Actually, I did this test: What's your nodejs version? |
Ok can actually, can you use git master and tell me if that works. thx |
Ok I updated npm with the latest version |
Thanks, Vivien! I'll try it out. On Mon, Jul 15, 2013 at 7:17 AM, Vivien Schilis [email protected]:
Geoffrey Grosenbach |
I'm sending a video out to two different clouds using the Node.js client.
When I create a second client, I get an error that the API request wasn't properly signed. It appears that the Panda client is caching variables internally, which makes it impossible to use it twice in an app.
The script works fine if I use either the configuration data from
cloudA
or fromcloudB
.The text was updated successfully, but these errors were encountered: