Jump to content

krakent3ch

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by krakent3ch

  1. New container, hot off the press

     

    Introducing JDownloader 2

     

    You can access the X app in the browser, but you can also set up the webserver that you can access through my.jdownloader.org

     

    It's in the repo

     

    Wow. Thanks.

    Just installed it. Worked great. Getting better speeds than I did with pyLoad.

    My usage.

    Registered with my.jdownloader.org and installed the browser plugin. Now it was just a matter of right clicking links and sending downloads to the server :)

    Great way to download off my seedbox in http mode as ftp is always super slow :D

  2. shout-irc

     

    I created a <user>.json in the appdata/shoutirc/users dir through ftp with the following content

     

    {
      "user": "example",
      "password": "password",
      "log": false,
      "networks": [{
        "name": "Freenode",
        "host": "irc.freenode.net",
        "port": 6697,
        "tls": true,
        "password": "serverpw",
        "nick": "john",
        "realname": "John Doe",
        "commands": [
          "/msg NickServ identify password",
          "/msg ChanServ op #chan"
        ],
        "join": "#foo, #bar"
        }]
    }
    

     

    then changed config file from public to private. I can see the login screen but when i login, it just displays a blank page :( and when i refresh it brings back the login page. Enabled the logs and i can see that there is connection happening in the background and i can see the chat records. What could be causing the issue?

  3. I don't think that has anything to do with the container or docker.

     

    yeah, looks like tvdb having an issue like it does every now and then.

     

    I had the issue with TVDB, IMDB and TMBD. Tried everything to restarting docker, restarting unraid server. Still was not working. Just deleted and installed TMM again. And it works now. Will keep checking if the issue returns.

     

     

    check this out.....

     

    http://lime-technology.com/forum/index.php?topic=39597

     

    Thanks for the info :) was going nuts trying to find the root of the issue :P

  4. There is something strange happening now

     

    zqJCwoi.png

     

    7kT9Z0I.png

     

    OjVjGGe.png

     

    from the log file :

     

    2015-04-29 08:46:28,198 WARN  [swingWorker-pool-3-thread-5] com.omertron.thetvdbapi.TheTVDBApi:402 - Unable to download URL: http://www.thetvdb.com/api/1A4971671264D790/mirrors.xml
    2015-04-29 08:46:30,473 DEBUG [swingWorker-pool-3-thread-8] o.t.s.thetvdb.TheTvDbMetadataProvider:98 - search() SearchQuery; Type: TV_SHOW; QUERY:The Flash (2014);LANGUAGE:en;COUNTRY:US;
    2015-04-29 08:46:30,474 DEBUG [swingWorker-pool-3-thread-8] org.tinymediamanager.scraper.util.Url:223 - getting http://www.thetvdb.com/api/<API_KEY>/mirrors.xml
    2015-04-29 08:46:30,475 ERROR [swingWorker-pool-3-thread-8] org.tinymediamanager.scraper.util.Url:249 - proxy or host not found/reachable
    java.net.UnknownHostException: www.thetvdb.com
    at java.net.InetAddress.getAllByName0(InetAddress.java:1250) ~[na:1.7.0_79]
    at java.net.InetAddress.getAllByName(InetAddress.java:1162) ~[na:1.7.0_79]
    at java.net.InetAddress.getAllByName(InetAddress.java:1098) ~[na:1.7.0_79]
    at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:102) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:85) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186) ~[httpclient.jar:4.3.2]
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient.jar:4.3.2]
    at org.tinymediamanager.scraper.util.Url.getInputStream(Url.java:235) ~[tmm.jar:2.6.6 (r1933)]
    at org.tinymediamanager.scraper.util.CachedUrl.cache(CachedUrl.java:287) [tmm.jar:2.6.6 (r1933)]
    at org.tinymediamanager.scraper.util.CachedUrl.getUrl(CachedUrl.java:250) [tmm.jar:2.6.6 (r1933)]
    at org.tinymediamanager.scraper.util.CachedUrl.getInputStream(CachedUrl.java:232) [tmm.jar:2.6.6 (r1933)]
    at com.omertron.thetvdbapi.tools.WebBrowser.request(WebBrowser.java:83) [tmm.jar:151615594f1df0827b7b7844bc33b3e77d24a9d4]
    at com.omertron.thetvdbapi.tools.WebBrowser.request(WebBrowser.java:60) [tmm.jar:151615594f1df0827b7b7844bc33b3e77d24a9d4]
    at com.omertron.thetvdbapi.tools.DOMHelper.getEventDocFromUrl(DOMHelper.java:95) [thetvdbapi.jar:151615594f1df0827b7b7844bc33b3e77d24a9d4]
    at com.omertron.thetvdbapi.model.Mirrors.<init>(Mirrors.java:59) [thetvdbapi.jar:151615594f1df0827b7b7844bc33b3e77d24a9d4]
    at com.omertron.thetvdbapi.TheTVDBApi.getMirrors(TheTVDBApi.java:78) [thetvdbapi.jar:151615594f1df0827b7b7844bc33b3e77d24a9d4]
    at com.omertron.thetvdbapi.TheTVDBApi.getXmlMirror(TheTVDBApi.java:455) [thetvdbapi.jar:151615594f1df0827b7b7844bc33b3e77d24a9d4]
    at com.omertron.thetvdbapi.TheTVDBApi.searchSeries(TheTVDBApi.java:392) [thetvdbapi.jar:151615594f1df0827b7b7844bc33b3e77d24a9d4]
    at org.tinymediamanager.scraper.thetvdb.TheTvDbMetadataProvider.search(TheTvDbMetadataProvider.java:128) [tmm.jar:2.6.6 (r1933)]
    at org.tinymediamanager.core.tvshow.TvShowList.searchTvShow(TvShowList.java:459) [tmm.jar:2.6.6 (r1933)]
    at org.tinymediamanager.ui.tvshows.dialogs.TvShowChooserDialog$SearchTask.doInBackground(TvShowChooserDialog.java:502) [tmm.jar:2.6.6 (r1933)]
    at org.tinymediamanager.ui.tvshows.dialogs.TvShowChooserDialog$SearchTask.doInBackground(TvShowChooserDialog.java:490) [tmm.jar:2.6.6 (r1933)]
    at javax.swing.SwingWorker$1.call(SwingWorker.java:296) [na:1.7.0_79]
    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_79]
    at javax.swing.SwingWorker.run(SwingWorker.java:335) [na:1.7.0_79]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_79]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_79]
    at java.lang.Thread.run(Thread.java:745) [na:1.7.0_79]
    2015-04-29 08:46:30,476 WARN  [swingWorker-pool-3-thread-8] com.omertron.thetvdbapi.TheTVDBApi:402 - Unable to download URL: http://www.thetvdb.com/api/1A4971671264D790/mirrors.xml
    

     

    EDIT : Restarted the docker and still the same

  5. This may sound strange :P

     

    I just created another admin user in Guacamole with all permissions and when i try with that account I can see all the checkboxes. Something crazy going on here.

     

    How did you do that? through exec and the usermapping?

     

    Just creating a new admin user in gaucamole webui settings.

     

    EDIT: NVM it was just a false alarm. Tried again now..its the same with no check boxes :(

  6. Updated now to the latest version and TMM server is not reachable. Both through RDP and Browser. From the log file

     

    ddxGiveUp:
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    Openbox-Message: Failed to open the display from the DISPLAY environment variable.
    
    Fatal server error:
    Could not create lock file in /tmp/.tX10-lock
    
    

  7. I just updated to the latest version and it looks like something has gone wrong with the update. Cant seem to connect to the server.

     

    Failed to connect to server (code: 1006)

     

    EDIT: tried reinstalling the docker and the same issue persists but in the install screen i got this...

     

    IMAGE ID [53f858aaaf03]: Pulling metadata. Pulling fs layer. Downloading -6575530100% of -0MB. Download complete.
    IMAGE ID [837339b91538]: Pulling metadata. Pulling fs layer. Downloading -7147900% of -0MB. Download complete.
    IMAGE ID [615c102e2290]: Pulling metadata. Pulling fs layer. Downloading -68000% of -0MB. Download complete.
    IMAGE ID [b39b81afc8ca]: Pulling metadata. Pulling fs layer. Downloading -3200% of -0MB. Download complete.
    IMAGE ID [8254ff58b098]: Pulling metadata. Pulling fs layer. Downloading -3200% of -0MB. Download complete.
    IMAGE ID [ec5f59360a64]: Pulling metadata. Pulling fs layer. Downloading -3200% of -0MB. Download complete.
    IMAGE ID [2ce4ac388730]: Pulling metadata. Pulling fs layer. Downloading -1105000% of -0MB. Download complete.
    IMAGE ID [2eccda511755]: Pulling metadata. Pulling fs layer. Downloading -3150900000% of -0MB. Download complete.
    IMAGE ID [5a14c1498ff4]: Pulling metadata. Pulling fs layer. Downloading -3200% of -0MB. Download complete.
    

     

    Is this normal?

×
×
  • Create New...