No log for actions #14229

Closed
opened 2025-11-02 11:07:01 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @silky1313 on GitHub (Mar 7, 2025).

Description

When I trigger actions, no matter success or failure, there is no log。

Image

Image

act_runner seems to be running normally,It successfully executed the job and output related logs

Image

Does gitea get logs through /api/actions/runner.v1.RunnerService/UpdateLog? From the logs, it seems that the http response code of this interface is 200. I turned on the debug mode of gitea's logs. There are too many logs to take screenshots

Gitea Version

1.23.1

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

Git Version

I use docker.io/gitea/gitea:1.23.1

Operating System

I use docker.io/gitea/gitea:1.23.1

How are you running Gitea?

nginx reverse proxy gitea instance, act_runner accesses gitea through domain name

Database

MySQL/MariaDB

Originally created by @silky1313 on GitHub (Mar 7, 2025). ### Description When I trigger actions, no matter success or failure, there is no log。 ![Image](https://github.com/user-attachments/assets/0a6243dc-c16c-4f9f-9f3d-27da025f9e9a) ![Image](https://github.com/user-attachments/assets/83eb7c46-0c01-40b3-ba10-3e756d2e33b6) act_runner seems to be running normally,It successfully executed the job and output related logs ![Image](https://github.com/user-attachments/assets/bb401db2-8724-4d3c-b928-a61c24d0ace1) Does gitea get logs through `/api/actions/runner.v1.RunnerService/UpdateLog`? From the logs, it seems that the http response code of this interface is 200. I turned on the debug mode of gitea's logs. There are too many logs to take screenshots ### Gitea Version 1.23.1 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots ### Git Version I use docker.io/gitea/gitea:1.23.1 ### Operating System I use docker.io/gitea/gitea:1.23.1 ### How are you running Gitea? nginx reverse proxy gitea instance, act_runner accesses gitea through domain name ### Database MySQL/MariaDB
GiteaMirror added the type/bug label 2025-11-02 11:07:01 -06:00
Author
Owner

@silky1313 commented on GitHub (Mar 7, 2025):

I checked actions_log and found that it has been pulled to the local of the gitea instance.

@silky1313 commented on GitHub (Mar 7, 2025): I checked actions_log and found that it has been pulled to the local of the gitea instance.
Author
Owner

@silky1313 commented on GitHub (Mar 7, 2025):

Suddenly, he can get the log again, but I don't know why.

Image

@silky1313 commented on GitHub (Mar 7, 2025): Suddenly, he can get the log again, but I don't know why. ![Image](https://github.com/user-attachments/assets/3369d79b-229b-41d1-9cea-6cc2c65c2e0e)
Author
Owner

@techknowlogick commented on GitHub (Mar 8, 2025):

Next time this happens, could you open up the browser's developer and network console to see if the request to load logs is pending or there was a JavaScript error?

I'll close this for now, but please re-open if this happens again.

@techknowlogick commented on GitHub (Mar 8, 2025): Next time this happens, could you open up the browser's developer and network console to see if the request to load logs is pending or there was a JavaScript error? I'll close this for now, but please re-open if this happens again.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14229