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

RuntimeError: can't modify frozen String #906

Open
irees opened this issue Dec 25, 2016 · 0 comments
Open

RuntimeError: can't modify frozen String #906

irees opened this issue Dec 25, 2016 · 0 comments
Assignees
Labels

Comments

@irees
Copy link
Member

irees commented Dec 25, 2016

https://sentry.io/mapzen/datastore-prod/issues/184231952/

Net::OpenTimeout: execution expired
  app/services/feed_fetcher_service.rb:106:in `fetch_and_normalize_feed_version'
    gtfs = GTFS::Source.build(
  app/services/feed_fetcher_service.rb:54:in `fetch_and_return_feed_version'
    feed_version = fetch_and_normalize_feed_version(feed)
  app/workers/feed_fetcher_worker.rb:11:in `perform'
    feed_version = FeedFetcherService.fetch_and_return_feed_version(feed)
...
(41 additional frame(s) were not displayed)

GTFS::InvalidSourceException: execution expired
  app/services/feed_fetcher_service.rb:106:in `fetch_and_normalize_feed_version'
    gtfs = GTFS::Source.build(
  app/services/feed_fetcher_service.rb:54:in `fetch_and_return_feed_version'
    feed_version = fetch_and_normalize_feed_version(feed)
  app/workers/feed_fetcher_worker.rb:11:in `perform'
    feed_version = FeedFetcherService.fetch_and_return_feed_version(feed)
...
(31 additional frame(s) were not displayed)

RuntimeError: can't modify frozen String
  app/services/feed_fetcher_service.rb:45:in `block in fetch_and_return_feed_version'
    fetch_exception_log << "\n"
  app/services/feed_fetcher_service.rb:62:in `rescue in fetch_and_return_feed_version'
    error_handler.call(e, 'feed_fetch_invalid_source')
  app/services/feed_fetcher_service.rb:67:in `fetch_and_return_feed_version'
    end
  app/workers/feed_fetcher_worker.rb:11:in `perform'
    feed_version = FeedFetcherService.fetch_and_return_feed_version(feed)
...
(27 additional frame(s) were not displayed)

RuntimeError: can't modify frozen String
@irees irees self-assigned this Dec 25, 2016
@drewda drewda added the bug label Jan 5, 2017
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

2 participants