TheQL
TheQL
I can't even build 4.9.1 :( ``` /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -MT FileAccess.lo -MD -MP -MF...
AltStore just crashes when trying to sideload Kodi.ipa - not sure if related. Same happened with nullximpactorlite.
Thanks for your reply. Ok, I believed it'd be something with pysqlite3 not building properly on Apple Silicon, found a few indications on the web. Was about to try again...
Pretty sure my permissions are ok, but I did it the "hard" way: ``` (foursquare-swarm-ical) @:~/venvs/foursquare-swarm-ical/bin # mkdir ~/sqlitedb (foursquare-swarm-ical) @:~/venvs/foursquare-swarm-ical/bin # chown : ~/sqlitedb (foursquare-swarm-ical) @:~/venvs/foursquare-swarm-ical/bin # chmod a+rwx...
Ok, something weird is happening now... I re-ran the command after I deleted the folder `/Users//sqlitedb/` and it appears to be running. The thing is, with this commandline: `./foursquare-swarm-ical --access-token...
Well... now I have a new error, but this is in fact a different issue. We could close this and move over.... Anyway, my current commandline, working fine: `./foursquare-swarm-ical --access-token...
> Right, that ValueError means the specific checkin entry is malformed or something. We'll need to tweak the error handling to attach some more debug info to be able to...
I browsed the .sqlite file and it looks fine indeed. But I guess it won't be easy to export a valid .ics file from that - you've already done all...
The table has 67136 rows while the 17M .ics file has 57670 check-ins. So there are not a lot missing, but I'd still love to have them all ;)
Hi @liskin, did a new import today and wondered if you've ever come around to check what could lead to the .ics export failing on specific entries. Maybe the code...