<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Known Bugs - LiveSectional Forum				            </title>
            <link>https://www.livesectional.com/community/known-bugs/</link>
            <description>LiveSectional Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 23 Apr 2026 14:10:02 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Another Bug found.</title>
                        <link>https://www.livesectional.com/community/known-bugs/another-bug-found/</link>
                        <pubDate>Fri, 12 Apr 2024 21:52:01 +0000</pubDate>
                        <description><![CDATA[In version 4.501 a bug was found when the FAA doesn&#039;t provide a flight category in the returned data. The script will stop running when this happens. It can be fixed by editing the script na...]]></description>
                        <content:encoded><![CDATA[<p>In version 4.501 a bug was found when the FAA doesn't provide a flight category in the returned data. The script will stop running when this happens. It can be fixed by editing the script named 'metar-v4.py'. It is located in the '/NeoSectional' directory. To get there use the command line and enter;</p>
<pre contenteditable="false">cd /NeoSectional
sudo nano -c metar-v4.py</pre>
<p><span>Then change line 1215 to;</span></p>
<div>
<pre contenteditable="false"> if metar.find('flight_category').text is None or metar.find('flight_category').text == 'NONE':</pre>
</div>
<div> </div>
<div>Use the line that is there and add the '.text' to the 2 locations</div>
<div>Then enter;</div>
<div>
<pre contenteditable="false">ctrl-x
y</pre>
</div>
<div>to save.</div>
<div> </div>
<div>This will be incorporated into the next image. - Mark</div>
<div> </div>]]></content:encoded>
						                            <category domain="https://www.livesectional.com/community/known-bugs/">Known Bugs</category>                        <dc:creator>Mark Harris</dc:creator>
                        <guid isPermaLink="true">https://www.livesectional.com/community/known-bugs/another-bug-found/</guid>
                    </item>
							        </channel>
        </rss>
		