Hi,
I upgraded to 3.4 and when I try to fetch episode information all I see is the busy icon spinning continuously, it never returns any results.
I have reverted to version 3.3 which works just fine.
I'm using the amd64.deb version.
Fetch Episode List not working in 3.4
Re: Fetch Episode List not working in 3.4
Wait longer and see what happens. It's probably just rebuilding its caches.
EDIT: Tried 3.4 on Ubuntu and it matches perfectly.
EDIT: Tried 3.4 on Ubuntu and it matches perfectly.
-
- Posts: 7
- Joined: 22 Jan 2013, 11:35
Re: Fetch Episode List not working in 3.4
Thanks for the advice. There must be something broken on my system (Kubuntu) as still nothing after 15 minutes, I'll give it a while longer. If I still have no success I'll purge FileBot from my system and perform a clean install.
Re: Fetch Episode List not working in 3.4
I've set network timeouts to 1 minute... so that's very odd. Try running with konsole and see if there's any cmdline output.
Also you can put debugging proxy in between so you can see what network requests filebot makes and what works and what doesn't:
http://en.wikipedia.org/wiki/WebScarab
Also you can put debugging proxy in between so you can see what network requests filebot makes and what works and what doesn't:
http://en.wikipedia.org/wiki/WebScarab
-
- Posts: 7
- Joined: 22 Jan 2013, 11:35
Re: Fetch Episode List not working in 3.4
Thanks. Unfortunately the re-install didn't work.
When I run filebot from konsole I get the following messages:
nick@nick-desktop:~$ filebot
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
(process:4241): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.34.1/./gobject/gtype.c
You forgot to call g_type_init()
(process:4241): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion `G_TYPE_IS_INTERFACE (interface_type)' failed
(process:4241): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
(process:4241): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.34.1/./gobject/gtype.c
You forgot to call g_type_init()
(process:4241): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
(process:4241): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.34.1/./gobject/gtype.c
You forgot to call g_type_init()
(process:4241): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
I'll look at WebScarab and let you know what I find.
When I run filebot from konsole I get the following messages:
nick@nick-desktop:~$ filebot
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
(process:4241): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.34.1/./gobject/gtype.c
(process:4241): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion `G_TYPE_IS_INTERFACE (interface_type)' failed
(process:4241): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
(process:4241): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.34.1/./gobject/gtype.c
(process:4241): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
(process:4241): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.34.1/./gobject/gtype.c
(process:4241): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
I'll look at WebScarab and let you know what I find.
Re: Fetch Episode List not working in 3.4
There seem to be some issues with the libraries installed on your system.
Try setting this in the startup file:
If that doesn't work it's a Java issue. Though the GVFS stuff is for accessing GVFS and shouldn't affect anything but Drag-n-Drop.
Try setting this in the startup file:
Code: Select all
-DuseGVFS=false
-
- Posts: 7
- Joined: 22 Jan 2013, 11:35
Re: Fetch Episode List not working in 3.4
It's probably worth mentioning that I'm currently using OpenJDK. Don't know if that has something to do with it.
Re: Fetch Episode List not working in 3.4
Nope, I'm using OpenJDK as well. Might have something to do with you using KDE and the glibs somehow having issues. Try the -DuseGVFS=false and see if that makes a difference.
-
- Posts: 7
- Joined: 22 Jan 2013, 11:35
Re: Fetch Episode List not working in 3.4
Ok, that worked. Thanks for helping, I'm not currently using Drag-n-Drop so it shouldn't affect me.rednoah wrote:There seem to be some issues with the libraries installed on your system.
Try setting this in the startup file:If that doesn't work it's a Java issue. Though the GVFS stuff is for accessing GVFS and shouldn't affect anything but Drag-n-Drop.Code: Select all
-DuseGVFS=false
Thanks again.