[GH-ISSUE #100] 7.3.2无法使用,请大佬看看 #39

Open
opened 2026-03-12 19:03:40 +03:00 by kerem · 6 comments
Owner

Originally created by @episcode on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/007revad/Video_Station_for_DSM_722/issues/100

Image Image
Originally created by @episcode on GitHub (Feb 21, 2026). Original GitHub issue: https://github.com/007revad/Video_Station_for_DSM_722/issues/100 <img width="809" height="659" alt="Image" src="https://github.com/user-attachments/assets/58ac330f-9606-4cb8-84c4-633a51e863fd" /> <img width="768" height="599" alt="Image" src="https://github.com/user-attachments/assets/295f6057-9ec9-4469-9b84-451196419e35" />
Author
Owner

@episcode commented on GitHub (Feb 21, 2026):

使用脚本仅安装AME,打开套件出现无法执行,再次打开出现”获取许可证“,点击弹出登录窗口,登陆后依旧出现无法执行

<!-- gh-comment-id:3938116023 --> @episcode commented on GitHub (Feb 21, 2026): 使用脚本仅安装AME,打开套件出现无法执行,再次打开出现”获取许可证“,点击弹出登录窗口,登陆后依旧出现无法执行
Author
Owner

@007revad commented on GitHub (Feb 21, 2026):

It is probably because you are using xpenology.

You could try editing /var/packages/CodecPack/scripts/start-stop-status to skip the license check.

Change this:

            if [ -f "$HA_INFO" ] && [ -f "$CODEC_PACK_INFO" ]; then
                ${APP_PATH}/usr/bin/synoame-bin-check-license
                if [ $? -ne 0 ]; then
                    ${APP_PATH}/usr/bin/synoame-bin-auto-install-needed-codec
                fi
            fi

To this:

#            if [ -f "$HA_INFO" ] && [ -f "$CODEC_PACK_INFO" ]; then
#                ${APP_PATH}/usr/bin/synoame-bin-check-license
#                if [ $? -ne 0 ]; then
                    ${APP_PATH}/usr/bin/synoame-bin-auto-install-needed-codec
#                fi
#            fi
<!-- gh-comment-id:3938232787 --> @007revad commented on GitHub (Feb 21, 2026): It is probably because you are using xpenology. You could try editing /var/packages/CodecPack/scripts/start-stop-status to skip the license check. Change this: ``` if [ -f "$HA_INFO" ] && [ -f "$CODEC_PACK_INFO" ]; then ${APP_PATH}/usr/bin/synoame-bin-check-license if [ $? -ne 0 ]; then ${APP_PATH}/usr/bin/synoame-bin-auto-install-needed-codec fi fi ``` To this: ``` # if [ -f "$HA_INFO" ] && [ -f "$CODEC_PACK_INFO" ]; then # ${APP_PATH}/usr/bin/synoame-bin-check-license # if [ $? -ne 0 ]; then ${APP_PATH}/usr/bin/synoame-bin-auto-install-needed-codec # fi # fi ```
Author
Owner

@episcode commented on GitHub (Feb 21, 2026):

Image 感谢大佬支招,已更改重试还是一样的
<!-- gh-comment-id:3938636503 --> @episcode commented on GitHub (Feb 21, 2026): <img width="842" height="562" alt="Image" src="https://github.com/user-attachments/assets/4c82ad5e-7e32-4965-961c-2ee434f67a3d" /> 感谢大佬支招,已更改重试还是一样的
Author
Owner

@meimeiwe commented on GitHub (Mar 2, 2026):

用的rr安装的DSM,也是这一步登录账户的时候提示序列号无效

是不是黑裙的原因(半白)

<!-- gh-comment-id:3982148054 --> @meimeiwe commented on GitHub (Mar 2, 2026): 用的rr安装的DSM,也是这一步登录账户的时候提示序列号无效 是不是黑裙的原因(半白)
Author
Owner

@007revad commented on GitHub (Mar 2, 2026):

Yes. It's because XPE is not using a valid serial number and a Synology account.

<!-- gh-comment-id:3982696448 --> @007revad commented on GitHub (Mar 2, 2026): Yes. It's because XPE is not using a valid serial number and a Synology account.
Author
Owner

@007revad commented on GitHub (Mar 2, 2026):

Synology only allows registering a Synology Account if:

  1. Your Synology has a genuine serial number.
  2. Your Synology's serial number has not been black-listed by Synology.

See https://github.com/007revad/Video_Station_for_DSM_722/blob/main/syno_account_sign_in.md

Instead of installing the HEVC codec in Advanced Media Extensions you could see if either of these install the HEVC codec:

<!-- gh-comment-id:3982826151 --> @007revad commented on GitHub (Mar 2, 2026): Synology only allows registering a Synology Account if: 1. Your Synology has a genuine serial number. 2. Your Synology's serial number has not been black-listed by Synology. See https://github.com/007revad/Video_Station_for_DSM_722/blob/main/syno_account_sign_in.md Instead of installing the HEVC codec in Advanced Media Extensions you could see if either of these install the HEVC codec: - https://github.com/darknebular/Wrapper_VideoStation - https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Video_Station_for_DSM_722#39
No description provided.