Issue with submissions

Hi @styphoiz

I hope you are doing well, apologies for the delay in getting back to you.

Can I ask which starter bot and CI/CD file you used?

Thanks,

Both are javascript.

Thanks,

Does your repository for your bot follow this structure?
image

I think the error you are seeing is related to the file structure of your repository, the CI/CD files cannot locate the Dockerfile.

With the above structure I am able to submit correctly:

Thanks, this fixed it, I was using an old version of the starter bot, added the missing files from the latest release.

1 Like

I see my submission has been stuck since yesterday, my bot doesn’t do much currently due the issues I am having.
Should my submission be stuck though?

Apologies for this. A result should come back, especially after a refresh.

May I please ask when you uploaded your solution?
Any helpful information may assist us with troubleshooting the issue😊

We will see if we can dig through our logs to find any pesky bugs😒

I uploaded it on the 18th

Heya, thanks for this detail, we’ll take a look and let you know :+1:

Hi @styphoiz , we believe the issue that happened with that match should not happen again, could you please try re-submit by committing again?

Submitted 15 minutes back, still stuck.

I see this upload ended up failing eventually

{“date”:“2023-05-23T08:09:11.580035Z”,“log”:“”}
{“date”:“2023-05-23T08:09:11.580119Z”,“log”:“> jsbot@1.0.0 start /app”}
{“date”:“2023-05-23T08:09:11.580144Z”,“log”:“> node src/index.js”}
{“date”:“2023-05-23T08:09:11.580150Z”,“log”:“”}
{“date”:“2023-05-23T08:09:11.708891Z”,“log”:“[2023-05-23T08:09:11.708Z] Debug: Starting HubConnection.”}
{“date”:“2023-05-23T08:09:11.709597Z”,“log”:“[2023-05-23T08:09:11.709Z] Debug: Starting connection with transfer format ‘Text’.”}
{“date”:“2023-05-23T08:09:11.710105Z”,“log”:“[2023-05-23T08:09:11.710Z] Debug: Sending negotiation request: http://192.168.17.111:5000/runnerhub/negotiate?negotiateVersion=1.”}
{“date”:“2023-05-23T08:09:11.767867Z”,“log”:“[2023-05-23T08:09:11.767Z] Warning: Error from HTTP request. FetchError: request to http://192.168.17.111:5000/runnerhub/negotiate?negotiateVersion=1 failed, reason: connect ECONNREFUSED 192.168.17.111:5000.”}
{“date”:“2023-05-23T08:09:11.768138Z”,“log”:“[2023-05-23T08:09:11.768Z] Error: Failed to complete negotiation with the server: FetchError: request to http://192.168.17.111:5000/runnerhub/negotiate?negotiateVersion=1 failed, reason: connect ECONNREFUSED 192.168.17.111:5000”}
{“date”:“2023-05-23T08:09:11.768459Z”,“log”:“[2023-05-23T08:09:11.768Z] Error: Failed to start the connection: Error: Failed to complete negotiation with the server: FetchError: request to http://192.168.17.111:5000/runnerhub/negotiate?negotiateVersion=1 failed, reason: connect ECONNREFUSED 192.168.17.111:5000”}
{“date”:“2023-05-23T08:09:11.768585Z”,“log”:“[2023-05-23T08:09:11.768Z] Debug: HubConnection failed to start successfully because of error ‘Error: Failed to complete negotiation with the server: FetchError: request to http://192.168.17.111:5000/runnerhub/negotiate?negotiateVersion=1 failed, reason: connect ECONNREFUSED 192.168.17.111:5000’.”}
{“date”:“2023-05-23T08:09:11.770552Z”,“log”:“Error connecting: FailedToNegotiateWithServerError: Failed to complete negotiation with the server: FetchError: request to http://192.168.17.111:5000/runnerhub/negotiate?negotiateVersion=1 failed, reason: connect ECONNREFUSED 192.168.17.111:5000”}
{“date”:“2023-05-23T08:09:11.770582Z”,“log”:" at HttpConnection._getNegotiationResponse (/app/node_modules/@microsoft/signalr/dist/cjs/HttpConnection.js:256:35)“}
{“date”:“2023-05-23T08:09:11.770592Z”,“log”:” at processTicksAndRejections (internal/process/task_queues.js:93:5)“}
{“date”:“2023-05-23T08:09:11.770599Z”,“log”:” at async HttpConnection._startInternal (/app/node_modules/@microsoft/signalr/dist/cjs/HttpConnection.js:172:41)“}
{“date”:“2023-05-23T08:09:11.770604Z”,“log”:” at async HttpConnection.start (/app/node_modules/@microsoft/signalr/dist/cjs/HttpConnection.js:75:9)“}
{“date”:“2023-05-23T08:09:11.770614Z”,“log”:” at async HubConnection._startInternal (/app/node_modules/@microsoft/signalr/dist/cjs/HubConnection.js:132:9)“}
{“date”:“2023-05-23T08:09:11.770619Z”,“log”:” at async HubConnection._startWithStateTransitions (/app/node_modules/@microsoft/signalr/dist/cjs/HubConnection.js:109:13)“}
{“date”:“2023-05-23T08:09:11.770623Z”,“log”:” at async file:///app/src/index.js:93:5 {“}
{“date”:“2023-05-23T08:09:11.770631Z”,“log”:” errorType: ‘FailedToNegotiateWithServerError’“}
{“date”:“2023-05-23T08:09:11.770635Z”,“log”:”}"}

1 Like