Skip to content
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

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

Open
ezefranca opened this issue Jan 4, 2016 · 6 comments
Labels

Comments

@ezefranca
Copy link

<?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>
@jasperblues jasperblues added the bug label Jan 4, 2016
@jasperblues
Copy link
Member

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

@apanloco
Copy link

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.

@shijinglu
Copy link

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

@jasperblues
Copy link
Member

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

etolstoy pushed a commit that referenced this issue Jan 23, 2016
@etolstoy
Copy link

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: appsquickly/typhoon#474

@jasperblues
Copy link
Member

Thank you @igrekde !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants