Closed marks closed 10 years ago
Thanks sending for this, looks like it crashes bloomapi -- needs to get fixed :-)
My quick hack is to wrap the problem line #146 of fields.js
with the following...
if(set[meta.set - 1] != undefined){
set[meta.set - 1][tkey] = tvalue; # old line 146
}
i am getting the same issue, @marks : i added same code you suggested, not working for me. anyone have fix for it ? Thanks in advance Muniraj S
here is the error detail
2014-02-07T17:34:53.349Z - error: error: column npis.provider_last_name_legal_name does not exist
at Connection.parseE (/home/ubuntu/bloomapi/node_modules/pg/lib/connection.js:537:11)
at Connection.parseMessage (/home/ubuntu/bloomapi/node_modules/pg/lib/connection.js:382:17)
at Socket.
@muniraj65 - is this happening on a specific NPI or all of them?
Thank you for the response. Happening for all of them what ever I entered in search field What do you think will ba a issue
Thanks mark
On Saturday, 8 February 2014, Mark Silverberg notifications@github.com wrote:
@muniraj65 https://github.com/muniraj65 - is this happening on a specific NPI or all of them?
Reply to this email directly or view it on GitHubhttps://github.com/untoldone/bloomapi/issues/43#issuecomment-34546836 .
Sent from IPhone 5
@muniraj65 That sounds like it's a different issue. It sounds like the bootstrap code either didn't run or didn't run successfully. Did you make sure to run node make.js bootstrap
before running the server? If yes, could you delete the bloomapi db/ rerun it? If you're still seeing the problem, could you open a new issue for it and I'll look into it? @marks I'll get your fix for the original issue in today/tomorrow (sorry for delay!)
Fixed and deployed to www.bloomapi.com
I am getting the following error when hitting the JSON endpoint of NPI
1003160391
locally. I get a 502 bad gateway error when using the bloomapi.com endpoint.Will try to look into this myself but want to make sure it's documented here too.