Lalit Jain

Results 4 comments of Lalit Jain

So I was able to use: ``bzcat enwiki-20170301-pages-articles-multistream.xml.bz2| wikiextractor/WikiExtractor.py -o extracted`` Not sure why it needs to work on an extracted version.

I tried the above (with mu-ramadan). The download seems fine, but when I run the server the webpage gets stuck on the loading screen. In the console I see: ```Error:...

Sorry to open this again. I am using 0.0.190 and I still have the same issue. Has this been resolved?

Ok, looks like this line changed: https://github.com/bogde/HX711/blob/bc5a7e5a0d518a0f384bd30105cdce0773e20028/src/HX711.cpp#L76 pinMode(DOUT, INPUT) ----> pinMode(DOUT, INPUT_PULLUP); I am on an ESP8266. Maybe this is not compatible?