Replies: 2 comments 1 reply
|
Hello @fhhvsyn! I'm Dosu, your friendly bot here to help you with bugs, answer your questions, and assist you in becoming a contributor. I'm here while you wait for a human maintainer. Let's tackle your issue together! I found a similar closed issue where users experienced problems downloading videos while audio and text were successfully downloaded. The solution involved generating a new To generate a new import asyncio
from f2.apps.tiktok.utils import DeviceIdManager
async def main():
# Generate a single device ID
device_id = await DeviceIdManager.gen_device_id()
print("device_id:", device_id.get("deviceId"), "cookie:", device_id.get("cookie"))
if __name__ == "__main__":
asyncio.run(main())Make sure to update your configuration with the new device ID and cookies. This should help resolve the To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
|
发一下你的app.yaml 和conf.yaml配置,注意隐藏敏感cookie |
自己研究了一会,问题解决了,原来是我使用的方式有问题。。。