Thank you for trying to fix it! I used Anki’s menus to delete the add-on and reinstall it. Unfortunately, for both the previous version and the new beta, I now don’t have the “Setup Beeminder Sync” option. The original version gives me no error message, but also no setup settings; the beta gives an all new error message:
Traceback (most recent call last):
File "aqt/progress.pyc", line 69, in handler
File "aqt/main.pyc", line 110, in setupProfile
File "aqt/main.pyc", line 234, in loadProfile
File "anki/hooks.pyc", line 56, in repl
File "/Users/lawrence/Documents/Anki/addons/beetime/__init__.py", line 47, in ankiwebSync
syncDispatch(at='ankiweb')
File "/Users/lawrence/Documents/Anki/addons/beetime/sync.py", line 66, in syncDispatch
prepareApiCall(col, reportTimestamp, numberOfCards, timestampComment(comment, now, bc.get('reviewed', 'overwrite')), goal_type='reviewed')
File "/Users/lawrence/Documents/Anki/addons/beetime/sync.py", line 109, in prepareApiCall
incomingID = sendApi(user, token, slug, data, outgoingId)
File "/Users/lawrence/Documents/Anki/addons/beetime/api.py", line 14, in sendApi
response = apiCall("POST", user, token, slug, data, did)
File "/Users/lawrence/Documents/Anki/addons/beetime/api.py", line 43, in apiCall
raise Exception("transmission failed:", response.status, response.reason, response.read())
Exception: ('transmission failed:', 404, 'Not Found', '')
I took some screencaps in case something is odd about my setup:
I was using the previous deprecated odometer-style plugin until I switched to this one quite recently, but I am pretty sure it’s been comprehensively removed… I re-installed Anki itself and it’s up to date…
Oh! Sometimes it causes problems that I am not the admin on my laptop (I use parental controls on myself to make myself go to bed). Is there some place where it needs admin authentication but isn’t giving me the pop-up to provide it?
I’d really love to find a way to make this work (I can tip you for your programming time??) since I was getting a lot of mileage out of those Anki goals, which will lose their usefulness if I have to update them all manually. And right now things are borked enough that I apparently can’t even use the older version
Any ideas about what to do?