Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

tinjaw

6
Posts
3
Topics
1
Followers
3
Following
A member registered Sep 28, 2016

Recent community posts

From the docs

Console / text-mode applications

By default, the itch app redirects the standard output and standard error to a log file on disk, which helps debugging when reports are sent.

I want to tail that log. Where can it be found?

I believe that I have done what I need to do to get the user's API key available as a JWT for use with `profile:me` and am checking my environment and not finding the ITCHIO_API_KEY key.

Does anybody have/know of an example app that uses the API that I could look at to see a known working example?

(1 edit)

More Info: If I generate and use an API key (instead of JWT) my code works.

This raises the question, Do I need to run my program from the itch.io app for it to use the manifest and provide a JWT? (vice, running the EXE directly from the installed directory)

From the docs

Console / text-mode applications

By default, the itch app redirects the standard output and standard error to
a log file on disk, which helps debugging when reports are sent.

I want to tail that log. Where can it be found?

I am testing on Windows with a custom Python (pygame) application. I have created the toml, compiled using PyInstaller. Pushed to itch. Updated my app through itch app. Run my app. It prints out every key in the environment and ITCHIO_API_KEY isn't listed.

I believe that I have done what I need to do to get the user's API key available as a JWT for use with `profile:me` and am checking my environment and not finding the ITCHIO_API_KEY key.

Does anybody have/know of an example app that uses the API that I could look at to see a known working example?