You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all thank you for your work. Second, I successfully deployed API and lambda functions and embed the javascript (without the akismet option). First with Node 6.0.0 then I tried with Node 6.2.2, both on OSX. Npm always runs test successfully but the only thing that appears in my page are these divs
div id="lambda-comments"
div data-reactid=".0"
so no comment form. No CORS errors in the browser. Apparently it is a frontend problem.
I also tried on a Linux VM with Node 5.7.0 (with and without sudo) and test fails (sometime it even fails during the install, running BootstrapCommand.execute when linking lambda-comments-utils dependencies). In this VM I am building without the akismet API key as well.
at ChildProcess.exithandler (child_process.js:202:12)
at emitTwo (events.js:100:13)
at ChildProcess.emit (events.js:185:7)
at maybeClose (internal/child_process.js:827:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)>
but if I re-run it successfully bootstrapps. And this is my test
passing (66ms)
8 failing>
local Post new comment to the queue should return an id:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:33:29)>
local Post new comment to the queue should fail if there is no data:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:55:29)>
local Post new comment to the queue should catch spam:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:90:29)>
local Post new comment to the queue should fail with a bad signature:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:124:29)>
local Post new comment to the queue should allow posting hangul characters:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:159:29)>
remote Post new comment to the queue should return an actionRef:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:214:29)>
remote Post new comment to the queue should fail if there is no data:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:224:29)>
remote Post new comment to the queue should allow posting hangul characters:
TypeError: this is not a typed array.
at Function.from (native)
at Context. (test.js:252:29)>
Any suggestion?
The text was updated successfully, but these errors were encountered:
Ema-Mu
changed the title
Form does not show (OSX - Node v6.2.2) / Test fails (Linux - nove v5.7.0)
Form does not show (OSX - Node v6.2.2) / Test fails (Linux - Node v5.7.0)
Aug 3, 2016
Hello, first of all thank you for your work. Second, I successfully deployed API and lambda functions and embed the javascript (without the akismet option). First with Node 6.0.0 then I tried with Node 6.2.2, both on OSX. Npm always runs test successfully but the only thing that appears in my page are these divs
so no comment form. No CORS errors in the browser. Apparently it is a frontend problem.
I also tried on a Linux VM with Node 5.7.0 (with and without sudo) and test fails (sometime it even fails during the install, running BootstrapCommand.execute when linking lambda-comments-utils dependencies). In this VM I am building without the akismet API key as well.
but if I re-run it successfully bootstrapps. And this is my test
Any suggestion?
The text was updated successfully, but these errors were encountered: