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

[BUG] C6-1-7, C6-1-8: 轉發文章時出現 path not found #286

Closed
PichuChen opened this issue Sep 5, 2021 · 1 comment · Fixed by #292
Closed

[BUG] C6-1-7, C6-1-8: 轉發文章時出現 path not found #286

PichuChen opened this issue Sep 5, 2021 · 1 comment · Fixed by #292
Labels
bug Something isn't working

Comments

@PichuChen
Copy link
Member

發生了什麼事? / The Problem

path /v1/boards/test/articles/M.1629565994.A.158 not found

有可能需要分成兩個 ISSUE 來解?

搞不好成因和無法刪除的 #285 類似

如何重現 / To Reproduce

請參考 testing-script C6-1-7 C6-1-8

  1. 利用 SYSOP 權限取得 Access Token
    2-a. 將 SYSOP 中最新一篇文章轉到 test 版 (curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=forward_article' --data-urlencode 'board_id=test' )
    2-b. 將 SYSOP 中最新一篇文章轉到自己的信箱 (curl http://localhost:8081/v1/boards/test/articles/$NEW_FILENAME -d 'action=forward_article' --data-urlencode "email=$1"

然後就出現 not found 了

預期的行為 / Expected behavior

要能正常轉文

螢幕截圖 / Screenshots

截圖 2021-09-05 下午11 50 14

開發環境 / Environment

Package version: cb8fb31

@PichuChen PichuChen added the bug Something isn't working label Sep 5, 2021
@karta0807913
Copy link
Contributor

@PichuChen 我試著修了一下,還請幫我 code review 看看哪裡有問題

PichuChen added a commit that referenced this issue Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants