-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix api usage with custom name environment variable #56
Fix api usage with custom name environment variable #56
Conversation
ceaa182
to
2bde31e
Compare
2bde31e
to
73a5be4
Compare
We can also move this to master directly, as it fixes a small issue. No need to go via development, I think |
I'll let you know when it is working. I'm still having a problem with env var expansion. |
@PhilippMundhenk I can now scan through a curl command (even from outside the container), but nothing happens when I do it from the web UI (the button stays pressed but no scanner activity). |
Could it be a Javascript issue? Have you tried calling the /scan.php URL from browser? Does this trigger (this is effectively what the JS does)? Any Javascript issues showing up in the browser console (F12)? |
uhm. I'm lost. This looks like perfectly good JS to me. I would put a { there... Are you testing on master? |
I'm testing on this branch. It did work from the browser if I put the final URL there. |
Could you try another browser? |
That's the first thing I tried (Safari on mobile, after Edge on desktop) |
oooooh, the linting! |
This should do it |
That worked! 👍 |
Hi, when will it be moved to master? 😁 |
Hi @pedropombeiro, did you manage to fix this? Is there anything missing to merge this? |
@PhilippMundhenk it is working for me, after your fix of the |
Ok, lets put this to develpoment and I extracted your fix to apply directly to master as well, in #58. |
@StarTakko : This PR is going through our development branch first, since the changes are based on the Python rewrite, but a fix for the custom naming should be in master today, via #58 . Thank you for the hint! |
Closes #55