Skip to content

AssertionError: xcall utility replied unexpectedly on *both* stdout and stderr #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
KingOfSpades opened this issue Dec 16, 2019 · 1 comment

Comments

@KingOfSpades
Copy link

Great wrapper! I've been googleing something like this for dayz!

Quick problem. I'm using this wrapper to call Things3 on macOS but getting:

Traceback (most recent call last):
  File "test.py", line 5, in <module>
    xcall.xcall('things', 'add?title=Test')
  File "xcall.py", line 86, in xcall
    return client.xcall(action, action_parameters, activate_app)
  File "xcall.py", line 132, in xcall
    result = self._xcall(cmdurl, activate_app)
  File "xcall.py", line 167, in _xcall
    'Try xcall directly from terminal with: "%s" ' % (stdout, stderr, ' '.join(args)))
AssertionError: xcall utility replied unexpectedly on *both* stdout and stderr.
stdout: "b'{\n  "x-things-id" : "5588E4D4-53F6-4EB8-841F-411B3BED840D"\n}\n'"
stderr: "b''"

So the stange thin is. It works! The call is beging routed and the action is performd.

@KingOfSpades
Copy link
Author

The code I'm using btw:

import xcall

xcall.xcall('things', 'add?title=Test')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy