Open web4er opened 1 year ago
should have an error-free output in the console now when we run yarn build && yarn start
web4er@web4er-pc:~/Projects/ubiquibot$ yarn build && yarn start
yarn build && yarn start
yarn run v1.22.19
$ tsc
Done in 1.88s.
yarn run v1.22.19
$ probot run ./lib/index.js
_| _| _|_|_| _|_|_| _|_| _| _| _|_|_| _|_|_|_|_| _| _|
_| _| _| _| _| _| _| _| _| _| _| _| _|
_| _| _|_|_| _| _| _|_| _| _| _| _| _|
_| _| _| _| _| _| _| _| _| _| _| _|
_|_| _|_|_| _|_|_| _|_| _| _|_| _|_|_| _| _|
INFO (server): Running Probot v12.3.1 (Node.js: v20.3.0)
INFO (server): Forwarding https://smee.io/KDDhRj73Nhd71q99 to http://localhost:3000/
INFO (server): Listening on http://localhost:3000
INFO (server): Connected
should run all commands without any error testing commands in following order
/assign
/unassign
/wallet 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2
/help
/allow set-multiplier @web4er true
/multiplier 0.7 @web4er "testing"
/assign
Deadline | Tue, 18 Jul 2023 16:50:57 GMT |
Registered Wallet | 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2 |
Payment Multiplier | 0.70 |
Multiplier Reason | testing |
Total Bounty | 13.125 USD |
/wallet 0x4FDE...BA18
if you want to update your registered payment wallet address @user./unassign
Error: TypeError: (0 , __1.closePullRequestForAnIssue) is not a function
Too many assigned issues, you have reached your max of 2
You have been unassigned from the bounty @web4er
/assign
Deadline | Tue, 18 Jul 2023 17:10:13 GMT |
Registered Wallet | 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2 |
Payment Multiplier | 0.70 |
Multiplier Reason | testing |
Total Bounty | 13.125 USD |
/wallet 0x4FDE...BA18
if you want to update your registered payment wallet address @user./unassign
Error: TypeError: (0 , __1.closePullRequestForAnIssue) is not a function
/assign
Too many assigned issues, you have reached your max of 2
/unassign
You have been unassigned from the bounty @web4er
The error comes during the yarn build and yarn start. This should remove the error and all commands should run fine.