Firstly the database files needed to be on the internal storage and not on the SD card because of permission changes in the os.
Now everything is working without any error messages, and it syncs. But when the review page opens, all I get is an entirely blank page. There is even no html when I view the source. I have tried changing the card set to make sure that a standard front to back card is active with no Javascript in it.
Hi,
It seems like your database is empty or not in the correct location.
Does the initial sync take enough time not to be bogus? If you uses a
file explorer, are the files where you expect them to be and have
reasonable sizes?
Have you tried with a different browser?
BTW, I have two Android 4.4 devices without removable storage, and the
path to use still is /sdcard. If you're putting them on true core
internal memory, you might have enough space
so also try with dummy
database with a few cards.
Good luck!
Peter
Citeren Gnome <jippi...@hotmail.com>:
> I have a problem getting the android python client to work properly.
> The client worked fine on my old phone, but after a water accident I
> have upgraded to one with android 4.4
>
> Firstly the database files needed to be on the internal storage and
> not on the SD card because of permission changes in the os.
> Now everything is working without any error messages, and it syncs.
> But when the review page opens, all I get is an entirely blank page.
> There is even no html when I view the source. I have tried changing
> the card set to make sure that a standard front to back card is
> active with no Javascript in it.
>
> --
> You received this message because you are subscribed to the Google
> Groups "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to mnemosyne-proj-users+unsub...@googlegroups.com.
> To post to this group, send email to mnemosyne-proj-users@googlegroups.com.
Here is the output
/favicon.icoTypeError("initialise() got an unexpected keyword argument 'config_dir'",)
Traceback (most recent call last):
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
1302, in communicate
req.respond()
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
831, in respond
self.server.gateway(self).respond()
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
2135, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
File "/storage/emulated/0/sl4a/scripts/mnemosyne/web_server/web_server.py", li
140, in wsgi_app
self.load_mnemosyne()
File "/storage/emulated/0/sl4a/scripts/mnemosyne/web_server/web_server.py", li
105, in load_mnemosyne
filename=self.filename, automatic_upgrades=False)
TypeError: initialise() got an unexpected keyword argument 'config_dir'
/
TypeError("initialise() got an unexpected keyword argument 'config_dir'",)
Traceback (most recent call last):
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
1302, in communicate
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
831, in respond
self.server.gateway(self).respond()
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
2135, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
File "/storage/emulated/0/sl4a/scripts/mnemosyne/web_server/web_server.py", li
140, in wsgi_app
self.load_mnemosyne()
File "/storage/emulated/0/sl4a/scripts/mnemosyne/web_server/web_server.py", li
105, in load_mnemosyne
filename=self.filename, automatic_upgrades=False)
TypeError: initialise() got an unexpected keyword argument 'config_dir'
/favicon.ico
TypeError("initialise() got an unexpected keyword argument 'config_dir'",)
Traceback (most recent call last):
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
1302, in communicate
req.respond()
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
831, in respond
self.server.gateway(self).respond()
File "/storage/emulated/0/sl4a/scripts/cherrypy/wsgiserver/wsgiserver2.py", li
2135, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
> email to mnemosyne-proj-users+unsub...@googlegroups.com.
Strange, I've never seen anything like this, so it will difficult to
track this down.
Let me know if you detect a pattern...
Peter
Citeren Gnome <jippi...@hotmail.com>:
> This morning it disappeared again.
>
> --
> You received this message because you are subscribed to the Google
> Groups "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to mnemosyne-proj-users+unsub...@googlegroups.com.
> To post to this group, send email to mnemosyne-proj-users@googlegroups.com.