Giter Club home page Giter Club logo

Comments (9)

xhujerr avatar xhujerr commented on June 29, 2024

Ok. Now I see there are already several merge requests for this bug. The least intrusive from jofusa.

Can you merge that please?

from pyrabbit.

stephane-martin avatar stephane-martin commented on June 29, 2024

+1, please :)

from pyrabbit.

ricardoklein avatar ricardoklein commented on June 29, 2024

+1

from pyrabbit.

Rajlaxmi avatar Rajlaxmi commented on June 29, 2024

+1

from pyrabbit.

rnt avatar rnt commented on June 29, 2024

+1

from pyrabbit.

sclooney94 avatar sclooney94 commented on June 29, 2024

Hi I'm still having this issue with the latest pip install of pyrabbit (1.1.0). Everytime I use the client it prints the url, when I use "pip install -U git+https://github.com/bkjones/pyrabbit.git" it removes this issue but I then get;

Traceback (most recent call last):
File "messages.py", line 13, in
all_queue_names = [str(q['name']) for q in cl.get_queues()]
File "/home/anaconda2/lib/python2.7/site-packages/pyrabbit/api.py", line 478, in get_queues
queues = self._call(path, 'GET')
File "/home/anaconda2/lib/python2.7/site-packages/pyrabbit/api.py", line 108, in _call
resp = self.http.do_call(path, method, body, headers)
File "/home/anaconda2/lib/python2.7/site-packages/pyrabbit/http.py", line 102, in do_call
raise HTTPError(content, resp.status_code, resp.text, path, body)
pyrabbit.http.HTTPError: 404 - Not found. (None) (queues) (None)

This appear when trying to run a very basic code ?

from pyrabbit.api import Client

cl = Client('localhost:15672', 'guest', 'guest')
all_queue_names = [str(q['name']) for q in cl.get_queues()]

any help would be greatly appreciated

from pyrabbit.

morganchristiansson avatar morganchristiansson commented on June 29, 2024

+1

This is fixed in master but not latest v1.1.0 release https://github.com/bkjones/pyrabbit/blob/v1.1.0/pyrabbit/http.py#L101

I'm redirecting stdout to /dev/null as a workaround >/dev/null

from pyrabbit.

ShibaBandit avatar ShibaBandit commented on June 29, 2024

+1

from pyrabbit.

deslum avatar deslum commented on June 29, 2024

I fork and update module. Welcome https://github.com/deslum/pyrabbit2

from pyrabbit.

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.