Error while publishing (following tutorial only)

I’m currently experiencing an issue with publishing app,

I am a new Viktor user and have been following the tutorial session. I’ve successfully created an app and started it. Now, I’m attempting to publish the app using the following command:

viktor-cli publish --registered-name reporting-tutorial --tag v0.1.0

However, I’ve encountered an error during the publishing process, which I’m unable to resolve. The error message reads:

“Exiting because of an error: CreateFile C:\Users\junglim\viktor-apps\reporting-tutorial\25TW2ET.XLSX: The system cannot find the file specified.”

This is strange as my project does not involve any XLSX files (it’s just from tutorial), nor have I created any such files in my code. This issue persists even when I try to publish another tutorial app (text- reporting tutorial).

For your reference,

I’m using Python 3.11,
and the app type is ‘editor’.
My current version of Viktor is 14.6.1.

Could this error be related to the Viktor CLI searching for a non-existent XLSX file? Any guidance on how to resolve this issue would be greatly appreciated.

Thank you for your time and assistance.

The problem was resolved i was confused on the folder directory of the viktor-apps… it needed to be on the higher level, Problem solved!

1 Like