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

AttributeError: 'str' object has no attribute 'get' #498

Closed
sentry-io bot opened this issue Oct 16, 2020 · 0 comments
Closed

AttributeError: 'str' object has no attribute 'get' #498

sentry-io bot opened this issue Oct 16, 2020 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 16, 2020

Sentry Issue: GPODDERNET-MC

AttributeError: 'str' object has no attribute 'get'
(7 additional frame(s) were not displayed)
...
  File "django/views/decorators/cache.py", line 44, in _wrapped_view_func
    response = view_func(request, *args, **kwargs)
  File "mygpo/decorators.py", line 77, in tmp
    return fn(request, *args, **kwargs)
  File "mygpo/decorators.py", line 113, in wrapper
    resp = f(*args, **kwargs)
  File "mygpo/api/advanced/__init__.py", line 107, in episodes
    update_urls = update_episodes(request.user, actions, now, ua_string)
  File "mygpo/api/advanced/__init__.py", line 239, in update_episodes
    podcast_url = action.get('podcast', '')
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