How to solve the error when i pass area param. Installed osm-3s_v0.7.53 in a server and able to make request. But if i try to make request with area then i ma getting the following error
Error: runtime error: open64: 111 Connection refused /home/osm-3s_v0.7.53/bin/db//osm3s_v0.7.53_areas Unix_Socket::7
example query
[timeout:25];
area[name="france"];
( node[name="starbucks"];
way[name="starbucks"];
rel[name="starbucks"];
);
out center;
but if i try
[timeout:25];
( node[name="starbucks"];
way[name="starbucks"];
rel[name="starbucks"];
);
out center;
it gets a valid xml for default area
Please help..