You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c = tagreader.IMSClient("GFB", "aspenone") c.connect() c.search(desc='*Ringrom*')
Yields Tag is required.
Doing the same for a piwebapi client, e.g PINO, results are returned. Assuming then that the aspenone client requires the tag input when searching, whereas the piwebapi client does not.
I apologize for the late answer. Tagreader has been on the back-burner for a while as we have been tasked on different projects. Yes this is because Aspenone client requires the input tag when searching while the piwebapi does not. But I see that the typing is a bit confusing and I'll look into if we can find a better way to do it so that we don't get conflicting types.
Perhaps a silly question, but is tag an Optional parameter in search as per the type hinting or not?
tagreader-python/tagreader/web_handlers.py
Line 444 in 25743ac
The text was updated successfully, but these errors were encountered: