Search found 5 matches
- Sun Mar 09, 2014 11:50 pm
- Forum: Development
- Topic: Web UI 1.4.0.dev150+ loading blank page
- Replies: 9
- Views: 5948
Re: Web UI 1.4.0.dev150+ loading blank page
installing with 'python setup.py develop' works great! on latest git '66b54d6' i did the following # python setup.py clean -a # rm -rf /usr/lib/python2.6/site-packages/deluge* # rm /usr/lib/deluge* $ python setup.py build # python setup.py install below are the build and install directories. not sur...
- Sat Mar 08, 2014 3:22 pm
- Forum: Development
- Topic: Web UI 1.4.0.dev150+ loading blank page
- Replies: 9
- Views: 5948
Re: Web UI 1.4.0.dev150+ loading blank page
Thanks for the help cas. after installing yuicompressor, "./build js/deluge-all" gave me "no changes have been made" and i still get the blank page from deluge-web. I did the following: # mkdir /usr/share/yuicompressor # cd /usr/share/yuicompressor # wget https://github.com/yui/y...
- Sat Mar 08, 2014 11:14 am
- Forum: Development
- Topic: Web UI 1.4.0.dev150+ loading blank page
- Replies: 9
- Views: 5948
Re: Web UI 1.4.0.dev150+ loading blank page
i worked my way through the commits from old to new. this list has newest commits at the top. i used safari on a mac running mavericks for the tests. 66b54d6 doesn't work 30705d6 doesn't work 6c74e2d doesn't work 973e2d2 doesn't work 067ca38 doesn't work ack! at this point and above i started to tes...
- Sat Mar 08, 2014 1:11 am
- Forum: Development
- Topic: Web UI 1.4.0.dev150+ loading blank page
- Replies: 9
- Views: 5948
Re: Web UI 1.4.0.dev150+ loading blank page
it breaks for me on commit cb87509. i'm pretty new moving around in git. this is what i did: $ cd /usr/home/my_usr_name/src/deluge/deluge $ git checkout 8d74c3f $ su # rm -rf /usr/lib/python2.6/site-packages/deluge-1.4.0.dev1* # cd /home/my_usr_name/src/deluge/deluge/ # python setup.py clean -a $ py...
- Fri Mar 07, 2014 10:41 pm
- Forum: Development
- Topic: Web UI 1.4.0.dev150+ loading blank page
- Replies: 9
- Views: 5948
Web UI 1.4.0.dev150+ loading blank page
As the title says anything newer than dev149 is loading a blank page for me in safari, firefox, or chrome commit 8d74c3f22af48388d533daad5ee9622a671eb115 is the last one that works for me. i'm running deluge on a headless CentOS server. i tried moving my ~/.config/deluge folder so a new one was crea...