Jayant Katia

Results 10 comments of Jayant Katia

Pub installs executables into $HOME/.pub-cache/bin, which is not on your path. You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, etc.): export PATH="$PATH":"$HOME/.pub-cache/bin" Try the...

Hey @Rmunuera, getting ```400``` status code might suggest that your ```bot_token``` or ```chat_id``` might be incorrect. I suggest you to recheck it. I tried using telegram notifications and it works...

:wave: Hello @Rmunuera, I copied the [axios request from the upptime-monitor](https://github.com/upptime/uptime-monitor/blob/master/src/helpers/notifme.ts#L232) and ran it locally(using the same axios version). :thinking: Strange !! The code and ```axios v0.21.1``` works fine on...

:wave: Hello @whoabuddy Surfing through the commits and GA, I was able to locate the workflow file corresponding to when [freehold-api](https://stacks-node.joinfreehold.com/v2/info) went down. Link:: https://github.com/JoinFreehold/freehold-status/runs/2971041392?check_suite_focus=true#step:3:203 logs:: [3_Check endpoint status.txt](https://github.com/upptime/upptime/files/6759684/3_Check.endpoint.status.txt) Errors...

Hey @PhoenixSheppy, I had a similar issue. I changed the url to ``` https://raw.githubusercontent.com/USERNAME/REPO_NAME/BRANCH_NAME/PATH ``` and it worked. I skimmed through your ```.upptimerc.yml``` history and found that you [used raw...

Hey @omxpro, error shown in "Graphs CI logs" is due to bad indentation. Your .upptimerc.yml had an extra indentation in [line 26](https://github.com/omxpro/dozen-cord-status/commit/c8641905de116f63ac1ccdec1e79399facdfc175#diff-7e74aaada79c412c8e858e9c440ce132f8ad55d76fc8056006181b6c3492fe1dR26) Also, The "Setups CI logs" suggests that you...

Can you provide the link to your repo? I see two Upptimes in your repositories.

```yaml Using tcp-ping instead of curl Got pinging error ReferenceError: Cannot access 'responseTime' before initialization at performTestOnce (/home/runner/work/_actions/jayantkatia/uptime-monitor/scripts-enabled/dist/update.js:124:38) at Object.update (/home/runner/work/_actions/jayantkatia/uptime-monitor/scripts-enabled/dist/update.js:190:58) Using tcp-ping instead of curl Got result { address:...

[upptime/uptime-monitor#157](https://github.com/upptime/uptime-monitor/pull/157) might solve this.

- [x] logging - [x] env variables