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

JS程序回调函数没有触发 #373

Open
chungdz opened this issue Jan 12, 2024 · 3 comments
Open

JS程序回调函数没有触发 #373

chungdz opened this issue Jan 12, 2024 · 3 comments

Comments

@chungdz
Copy link

chungdz commented Jan 12, 2024

在js程序中用于上传和下载的代码:download_handler.js和uploadhandler.js,我们给出了回调地址用于更新下载和上传的状态。但是现在好像这个模块没有触发。

这个是我们调用的方法:
704698b958ea946a4075395e485fc1e

f27f8a7d96c9d529bc8bd027d4d4c0b
@xiaoyaofenfen
Copy link
Collaborator

你是不是有设置ALIYUNPAN_CONFIG_DIR环境变量改过config配置文件的位置,这个js也需要拷贝过去了

@chungdz
Copy link
Author

chungdz commented Mar 28, 2024

你好,我们把ALIYUNPAN_CONFIG_DIR=是要指向aliyunpan_config.json的位置,还是指向存放js回调文件的文件夹../plugin/js ?

目前我们尝试 ALIYUNPAN_CONFIG_DIR=../plugin/js但是回调函数没有调用成功。同时我们发现日志也是空的。是不是我们也没有配置好所以日志打印出来都是空的?

这个是我们现在插件的目录的样子:
image

@xiaoyaofenfen
Copy link
Collaborator

你好,我们把ALIYUNPAN_CONFIG_DIR=是要指向aliyunpan_config.json的位置,还是指向存放js回调文件的文件夹../plugin/js ?

目前我们尝试 ALIYUNPAN_CONFIG_DIR=../plugin/js但是回调函数没有调用成功。同时我们发现日志也是空的。是不是我们也没有配置好所以日志打印出来都是空的?

这个是我们现在插件的目录的样子: image

这个ALIYUNPAN_CONFIG_DIR变量配置到这个文件aliyunpan_config.json所在的目录即可
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants