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
Sorry to hear about this trouble. I don't have a Mac handy to debug, and I don't know off-hand what the issue could be.
A few things to try:
Could you try running node httpwsd.js --log=DEBUG?
In the mt folder, in the Python files, could you change any lines with level=logging.INFO to level=logging.DEBUG?
In mt/ws.py, could you change the two False values on line 39 to True?
The right url is http://localhost:8125/atompm. Without the last part, the page always gives that error. Edit: Ah yes this is the Python process. I've never tried to connect this way. Nevermind this.
If you let me know any suspicious logs, we can proceed from there.
I'm running both processes (on MacOS) without any issue to start up AToMPM version 0.9.0:
But when I want to load in a transformation I receive the following error
However when I go to http://localhost:8125/ I do see the message
This means that I can connect to the python process however something still seems to be blocked so that I can't load a transformation.
The text was updated successfully, but these errors were encountered: