-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Describe the bug
Error when connecting to self-hosted Gitea instance.
Serde Error: expected value at line 1 column 1 Found at 0: std::backtrace::Backtrace::create 1: <octocrab::error::SerdeSnafu as snafu::IntoError<octocrab::error::Error>>::into_error 2: octocrab::map_github_error::{{closure}} 3: <tabby_webserver::service::repository::third_party::ThirdPartyRepositoryServiceImpl as tabby_schema::schema::repository::third_party::ThirdPartyRepositoryService>::sync_repositories::{{closure}} 4: tabby_webserver::service::background_job::start::{{closure}}::{{closure}} 5: tokio::runtime::task::core::Core<T,S>::poll 6: tokio::runtime::task::harness::Harness<T,S>::poll 7: tokio::runtime::scheduler::multi_thread::worker::Context::run_task 8: tokio::runtime::scheduler::multi_thread::worker::Context::run 9: tokio::runtime::context::runtime::enter_runtime 10: tokio::runtime::scheduler::multi_thread::worker::run 11: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll 12: tokio::runtime::task::core::Core<T,S>::poll 13: tokio::runtime::task::harness::Harness<T,S>::poll 14: tokio::runtime::blocking::pool::Inner::run 15: std::sys::backtrace::__rust_begin_short_backtrace 16: core::ops::function::FnOnce::call_once{{vtable.shim}} 17: std::sys::pal::unix::thread::Thread::new::thread_start 18: __pthread_cond_wait
Information about your version
tabby 0.30.2
Information about your GPU
Apple M4 Pro with 48GB memory.
Additional context
Gitea is reached via a public domain, since it does not run on my machine.
I selected Github self-hosted as a Git provider type.
dtibi