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

unable to open file /kpdata/maxmind/GeoLite2-City.mmdb (IOError) #18

Open
softe1988 opened this issue Dec 16, 2014 · 0 comments
Open

unable to open file /kpdata/maxmind/GeoLite2-City.mmdb (IOError) #18

softe1988 opened this issue Dec 16, 2014 · 0 comments

Comments

@softe1988
Copy link

@Selenium
Scenario: Visit free landing page with default twitter message # features/premium_twitter_message.feature:32
Given redis is empty # features/step_definitions/weighted_tracks_step.rb:27
Given the following organization records # features/step_definitions/administration_step.rb:7
| name | parent | id |
| klickpush | | 10 |
| rewardops | klickpush | 20 |
Given the following theme records # features/step_definitions/free_step.rb:9
| name | main_color_hex | hover_color_hex | id |
| default | #ccddff | #ddeeff | 1 |
Given the following premium landing pages # features/step_definitions/premium_step.rb:1
| organization_id | url_key | theme_id | email | logo | name |
| 20 | exampleoi | 1 | 1 | 0 | fake |
Given the following track records # features/step_definitions/administration_step.rb:43
| name | artist | isrc | genre | organization_id | id | status |
| hashpipe | weezer | abcd1234 | rock | 20 | 10 | ACTIVE |
| rape me | nirvana | cbcd1234 | indie | 20 | 20 | ACTIVE |
Given the following track_organization_campaign records # features/step_definitions/administration_step.rb:28
| organization_id | track_id | start_date | end_date | id |
| 20 | 10 | yesterday | tomorrow | 19 |
| 20 | 20 | yesterday | tomorrow | 29 |
Given the following tags # features/step_definitions/taggable_step.rb:1
| organization_id | track_id | tag_class | tag_name |
| 20 | 10 | genres | rock |
| 20 | 20 | genres | rap |
And I visit the "exampleoi" premium landing page with the following parameters "tid=123&app=KLICKPUSH_PREMIUM_OLD" # features/step_definitions/premium_step.rb:11
And I wait 1 seconds # features/step_definitions/landings_page_step.rb:13
Then I should see a twitter message of "@klickpush Thanks for this awesome song by @klickpush #music" # features/step_definitions/free_facebook_share_step.rb:14
unable to open file /kpdata/maxmind/GeoLite2-City.mmdb (IOError)
./app/models/concerns/geo_ipable.rb:5:in locate' ./app/models/concerns/geo_ipable.rb:5:inset_user_geo_ip'
./app/controllers/premia_controller.rb:197:in record_ip' features/premium_twitter_message.feature:58:inThen I should see a twitter message of "@klickpush Thanks for this awesome song by @klickpush #music"'

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

No branches or pull requests

1 participant