Code: Select all
tsc-certificates - 1.0.2-r0
wget - 1.12-r8.3
Moderators: marcelr, TheHogNL, Toonz
Code: Select all
tsc-certificates - 1.0.2-r0
wget - 1.12-r8.3
can you send me a PM with the contents of :/qmf/qml/apps/wastecollection-4.8/userSettings.json ?hdok wrote:I forgot to put the paper boxes outside as the app no longer provides the informationSo would like to get this working..
Anything else I could try? Look at?
If I understand correctly: it does work on another Toon1?
Even some pointers of where to look at are appreciated
Each city can have its own descriptions for waste categories, no standardisation in waste land unfortunately.Smiggel wrote:I have an issue with the app. I noticed that the app display plastic, etc as paper. I use mijnafvalwijzer.nl. Anyone else have the same issue?
Toonz wrote:Each city can have its own descriptions for waste categories, no standardisation in waste land unfortunately.Smiggel wrote:I have an issue with the app. I noticed that the app display plastic, etc as paper. I use mijnafvalwijzer.nl. Anyone else have the same issue?
Can you send me a PM with a valid zipcode/housenr so I can have a check?
Right, your local waste guy maybe made a typo, I don't know.Smiggel wrote:Done.Thanks for looking into it.
Code: Select all
case "pbd": return 2;
Code: Select all
case "pbd": return 1;
Yep! Updated it and now it works fine.Toonz wrote:Right, your local waste guy maybe made a typo, I don't know.Smiggel wrote:Done.Thanks for looking into it.
If you change the following line in WastecollectionApp.qml in the function wasteTypeMijnafvalwijzer(shortName) fromintoCode: Select all
case "pbd": return 2;
You should be fine. This is however conflicting with another city's data setting.Code: Select all
case "pbd": return 1;
Will see if I can make the app more resilient against this.
For now you should be fine I think.
Yes, I will include this in the next release which is then also fw 5 compatible.atlantica wrote:Is it posible to add this to the toon store?
Code: Select all
eneco-XXXXXX:/var/volatile/tmp# wget https://www.venlo.nl
--2018-12-18 17:32:56-- https://www.venlo.nl/
Resolving www.venlo.nl... 83.217.76.213, 2a00:1c98:10:25::213
Connecting to www.venlo.nl|83.217.76.213|:443... connected.
Unable to establish SSL connection.
Code: Select all
opkg list wget
wget - 1.12-r8.2
Code: Select all
HTTPS (SSL/TLS) options:
--secure-protocol=PR choose secure protocol, one of auto, SSLv2, SSLv3, and TLSv1.
Code: Select all
openssl:
-tls1_2 - just use TLSv1.2
-tls1_1 - just use TLSv1.1
-tls1 - just use TLSv1
Code: Select all
openssl s_client -connect www.venlo.nl:443 -tls1_2 <== works fine
openssl s_client -connect www.venlo.nl:443 -tls1_1
openssl s_client -connect www.venlo.nl:443 -tls1
eneco-XXXXXX:wget https://www.venlo.nl --secure-protocol=TLSv1.1
wget: --secure-protocol: Invalid value `TLSv1.1'.
aha, the TLS version can be the culprit indeed. Need to look into this (is not my direct area of expertise).hubble wrote:Hi,
I also have issue with some of the providers (http://www.venlo.nl and http://www.drimmelen.nl). (Like issue mentioned by hdok)
Code: Select all
curl -Nks https://www.venlo.nl