typhoon-example icon indicating copy to clipboard operation
typhoon-example copied to clipboard

[Crash] - "Value for config key days.to.retrieve is not configured. Make sure that you applied"

Open ezefranca opened this issue 8 years ago • 6 comments

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>service.url</key>
    <string>NSURL(http://api.worldweatheronline.com/free/v2/weather.ashx)</string>
    <key>api.key</key>
    <string>3ea78b872b43194b25b5b3b8ee9f2</string>
    <key>days.to.retrieve</key>
    <string>1</string>
</dict>
</plist>

ezefranca avatar Jan 04 '16 12:01 ezefranca

Interesting, we don't have CI builds for the examples, so not sure when this started happening. In the Swift example it has to be NSNumber

jasperblues avatar Jan 04 '16 23:01 jasperblues

This problem is weird. Had the same, decided to track it down. Found a working commit, and worked my way up. Until I was at HEAD again. And the problem is gone. Decided the wipe everything and re-clone. Still works. My .05c.

apanloco avatar Jan 11 '16 13:01 apanloco

I met the same problem. It was because I ran pod install. Run with exact the repo code solves my problem.

shijinglu avatar Jan 16 '16 19:01 shijinglu

@drlv hmmm, sounds like a regression bug in later releases.

jasperblues avatar Jan 22 '16 02:01 jasperblues

Hi everyone!

I've investigated the issue - that's because of a bug in backwards compatibility support after 3.4.4 release (https://github.com/appsquickly/Typhoon/releases/tag/3.4.4). I've updated the project to use a modern API, so there are no crashes anymore.

The related Typhoon issue: https://github.com/appsquickly/Typhoon/issues/474

etolstoy avatar Jan 23 '16 20:01 etolstoy

Thank you @igrekde !!

jasperblues avatar Jan 24 '16 02:01 jasperblues