twiddli on dev
implement download queue ui; add collections; notifications; grouping; improv… and 26 more (compare)
twiddli on dev
implement page navigation; add … add reader end content; minor f… add states; and 28 more (compare)
@twiddli The message I sent here contains the whole plugin.log file, do you want some other log as well?
Mar-03 22:00:58--DEBUG [command].happypanda.core.command: Calling main function of command: AddItem
Mar-03 22:00:58--INFO [command].happypanda.core.commands.database_cmd: Adding 9900 items
Mar-03 22:00:58--DEBUG [core].happypanda.core.async_utils: Running <bound method AddItem._add_to_db of <happypanda.core.commands.database_cmd.AddItem object at 0x08892468>> in native thread
Mar-03 22:00:58--DEBUG [server].happypanda.core.server: Client disconnected ('127.0.0.1', 51570)
Mar-03 22:00:58--DEBUG [server].happypanda.core.server: Client disconnected ('127.0.0.1', 51576)
Mar-03 22:00:59--DEBUG [server].happypanda.core.server: Client disconnected ('127.0.0.1', 51572)
Mar-03 22:00:59--DEBUG [server].happypanda.core.server: Client disconnected ('127.0.0.1', 51573)
Mar-03 22:00:59--DEBUG [server].happypanda.core.server: Client disconnected ('127.0.0.1', 51575)
Mar-03 22:10:04--ERROR [command].happypanda.core.commands.database_cmd: An error occurred when adding item
Traceback (most recent call last):
File "site-packages\sqlalchemy\orm\session.py", line 2557, in _flush
File "site-packages\sqlalchemy\orm\unitofwork.py", line 403, in execute
File "site-packages\sqlalchemy\orm\unitofwork.py", line 361, in _generate_actions
File "site-packages\sqlalchemy\orm\unitofwork.py", line 490, in execute
MemoryError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "happypanda\core\commands\database_cmd.py", line 1188, in _add_to_db
File "happypanda\core\commands\database_cmd.py", line 1139, in _add_item
File "site-packages\sqlalchemy\orm\session.py", line 1027, in commit
File "site-packages\sqlalchemy\orm\session.py", line 494, in commit
File "site-packages\sqlalchemy\orm\session.py", line 473, in _prepare_impl
File "site-packages\sqlalchemy\orm\session.py", line 2459, in flush
File "site-packages\sqlalchemy\orm\session.py", line 2597, in _flush
File "site-packages\sqlalchemy\util\langhelpers.py", line 79, in __exit__
File "site-packages\sqlalchemy\util\compat.py", line 153, in reraise
File "site-packages\sqlalchemy\orm\session.py", line 2597, in _flush
File "site-packages\sqlalchemy\orm\session.py", line 534, in rollback
File "site-packages\sqlalchemy\orm\session.py", line 361, in _restore_snapshot
MemoryError
Mar-03 22:10:12--ERROR [command].happypanda.core.commands.database_cmd: An error occurred when adding item
Traceback (most recent call last):
File "happypanda\core\commands\database_cmd.py", line 1188, in _add_to_db
File "happypanda\core\commands\database_cmd.py", line 1139, in _add_item
File "site-packages\sqlalchemy\orm\session.py", line 1027, in commit
File "site-packages\sqlalchemy\orm\session.py", line 492, in commit
File "site-packages\sqlalchemy\orm\session.py", line 299, in _assert_active
sqlalchemy.exc.InvalidRequestError: This session is in 'inactive' state, due to the SQL transaction being rolled back; no further SQL can be emitted within this transaction.
This is the log file you asked for
Mar-03 19:55:42--INFO pluginctx.file-metadata.main: Attempting with DataType.eze
Mar-03 19:55:42--INFO pluginctx.file-metadata.main: DataType.eze matched!
Mar-03 19:55:42--ERROR pluginctx.file-metadata: An unhandled exception 'AttributeError' was raised by plugin handler on command 'GalleryFS.parse_metadata_file'
Traceback (most recent call last):
File "happypanda/core/plugins.py", line 672, in _unhandled_exception
File "happypanda/core/plugins.py", line 484, in iter_call_handlers
File "happypanda/core/plugins.py", line 690, in _call_handler
File "happypanda/core/plugins.py", line 835, in call_handler
File "/run/media/y/BACK UP/cr_hdd/hpx/data/__plugins__/e38e24e4-8ca8-420e-b52b-c75510097653.hpxplugin.zip/main.py", line 225, in parse
return apply_file_metadata(gallery, f)
File "/run/media/y/BACK UP/cr_hdd/hpx/data/__plugins__/e38e24e4-8ca8-420e-b52b-c75510097653.hpxplugin.zip/main.py", line 218, in apply_file_metadata
apply_metadata(cdata, gallery)
File "/run/media/y/BACK UP/cr_hdd/hpx/data/__plugins__/e38e24e4-8ca8-420e-b52b-c75510097653.hpxplugin.zip/main.py", line 172, in apply_metadata
gallery.session.refresh(gallery, ['last_page'])
AttributeError: 'NoneType' object has no attribute 'refresh'
translations
, in that folder copy the file named en_us.general.yaml
and rename the en_us
part to ja_jp
ja_jp.general.yaml
and change locale
to Japanese (Japan)
(and delete everything in it except this key)client.translation_locale
in your config.yaml
set to ja_jp
, or go into the ui client and change the language in the settings. displayed_language
or something that doesn't require all these hoops.