-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello there,
I've been trying to run but I get this error and I haven't been able to figure out why.
Do you have any suggestion/ideas?
(FYI: I even get the same error if running it all with root, just for testing)
Saving data to "/home/user/.local/share/define3/define3.sqlite3"
Pass 1: Collecting templates and modules
Saved module: Module:category tree/documentation
thread 'main' panicked at 'calledResult::unwrap()on anErrvalue: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', src/libcore/result.rs:997:5
stack backtrace:
0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
1: std::sys_common::backtrace::_print
2: std::panicking::default_hook::{{closure}}
3: std::panicking::default_hook
4: std::panicking::rust_panic_with_hook
5: std::panicking::continue_panic_fmt
6: rust_begin_unwind
7: core::panicking::panic_fmt
8: core::result::unwrap_failed
9: define3::parse_xml::for_pages
10: build_definitions_db::main
11: std::rt::lang_start::{{closure}}
12: std::panicking::try::do_call
13: __rust_maybe_catch_panic
14: std::rt::lang_start_internal
15: main
16: __libc_start_main
17: _start