question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: running web app on v0.6.5

See original GitHub issue

First, on v0.6.5 deploying the web app does not work correctly. Pages are not rendering with an error message displayed but moving back down to v0.6.3 the bug disappears. When I run a preview of a Knowledge Post it renders correctly, the issue only occurs when I initiate a server, either via deploy or runserver.

Second, thanks for a great application. Is raising an issue the best way to raise any bugs or other feedback? I found the documentation very clear and easy to step through to get up and running very quickly.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
earthmancashcommented, Oct 24, 2016

@Cleopatro I think this fix took care of the issue https://github.com/airbnb/knowledge-repo/pull/81. Can you re-run and add the debug flag? so knowledge_repo --repo ./ --debug runserver and send us the output?

If you see this error, then it’s the one that the latest bug fixed, and pulling the changes should fix it.

line 316, in contains_excluded_tag
    if tag.name in excluded_tags:
TypeError: argument of type 'NoneType' is not iterable
0reactions
earthmancashcommented, Oct 24, 2016

Having a look. I’m guessing this might be a regression from the EXCLUDED_TAGS concept we introduced, will let you know when I figure it out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Bug] Can't build application on Mac OS · Issue #68 - GitHub
Describe the bug I can't build application on mac os. I followed the instruction in readme but I face an error in build_sdk.sh...
Read more >
Diagnosing and resolving bugs in your running app
Inspect your running app to isolate bugs, locate crashes, identify excess system resource usage, visualize memory bugs, and investigate view layout problems.
Read more >
Release v0.6.5 - Calliope
Release announcement and highlights for Calliope v0.6.5. ... which fixes a bug in how k-means clustering reacts to specifying a random seed.
Read more >
Release notes for v0.6.5 - RetroShare Team - WordPress.com
Dear users, we're proud to announce the release of RetroShare 0.6.5. This new version is coming rather late (it was originally planned for ......
Read more >
KILLSQUAD on Twitter: "KILLSQUAD's Update v0.6.5 is here, and ...
KILLSQUAD's Update v0.6.5 is here, and with it the next Bounty Hunter Skin of the Summer Event! Earn tokens and unlock the new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found