Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Documentation update

Hi Alex,

Thanks for the note. I'm slowly working on a new Python release, I'll
get the documentation on the website updated at the same time.

Cheers,

Roger

On Thu, 29 Jul 2021 at 15:53, Alex J Lennon
<ajlennon@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi folks,
>
> Just grabbed some example source for an MQtt client and had some minor
> problems.
>
> This came up -
>
> https://www.eclipse.org/paho/index.php?page=clients/python/index.php
>
> I'm told mqtt.eclipse.org should really be mqtt.eclipseprojects.io now
>
> More importantly when I use paho-mqtt 1.5.1 this breaks as the callback
> has apparently changed
>
> "TypeError: on_connect() takes 3 positional arguments but 4 were given"
>
> So then I found this -
>
> https://www.eclipse.org/paho/index.php?page=clients/python/docs/index.php
>
> This takes the right number of args in the example and works.
>
> Just thought I'd let you know!
>
> Cheers,
>
> Alex
>
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/paho-dev


Back to the top