Closed HappyMiner closed 1 year ago
After execute
python3 app.y -e prod
Try this command
curl -d ‘{“username”:”jpdborgna", "from":"Initial"}' -H "Content-Type: application/json" -X POST http://127.0.0.1:5000/github
The output should be
{
"from_m": "Initial",
"module": "github",
"param": "xxx",
"task": "8d59905d-ae1f-434d-bde1-2414cbb3e94f"
}
And then run
curl http://127.0.0.1:5000/result/<task_id>
Where task_id is the task variable of the output
Explained in wiki (https://github.com/kennbroorg/iKy/wiki/Backend-through-url)
Send me the output. See you
Feedback First, thanks for actually taking the time and writing a documentation on how to install and use your project. Seems quite uncommon these days!
Config MacOS 10.15.7 Catalina Tried on browsers: Firefox 100.0.1 (64-bit) (Adblockers off) Brave [Version 1.38.119 Chromium: 101.0.4951.67 (Official Build) (x86_64)] (no ad on active) Safari Version 15.4 (15613.1.17.1.13, 15613) (no mods)
Steps undertaken
Issue After submitting an email address (test@test.com) in the gatherer, I can see that apparently queries are run on twitch etc. The notifications appear as can be seen in the demo videos, on the right hand side of the screen. The notifications disappear, the green bar on top of the screen reaches the right side and then nothing happens anymore.
In the Firefox console (developer tools) I can see: Uncaught ReferenceError: exports is not defined