Skip to content

BobcatParser model download fails due to unreachable qnlp.cambridgequantum.com (DNS resolution error) #257

@Yahya3mn

Description

@Yahya3mn

When instantiating a BobcatParser object, lambeq attempts to retrieve the model version from:

https://qnlp.cambridgequantum.com/models/bobcat/latest/version.txt

However, the remote host cannot be resolved. The domain appears to be unavailable (DNS resolution fails), causing an immediate ModelDownloaderError.

The issue occurs before any local model caching logic can proceed.

Error Trace

ModelDownloaderError: ModelDownloader raised error: Failed to retrieve remote version number from https://qnlp.cambridgequantum.com/models/bobcat/latest/version.txt

Network test:

$ ping qnlp.cambridgequantum.com
ping: cannot resolve qnlp.cambridgequantum.com: Unknown host

DNS test:

$ nslookup qnlp.cambridgequantum.com
** server can't find qnlp.cambridgequantum.com: NXDOMAIN

Environment

lambeq version: 0.5.0

Python version: 3.11.14

OS: Ubuntu (Linux) 24 LTS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions