[other] follow客户端无法登陆
Tofloor
poster avatar
Free_Aaron.Li
deepin
2024-11-22 10:14
Author

最近尝试使用 follow这个软件,优化我的阅读资讯体验。

但是现在存在一个问题,follow登陆需要通过浏览器(firefox、chrome等),但是当我在浏览器上完成登陆却无法在客户端上受到已经登陆消息。

所以现在只能通过浏览器方式访问 follow


我觉得这应该是 follow的问题,因为我亦能通过 VScode登陆账户。

Reply Favorite View the author
All Replies
Free_Aaron.Li
deepin
2024-11-22 15:10
#1

ok,通过查看github发现出现问题的原因在于 Desktop文件的编写问题上。

解决思路有两种:

  1. Exec= 添加 --no-sandbox %U 参数(这同样可以解决QQ音乐无法启用问题)
  2. 在通过浏览器登陆 follow的界面中,当登陆完成会有一个 打开Follow的按钮。通过 F12进入控制台,按下按钮会得到类似 Launched external handler for 'follow://auth?token=xxxxxxxx&userId=xxxxxx'. 的内容,复制其中的 follow://auth?token=xxxxxxxx&userId=xxxxxx,通过命令行方式执行:
./Follow.AppImage follow://auth?token=xxxxxxx&userId=xxxxxx

上述两种方式,其中第一种多次尝试无果,遂采用第二种方式。但是第二种方式需要注意到,先启用Follow,然后再通过命令行的方式执行语句。

Reply View the author