Yes, the same error i got with app.openiap.io.
Maybe, but not sure, I could have running in background some service NodeAgent. How it should be names in task manager?
So i see you created a package called pythontest, but you did not upload the file.
How did you create/publish the package ?
Init project, and Pack and publish using VSCode Assistant.
It feels like I need to drag everything out of you… I need information; I cannot help if you don’t give me something to work with… I JUST pushed the default pythontest repo to app.openiap.io and ran it in an assistant without issue. The package was uploaded, and a package object was created. For you, only the package object was created; the file is missing… So why? What error did you get?
Oh sorry, i meant to be quick in answer so writing it fast.
I used the command inside VSCode ‘Add openiap/opencore instance’ to log into your app.openiap.io logging with opening browser.
Then I initialized python code using command ‘Initialize project, ensure openiap/opencore credentials’ and python language, package pythonworkitemagent.
Then to pack and publish used command ‘Pack and publish to openiap/opencore intance’ and I got this error:
'Cannot read properties of undefined (reading ‘username’)
Source: OpenIAP assistant
’
that is so odd … feels like you got multiple different issues here. Can i send you an email on the email you used for @Dusan_Perkin ?
Sure, go ahead. Hope we resolve it.
Ok, so we located a few issues.
- You were using HTTP instead of gRPC or WebSocket inside VS Code. HTTP does not support streaming, so you cannot upload or download files. Always use gRPC or WebSocket.
- There was an error in the code for the web interface. It was checking for instances running in Docker/Kubernetes, so when trying to run a package remotely, you get an error that it’s not running. This bug has been fixed now.
- You could not see “config” in the menu since you were not an admin. We used the
api_bypass_perm_check
setting to force you into the admin’s role, so you now have admin user access again. - There is an issue with the assistant not catching all console output. I will look into this in a few days when I have more time.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.