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.

NO production parser down

See original GitHub issue

Description

This is an automatic error report generated for ??? (NO).

Issues:

  • No recent data found for price parser
  • No recent data found for production parser

Suggestions

You can see an overview of all parser issues here.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jarekcommented, Mar 20, 2022

all these parser reports today seem to be caused by some sort of misconfiguration

the log for all of them is:

'list' object has no attribute 'get'

  File "/home/contrib/electricitymap/contrib/parsers/lib/quality.py", line 156, in validate_production
    if key not in emission_factors(zone_key).keys():

  File "/home/contrib/electricitymap/contrib/config/__init__.py", line 49, in emission_factors
    return dict([(k, (v or {}).get("value")) for (k, v) in merged.items()])

  File "/home/contrib/electricitymap/contrib/config/__init__.py", line 49, in <listcomp>
    return dict([(k, (v or {}).get("value")) for (k, v) in merged.items()])          

0reactions
pierresegonnecommented, Mar 24, 2022

Thanks @jarek for the quick reaction here!

Read more comments on GitHub >

github_iconTop Results From Across the Web

BO production parser down · Issue #3463 - GitHub
Issues: No recent data found for production parser Suggestions Try running the parser locally using the command poetry run test_parser BO ...
Read more >
Top-down parsing Top-down parsing - UT Computer Science
LL(1) parser: determines next production in leftmost derivation, looking ahead by one terminal. Key question: How do we choose the next production ......
Read more >
Brief Notes on Parsing
Parsing is a process to determine how a string might be derived using productions (rewrite rules) of a given grammar. It can be...
Read more >
Lecture 9 — Top-down parsing
for all productions from A are not mutually disjoint — you can't parse this grammar by recursive descent! CS 421 — Class 9,...
Read more >
Parsing Notes - UTK EECS
I. Top-Down Parsing (also called recursive-descent parsing) A. A parsing technique that builds the ... No two productions start with the same terminal...
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