gtfierro / mdal

metadata-driven data access layer
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

dataclient: Rendezvous Error on Wifi that previously worked #13

Closed jleyden closed 5 years ago

jleyden commented 5 years ago

I am making this query with dataclient on my home wifi.

request = { "weather": {
                "Definition": """SELECT ?t ?t_uuid FROM %s WHERE {
                    ?t rdf:type/rdfs:subClassOf* brick:Weather_Temperature_Sensor .
                    ?t bf:uuid ?t_uuid
                };""" % site,
            }
}
   request['Composition'] = ['weather']
    request['Aggregation'] = {'weather': ['MEAN']}
    request['Time'] = {
        'Start': start,
        'End': end,
        'Window': '15m',
        'Aligned': True
    }
    resp_weather = m.query(request)

This query usually works on my home wifi and I am now getting an error:

_Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNIMPLEMENTED, unknown service mdalgrpc.MDAL)>

What is going on here?

gtfierro commented 5 years ago

The server is running, so I'm not sure. Is the error persisting? Also check that you can ping corbusier.cs.berkeley.edu

gtfierro commented 5 years ago

Can you email me a full script that reproduces?

jleyden commented 5 years ago

Same issue is happening again on AirBears2 right now

gtfierro commented 5 years ago

Wait 30 min and try again. Server was having internal issues but I'm fixing this now

On Fri, Nov 30, 2018 at 8:47 AM John Leyden notifications@github.com wrote:

Same issue is happening again on AirBears2 right now

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gtfierro/mdal/issues/13#issuecomment-443265020, or mute the thread https://github.com/notifications/unsubscribe-auth/AADYiheg0-e_g29AbBRnzERo7K49L6Qkks5u0WEzgaJpZM4YLCQE .

gtfierro commented 5 years ago

This kind of issue is best left to email