Giter VIP home page Giter VIP logo

Comments (3)

blakerouse avatar blakerouse commented on August 17, 2024

Can you provide the stacktrace that shows the removal of the s in the https?

from python-libmaas.

MartinNowack avatar MartinNowack commented on August 17, 2024

Sure. Let me know if you need anything else.

>>> client = maas.client.connect(
    "https://192.168.0.2/MAAS/",
    apikey="##replaced",
    insecure=True)

>>> list(client.machines.list())
Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "venv/lib/python3.7/site-packages/maas/client/utils/maas_async.py", line 49, in wrapper
    result = eventloop.run_until_complete(result)
  File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 568, in run_until_complete
    return future.result()
  File "venv/lib/python3.7/site-packages/maas/client/viscera/nodes.py", line 46, in read
    data = await cls._handler.read(**params)
  File "venv/lib/python3.7/site-packages/maas/client/bones/__init__.py", line 302, in __call__
    response = await self.bind(**params).call(**data)
  File "venv/lib/python3.7/site-packages/maas/client/bones/__init__.py", line 463, in dispatch
    raise CallError(request, response, content, self)
maas.client.bones.CallError: GET http://192.168.0.2/MAAS/api/2.0/machines/ -> HTTP 404 Not Found (<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"…)

from python-libmaas.

MartinNowack avatar MartinNowack commented on August 17, 2024

By the way it's the current master of python-libmaas in combination with MAAS 2.4.2 (7034-g2f5deb8b8-0ubuntu1)

from python-libmaas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.