Marek Czerski
Marek Czerski
also trying to browse comodore c64 list alphabetically (actually any category): ``` 2023-05-12 16:55:24.905 T:25499 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error
In resources/lib/utils.py commenting out line 980 and 981 then uncommenting line 982 solves issue for me.
https://github.com/mbuesch/pyprofibus/blob/dd93704719d08fd5e769c429f6af9dfe4f7ca18e/pyprofibus/dp_master.py#L691 Doesn't the above "if" prevent any data exchange when master data out is None?
To my understanding the slave will not send anything without any request from master, but as i said i'm profibus noob :) so if master will not send any data...
Ok, so how do master read data from slave? To my understanding, master has to SEND data exchange request to do that. But that involves writing to slave as well.
unfortunately i'm not in possession of real device now and im only using dumny phy to simulate that. I'll try your suggestion when i'll have the device. The thing i...
> It does only support single-slave operation. That is interesting. I did not see such info anywhere in the docs and when looking at code it seemed to me that...
For the record, other backend methods like browse or lookup are blazing fast, it is just the search very slow.
also get_images is very slow.
just as a hit, changing mopidy_dleyna/translator.py:query function to return: ``` ('(Type = "music" or Type = "audio") and (%s)' % ") and (".join(terms)) or "*" ``` isteand of ``` ("(%s)"...