yufeikang / raycast_api_proxy

214 stars 30 forks source link

配置完成后仍然提示需要订阅Raycast Pro #4

Closed AeroXi closed 7 months ago

AeroXi commented 8 months ago

我没有Raycast Pro订阅,打开AI功能仍然提示需要订阅。 请问正确配置的情况下是完全不需要订阅就能使用吗? 以及如何确认配置是否正确,目前ping backend.raycast.com显示

PING backend.raycast.com (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.066 ms

docker日志

run uvicorn with ssl
INFO:     Started server process [8]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on https://0.0.0.0:443 (Press CTRL+C to quit)
image image
yufeikang commented 8 months ago

host再加

::1             backend.raycast.com

试试

AeroXi commented 8 months ago

仍然提示需要订阅

kang @.***> 于2023年10月24日周二 17:08写道:

host再加

::1 backend.raycast.com

试试

— Reply to this email directly, view it on GitHub https://github.com/yufeikang/raycast_api_proxy/issues/4#issuecomment-1776817495, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTWS4APUUONR3PQQFPCFODYA6APHAVCNFSM6AAAAAA6MMNDIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZWHAYTONBZGU . You are receiving this because you authored the thread.Message ID: @.***>

yufeikang commented 8 months ago

请确认你启动的docker log中有无访问日志。如果没有请排查你的local环境

yufeikang commented 7 months ago

尝试增加:

::1   backend.raycast.com

我发现ipv6的host有时候会不生效。具体原因未知