-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
🐛 [Transmission Openvpn] FATAL: Ovpn file not found at location provided #978
Comments
Hello, facing the same issue since updating to v5.1.0 (was working properly on v5.0.2) Seems to come from this commit / line Using Shell, To check for a directory, you need to use if |
Thanks! Nice spotting I'll check a bit later when I have time |
Should be good! |
Thanks, relaunched |
So actually, the fix worked and did not fail as before. I don't know if it was related to my configuration (which worked before). But my personal config was named I had an error saying ERROR: Could not find any configs for provider USER in downloaded configs The workaround found after examining a bit what the docker image does was to create a folder named So at the end, the full path was |
Happy it worked for you but it seems the code isn't very robust... One day I'll have to work on improving that |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Doesn't work for me:
|
@almico I faced the same issue, you can follow my workaround, I believe it will work for you as well |
Thank you, @Rbillon59, it worked. |
No, it's data mounted from the host to the container, they will persist |
I think the containing directory is retrieved from github. If it's updated, it might be completely overwritten, depending on the settings, I think. |
Hi, from version "v5.3.1-6", the custom vpn configuration changes. The way it works is by mapping the /config/addons_config/transmission/openvpn folder to the /etc/openvpn/custom, as per normal way of working for the Haugene's transmission openvpn github. No more strange workarounds as before. Here is how to make it work : |
Description
Starting the addon, it stops with the following error:
Updating variables
Using PUID 1000 and PGID 1000
[09:02:09] INFO: Custom openvpn provider selected
[09:02:09] FATAL: Ovpn file not found at location provided : /config/openvpn/de123.ovpn
/etc/cont-init.d/99-run.sh: exiting 1
Reproduction steps
Addon Logs
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: