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
I have no issue running the program I had written on my local machine. the simpledb library runs perfect and my app.'s script is running without errors. However when I push this to my AWS machine, i get the following 'error' in the debugger. I am not sure why I get this since its the same exact code and it happens whether i try to list domains or a simple select. I'm confused as to why this is happening.
DEBUG: simpledb: 2014-03-24T03:57:29.499Z create {"keyid":"","secret":"","secure":false,"consistent":true,"test":false,"maxtry":null,"expbase":null,"delaymin":null,"delayscale":null,"randomdelay":null} {"secure":false,"host":"sdb.amazonaws.com","path":"/","version":"2009-04-15","port":80,"nolimit":false,"maxlimit":2500}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:29.531Z request 1395633449531 Select {"SelectExpression":"select * from stockfeed_new where idOfTextStatus > '444080819490283521' order by idOfTextStatus asc limit 10","ConsistentRead":"true"}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:29.562Z status false 1 false 0 {}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:29.891Z status false 2 false 325.94354087486863 {}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:30.058Z status false 3 false 165.23593217134476 {}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:36.199Z status false 4 true 6134.611403942108 {}
The text was updated successfully, but these errors were encountered:
I have no issue running the program I had written on my local machine. the simpledb library runs perfect and my app.'s script is running without errors. However when I push this to my AWS machine, i get the following 'error' in the debugger. I am not sure why I get this since its the same exact code and it happens whether i try to list domains or a simple select. I'm confused as to why this is happening.
DEBUG: simpledb: 2014-03-24T03:57:29.499Z create {"keyid":"","secret":"","secure":false,"consistent":true,"test":false,"maxtry":null,"expbase":null,"delaymin":null,"delayscale":null,"randomdelay":null} {"secure":false,"host":"sdb.amazonaws.com","path":"/","version":"2009-04-15","port":80,"nolimit":false,"maxlimit":2500}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:29.531Z request 1395633449531 Select {"SelectExpression":"select * from
stockfeed_new
where idOfTextStatus > '444080819490283521' order by idOfTextStatus asc limit 10","ConsistentRead":"true"}util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:29.562Z status false 1 false 0 {}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:29.891Z status false 2 false 325.94354087486863 {}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:30.058Z status false 3 false 165.23593217134476 {}
util.debug: Use console.error instead
DEBUG: simpledb: 2014-03-24T03:57:36.199Z status false 4 true 6134.611403942108 {}
The text was updated successfully, but these errors were encountered: