ORxPi v0.2.8 Testing and Issues

The URL of each article looks like /en/pages/abc123456..... Could you check those two articles out and tell me the first couple of characters of the part that comes after pages/ of the each page’s address?

http://librarian.outernet/en/pages/4353a770d6e0d6aee1ed88d3966667d2

http://librarian.outernet/en/pages/4353a770d6e0d6aee1ed88d3966667d2

Same page

Yeah, that is indeed weird. Thanks for bringing this to our attention. I’ll file a bug report and we’ll see if we’ll be releasing a hotfix for it or making the fix part of the next release.

My guess is that by the time you clicked on the “Load more” button, new content was added to the list. New content is always at the top, so it shifts items down to next ‘page’, which gets loaded (again) when “Load more” is clicked.

I did some further testing to make sure it wasn’t a fluke. I check what was the first article “the Gold Bat”. So i clicked load more until it reports there is no more content then did a keyword search for the first article and it found 3 copies.

Hm, yeah, that definitely sounds like it would contain dupes. Can you SSH into your device? If so, it would be great if you could extract the database and send it to me. Database file is /mnt/data/ilbrarian/zipballs.sqlite.

I could not find zipballs on my pi.
here is the search i ran and found these sqlite files

ORxPi v0.2.8 | outernet@orxpi:/> sudo find / -type f -name "*.sqlite"
Password:
/mnt/data/downloads/files/database_backups/db_backup_2015-11-15_01-17-52.sqlite
/mnt/data/downloads/files/database_backups/db_backup_2015-11-07_23-59-37.sqlite
/mnt/data/db/sessions.sqlite
/mnt/data/db/main.sqlite

Let me know if any of these would work.

Hi, sorry, it was a braino. /mnt/data/db/main.sqlite is the right one.

@terminal.bliss Thanks, I got your email. Will take a look at it shortly.