Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: log (core.error) when an upload error occurs #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ma-ve
Copy link

@Ma-ve Ma-ve commented Jun 13, 2023

Thanks so much for this action! I've got it running, and it's working great!

I ran into a 409 error just now though, when trying to upload my add-on, and it shouldn't be a version clash, as the latest uploaded in my case is 0.1.23, and I'm trying to publish 0.1.24.

Run yayuyokitano/[email protected]

/home/runner/work/_actions/yayuyokitano/firefox-addon/v0.0.6-alpha/webpack:/@yayuyokitano/firefox-addon/node_modules/axios/dist/node/axios.cjs:1900
    reject(new AxiosError(
^
AxiosError: Request failed with status code 409
    at settle (/home/runner/work/_actions/yayuyokitano/firefox-addon/v0.0.6-alpha/webpack:/@yayuyokitano/firefox-addon/node_modules/axios/dist/node/axios.cjs:1900:1)
    at IncomingMessage.handleStreamEnd (/home/runner/work/_actions/yayuyokitano/firefox-addon/v0.0.6-alpha/webpack:/@yayuyokitano/firefox-addon/node_modules/axios/dist/node/axios.cjs:2952:1)
    at IncomingMessage.emit (node:events:539:35)
    at endReadableNT (node:internal/streams/readable:1345:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)

It's not giving my any info other than 'status code 409', and I would love to see the response body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant