• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 19
Hellowlol HTPC-Manager fork support thread
I'm having a strange issue where no matter what external link I use or internal link, HTPC-Manager grabs it and then tries to connect to http://127.0.0.1:8085/htpc/auth/login. What makes this even more odd is that I specifically have it configured to use http://192.168.1.100:8085/htpc, when I start HTPC manager it says "you can connect to HTPC-Manager by accessing http://127.0.0.1:8085" even when I specify an address to listen, I've always assumed that this was just a coding error now I'm starting to think differently.

As seen above, I'm using Nginx on FreeBSD 9.3 to hide all my usenet related apps behind a reverse proxy, with HTPC-Manager being the root page. I had this working before but I've been setting up so many different things, something must've changed because it kept doing this, after pulling my hair out for a few hours trying to figure out WTF the problem was I deleted the jail and started over, which included cloning a new copy of HTPC-Manager since it was crashing due to problems with my SSL config (I'm skipping SSL for now). It's back to doing it again and I have no idea what the problem is since I'm relatively new to Nginx and self hosting.

There are no errors in my Nginx logs relating to this, this is the only thing in my access log: [IP Address] - - [17/Aug/2015:14:59:57 -0400] "GET / HTTP/1.1" 302 108 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0"

Here's my HTPC-Manager log, which doesn't tell much..
Code:
2015-08-15 19:39:12 :: root :: INFO :: Welcome to Hellowlol's HTPC Manager fork
2015-08-15 19:39:12 :: root :: INFO :: Loglevel set to info
2015-08-15 19:39:12 :: htpc.updater :: INFO :: Using GitUpdater engine
2015-08-15 19:39:13 :: apscheduler.scheduler :: INFO :: Added job "Updater.update_needed" to job store "default"
2015-08-15 19:39:13 :: modules.kodi :: WARNING :: No configured kodi-Servers.
2015-08-15 19:39:13 :: modules.newznab :: WARNING :: No configured Indexers.
2015-08-15 19:39:13 :: modules.stats :: ERROR :: 'FreeBSD'
2015-08-15 19:39:13 :: htpc.server :: INFO :: Starting up webserver
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Listening for SIGHUP.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Listening for SIGTERM.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Listening for SIGUSR1.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Bus STARTING
2015-08-15 19:39:13 :: cherrypy.error :: WARNING :: [15/Aug/2015:19:39:13] ENGINE There are [<_MainThread(MainThread, started 34389128192)>, <Thread(APScheduler, started daemon 34512749568)>] active threads. Daemonizing now may cause strange failures.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Forking once.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Forking twice.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Daemonized to PID: 8128
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Started monitor thread '_TimeoutMonitor'.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE PID 8128 written to '/var/run/htpc-manager/htpc-manager.pid'.
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Serving on 192.168.1.100:8085
2015-08-15 19:39:13 :: cherrypy.error :: INFO :: [15/Aug/2015:19:39:13] ENGINE Bus STARTED
2015-08-15 22:26:27 :: cherrypy.error :: INFO :: [15/Aug/2015:22:26:27] ENGINE Started monitor thread 'Session cleanup'.

Here's the relevant section of my nginx.conf
Code:
server {
        listen                  192.168.1.103:80 default_server;
        server_name             mysite.us, femp;
        error_log               logs/error/reverse-proxy.log info;
        access_log              logs/access/reverse-proxy.log;
        
        location / {
           proxy_pass           http://192.168.1.100:8085/htpc;
        }
Reply
I seemed to have "fixed" the issue by deleting all my settings for HTPC Manager, but the issue is now that any site without a URI (http://mysite.us or http://nzbget.mysite.us) redirects me to http://mysite.us//auth/login (notice the double slashes in between us and auth)
Reply
Can you post a screenshot of your general settings page?

Does this only happen when accessing thru reverse proxy?

Can you share the entire nginx config? I belive you config is wrong. As the any requests for sub.domain.com should never hit htpc manager at all
Reply
(2015-07-20, 10:01)hellow Wrote:
(2015-07-20, 07:53)madvtak Wrote: Is there anyway to fix this? Instead of having to scroll down, i cannot click on cpu% to bring it up to the top, instead i have to scroll down to cpu%what process is using what cpu%

Hi! Tablesorter is disabled on that page because I had problems getting to to work correctly

I see its sortable, but i see what issue you are were talking about. Still not 100% but i like seeing its an option now Smile
Reply
(2015-08-24, 10:39)madvtak Wrote:
(2015-07-20, 10:01)hellow Wrote:
(2015-07-20, 07:53)madvtak Wrote: Is there anyway to fix this? Instead of having to scroll down, i cannot click on cpu% to bring it up to the top, instead i have to scroll down to cpu%what process is using what cpu%

Hi! Tablesorter is disabled on that page because I had problems getting to to work correctly

I see its sortable, but i see what issue you are were talking about. Still not 100% but i like seeing its an option now Smile

Im not really sure what your talking about here. What issues and what option? clicking the cpu header works fine here.
Reply
(2015-08-24, 10:47)hellow Wrote:
(2015-08-24, 10:39)madvtak Wrote:
(2015-07-20, 10:01)hellow Wrote: Hi! Tablesorter is disabled on that page because I had problems getting to to work correctly

I see its sortable, but i see what issue you are were talking about. Still not 100% but i like seeing its an option now Smile

Im not really sure what your talking about here. What issues and what option? clicking the cpu header works fine here.

I'll take screenshots a bit later for you.

edit: Some things are still jumbled up. It will do a A-Z sortable just fine. But with CPU its all over the place still.

edit #2: Screenshot You can see i sorted the CPU to show me the highest used. but i still have to scroll down to see it.
Reply
(2015-08-25, 06:35)madvtak Wrote:
(2015-08-24, 10:47)hellow Wrote:
(2015-08-24, 10:39)madvtak Wrote: I see its sortable, but i see what issue you are were talking about. Still not 100% but i like seeing its an option now Smile

Im not really sure what your talking about here. What issues and what option? clicking the cpu header works fine here.

I'll take screenshots a bit later for you.

edit: Some things are still jumbled up. It will do a A-Z sortable just fine. But with CPU its all over the place still.

edit #2: Screenshot You can see i sorted the CPU to show me the highest used. but i still have to scroll down to see it.

You don't have the latest update. The undefined shouldn't be there. Does the problem persist with the latest update?
Reply
(2015-08-25, 06:59)hellow Wrote:
(2015-08-25, 06:35)madvtak Wrote:
(2015-08-24, 10:47)hellow Wrote: Im not really sure what your talking about here. What issues and what option? clicking the cpu header works fine here.

I'll take screenshots a bit later for you.

edit: Some things are still jumbled up. It will do a A-Z sortable just fine. But with CPU its all over the place still.

edit #2: Screenshot You can see i sorted the CPU to show me the highest used. but i still have to scroll down to see it.

You don't have the latest update. The undefined shouldn't be there. Does the problem persist with the latest update?

it's set to auto update, but i'll force it. One moment.

Current commit 982a5eb6e6f53380add5c7b9efad99fbed3ce940

I'll try restarting HTPC

Update: Restarted, is there a way to block the N/A% from showing. Because i am getting the same thing. I have to scroll down towards the middle to see whats using the CPU
Reply
Yeah, I thought I fixed that one yesterday, but I can see it here too.
Reply
The filter feature seems to have slipped many users

If you see "Search table" in the search field, that mean that table is searchable/filterable.

So say you have 1000 torrents in the qbittorrent module but your only interessed in Awesomeshownameand you enter that in the "Search table" all the others will be filtered out.

Plex/Kodi is also searchable even if there isnt any "Search table" in the search field.

In a future update the "Search table" will be replace by the tabs name or module name depending on the situation
Reply
(2015-06-01, 21:50)reaven Wrote: Just to say I love this version, I have been searching/waiting for a sort of Dashboard to monitor and control all my media application and more and this is it..., I made a few changes to my like but couldn't find how to change others.

Image
What am trying to do only on the Dashboard:
  • Sort CouchPotato #wantedmovies_table_body table by Year
  • In Latest Movies, Fit bottom info with the Poster width (in my case, i change the fanart for the poster it make more sense to me)
  • Padding between Latest Music albums covers
  • Grab tvshow poster instead of fanart


*I will definitely put some request for modules on github (like a yamaha A/Receiver remote, right know is re-directing to the web remote)

Great work !!!

I dont mind sorting wanted movies based on year, let me know if you want that.
Reply
(2015-08-31, 14:37)hellow Wrote:
(2015-06-01, 21:50)reaven Wrote: Just to say I love this version, I have been searching/waiting for a sort of Dashboard to monitor and control all my media application and more and this is it..., I made a few changes to my like but couldn't find how to change others.

Image
What am trying to do only on the Dashboard:
  • Sort CouchPotato #wantedmovies_table_body table by Year
  • In Latest Movies, Fit bottom info with the Poster width (in my case, i change the fanart for the poster it make more sense to me)
  • Padding between Latest Music albums covers
  • Grab tvshow poster instead of fanart


*I will definitely put some request for modules on github (like a yamaha A/Receiver remote, right know is re-directing to the web remote)

Great work !!!

I dont mind sorting wanted movies based on year, let me know if you want that.

that would be great !! Big Grin

now i am trying to solve why after the update all kodi thumbs are broken and in the dashboard i have no images for latest movies nor episodes Confused
already delete the image folder from user data but still nothing, all i got is hundred of lines with
Code:
cherrypy.error.4329851856
clearArt Concept
cdArt Concept

*If like, thank user
Reply
That wasn't a really helpful error :p. Upload the debug log to pastebin and I will take a look. There was some changes to the cache function some commits ago
Reply
A while back i added support for caching and resizing all the images in the kodi/plex (was tired of scolling down)

There is no link or button to click on as its only intended to be used by me Big Grin

/kodi/primecache?t=all&wanted_art=all&resize=1

t can be: all, episode, movie, all, addon, tvshow,
wanted_art: fanart, poster, thumbnail, all
resize: 1, 0

/plex/primecache?disable_pil=0

disable_pil: 1, 0
If you disable pil or pil isnt installed it will fall back to transcoding images from pms (slower)

It might take a while before it finished
Reply
I have done 30ish feature requests since i forked the repo, but the damn list just keeps growing...

So If there is anybody out there that think htpc manager is kewl and know some basic html, jquery, python (you dont need to know all, some requests are really easy and only require 1 "skill") feel free to send a pr regarding any request you find interesting!

If you stuck ill help you as much as i can.
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 19

Logout Mark Read Team Forum Stats Members Help
Hellowlol HTPC-Manager fork support thread2