-
Notifications
You must be signed in to change notification settings - Fork 40
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
[BUG] Target Language (ISO Code) [deeplTargetLanguage] is empty #370
Comments
@medarob This should mean, you don't have the API key set up correct. Please take a look at https://docs.typo3.org/p/web-vision/wv_deepltranslate/draft/en-us/Reference/ExtensionConfiguration/Index.html |
Okay, seems, that your cache is broken, if the key is valid. Please go to your server and delete the files located in |
Is there a way to find out if the connection to Deepl works in general? Something like a status icon which shows if a connection to Deepl could be established or not. |
The downgrade of Formality is now gone to SiteConfiguration and no longer part of the extension settings, as you are now able to define formality per language and no longer for the complete system. If your connection to DeepL API is correct, should be simply tested by calling the |
The TYPO3 error log shows the following: So, the connection to Deepl doesn't work I would think. Maybe it has something to do with the proxy settings but not sure what I have to change here... Just a side note: |
Same here. Digged deeper into it and found out that there are several problems with your implementation of getting the proxy setting:
The first point is the cause for this issue, the others should be respected, too. See dd_deepl for a perfectly working implementation. ;-) |
We will take a look into the proxy settings and configurations, adjusting the code, fitting all requirements. Thank you for reporting. |
Thank you! |
Hey, had an issue related to this and have already a patch. Will push a PR in a minute. |
Since all $GLOBALS['TYPO3_CONF_VARS']['HTTP'] options should be respected we can simple use the built in client. Also 'proxy' is respected in this case, so we don't need a extra setting for this. Resolves: web-vision#370 Relates: web-vision#331
Since all $GLOBALS['TYPO3_CONF_VARS']['HTTP'] options should be respected we can simple use the built in client. Also 'proxy' is respected in this case, so we don't need a extra setting for this. Resolves: web-vision#370 Relates: web-vision#331
Pushed. If anybody want to test based on the latest release here is the commit for 4.3.1: |
Since all $GLOBALS['TYPO3_CONF_VARS']['HTTP'] options should be respected we can simple use the built in client. Also 'proxy' is respected in this case, so we don't need a extra setting for this. Resolves: web-vision#370 Relates: web-vision#331
Since all $GLOBALS['TYPO3_CONF_VARS']['HTTP'] options should be respected we can simple use the built in client. Also 'proxy' is respected in this case, so we don't need a extra setting for this. Resolves: web-vision#370 Relates: web-vision#331
finally... :-) |
We had the same issue with a client setup. I can confirm the PR works here too. |
Describe the bug
We have installed the extension for the first time. In the site config we noticed that the Target Language (ISO Code)
[deeplTargetLanguage]
field is empty in the ENGLISCH and GERMAN site configuration.The site has just two languages: German and English
We couldn't find anything in the documentation about configuring it and as we unserstand it, the values in the dropdown should be picked up automatically?
What have we missed?
Screenshots
German [ID 0]
ENGLISCH [ID 1]
TYPO3 Setup
The text was updated successfully, but these errors were encountered: