-
[Support] binhex - qBittorrentVPN
Hi, Is it normal for this docker to keep changing the VPN IP address when using it alongside the PIA OpenVPN Port Forwarding files from the github page? I failed to find anything in my googling or search of this topic, but maybe I'm not looking for the key words..
-
Tachidesk-Docker Support Thread
I'm not sure how to get around this error.. but a lot of the webgui pages have the unable to load data with the accompanying errors. I'm on unraid 7 and installed the version from Unraid > Apps. The only thing I did was add optional folders for the libraries and temporary download folder. A specific example of this is from the Browse > Extensions page from the Web GUI: Unable to load data Exception while fetching data (/settings) : /home/suwayomi/.local/share/Tachidesk/server.conf: 95: koreaderSyncPercentageTolerance has type STRING rather than NUMBER… com.typesafe.config.ConfigException$WrongType: /home/suwayomi/.local/share/Tachidesk/server.conf: 95: koreaderSyncPercentageTolerance has type STRING rather than NUMBER at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:164) at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:175) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:189) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:194) at com.typesafe.config.impl.SimpleConfig.getConfigNumber(SimpleConfig.java:224) at com.typesafe.config.impl.SimpleConfig.getNumber(SimpleConfig.java:230) at com.typesafe.config.impl.SimpleConfig.getDouble(SimpleConfig.java:246) at io.github.config4k.readers.DoubleReader$1.invoke(DoubleReader.kt:5) at io.github.config4k.readers.DoubleReader$1.invoke(DoubleReader.kt:5) at io.github.config4k.readers.Reader$getValue$1.invoke(Reader.kt:15) at io.github.config4k.readers.Reader$getValue$1.invoke(Reader.kt:14) at suwayomi.tachidesk.server.util.MutableStateFlowType.parse(MutableStateFlowType.kt:24) at io.github.config4k.readers.SelectReader$getReader$1.invoke(SelectReader.kt:34) at io.github.config4k.readers.SelectReader$getReader$1.invoke(SelectReader.kt:34) at io.github.config4k.readers.Reader$getValue$1.invoke(Reader.kt:15) at io.github.config4k.readers.Reader$getValue$1.invoke(Reader.kt:14) at suwayomi.tachidesk.server.ServerConfig.getKoreaderSyncPercentageTolerance(ServerConfig.kt:5828) at suwayomi.tachidesk.graphql.types.SettingsType.<init>(SettingsType.kt:405) at suwayomi.tachidesk.graphql.types.SettingsType.<init>(SettingsType.kt:321) at suwayomi.tachidesk.graphql.queries.SettingsQuery.settings(SettingsQuery.kt:13) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97) at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113) at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflection(KCallableImpl.kt:207) at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:112) at com.expediagroup.graphql.generator.execution.FunctionDataFetcher.runBlockingFunction(FunctionDataFetcher.kt:127) at com.expediagroup.graphql.generator.execution.FunctionDataFetcher.get(FunctionDataFetcher.kt:63) at graphql.execution.ExecutionStrategy.invokeDataFetcher(ExecutionStrategy.java:533) at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:497) at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:438) at graphql.execution.ExecutionStrategy.resolveFieldWithInfo(ExecutionStrategy.java:397) at graphql.execution.ExecutionStrategy.getAsyncFieldValueInfo(ExecutionStrategy.java:335) at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:57) at graphql.execution.Execution.executeOperation(Execution.java:181) at graphql.execution.Execution.execute(Execution.java:117) at graphql.GraphQL.execute(GraphQL.java:546) at graphql.GraphQL.lambda$parseValidateAndExecute$13(GraphQL.java:476) at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(Unknown Source) at java.base/java.util.concurrent.CompletableFuture.thenCompose(Unknown Source) at graphql.GraphQL.parseValidateAndExecute(GraphQL.java:471) at graphql.GraphQL.lambda$executeAsync$9(GraphQL.java:429) at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(Unknown Source) at java.base/java.util.concurrent.CompletableFuture.thenCompose(Unknown Source) at graphql.GraphQL.executeAsync(GraphQL.java:418) at com.expediagroup.graphql.server.execution.GraphQLRequestHandler.execute(GraphQLRequestHandler.kt:103) at com.expediagroup.graphql.server.execution.GraphQLRequestHandler.executeRequest$suspendImpl(GraphQLRequestHandler.kt:82) at com.expediagroup.graphql.server.execution.GraphQLRequestHandler.executeRequest(GraphQLRequestHandler.kt) at com.expediagroup.graphql.server.execution.GraphQLServer$execute$2.invokeSuspend(GraphQLServer.kt:62) at com.expediagroup.graphql.server.execution.GraphQLServer$execute$2.invoke(GraphQLServer.kt) at com.expediagroup.graphql.server.execution.GraphQLServer$execute$2.invoke(GraphQLServer.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndspatched(Undispatched.kt:66) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:43) at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:286) at com.expediagroup.graphql.server.execution.GraphQLServer.execute$suspendImpl(GraphQLServer.kt:49) at com.expediagroup.graphql.server.execution.GraphQLServer.execute(GraphQLServer.kt) at suwayomi.tachidesk.graphql.controller.GraphQLController$execute$1$1.invokeSuspend(GraphQLController.kt:26) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
-
New Unraid Setup: Not Seeing any HDDs
Confirmed it was my idiocy and was missing the cable between the expander and controller. Thanks everyone!
-
New Unraid Setup: Not Seeing any HDDs
I think i misread the expander being "plug in play" in other posts and didn't realize it needed a mini sas connection to the controller.. I ordered one and this will probably solve my issues. If it does, I'll come back here and mark this thread "solved" Thanks for all those who came to read this thread and sorry for probably wasting your time.
-
New Unraid Setup: Not Seeing any HDDs
removing the 3.3 pin from one of the western digital drives turned it on, but I think my expander isn't working. Is there a way for me to tell if it's being detected or on?
-
New Unraid Setup: Not Seeing any HDDs
Update: I was trying to use my PCI E 16x (usually for graphics card) and it wasn't providing any power in that slot (my graphics card died in that slot previously) and I didn't notice. Moving it down 1 pci slot got the HBA working, but I only see 4 drives instead of the 16 I have connected.. Here is more info: Controller: IBM M5110 6Gbs PCI-E HBA FW: P20( LSI 9207-8i IT) Two SFF-8087 to SATA Forward Breakout cables connected to 8 drives The four drives that Unraid sees is from one of these cables on this controller. Expander: Intel RAID Storage Expander RES2SV240 E91267-203 Two of the same cables connected to 8 more drives I don't think the system sees the expander. Hard Drives: Some of the ones not showing up are Western Digital external backup drives that I shucked. Would the extra power pin that people sometimes have to tape over/remove need to be removed from the drives not showing up?
-
New Unraid Setup: Not Seeing any HDDs
I also have a few SATA HDDs connected to the on board SATA ports and those aren't showing up in Unraid either in case that matters..
-
New Unraid Setup: Not Seeing any HDDs
I recently tried to create a brand new unraid server and I can't figure out why none of my hard drives are showing up... Motherboard is a Gigabyte ga-z170x-gaming 3 Controller: IBM M5110 6Gbs PCI-E HBA FW: P20( LSI 9207-8i IT) This exact one Expander: Intel RAID Storage Expander RES2SV240 E91267-203 This exact one I have 15 16 hard drives connected..i touched a few of them and they seem to be running...
-
[Support] binhex - Sonarr
I can't find the words to explain an issue I'm having, but has anyone run into a similar scenario: QBittorrent downloads FavShow E01S01.mp4 into \FavShow.E01S01.WAZZAAAH\FavShow E01S01.mp4 (notice that there are periods in the folder name) Sonarr can't import saying the following: "Import failed, path does not exist or is not accessible by Sonarr:[Snip] /FavShow E01S01 WAZZAAAH" (notice how the periods are replaced with spaces in the folder name) I've looked at both dockers and can't figure out what is causing the confusion between the two or whether it's a setting. Both dockers have been working for months until just this last week. Thanks for any help.
-
[Support] xthursdayx - UNRAID Docker Templates
Can someone help me find the yacreaderlibrary.ini file? i see this comment and command in the dockerfile on github, but I can't seem to actually locate it using Krusader.. ADD YACReaderLibrary.ini /root/.local/share/YACReader/YACReaderLibrary/ The reason I'm asking is because I'm getting this error in the yacserver log and I think I read somewhere that I just need to change the port in the ini to something other than 8080. I've done that in Unraid, but someone thinks it might be related to the setting in the ini file. It only happens when i try to access my server from an Ipad: WARN 2020-09-29T23:09:44.039 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:44.041 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:44.037 QSqlDatabasePrivate::addDatabase: duplicate connection name '/comics/.yacreaderlibrary14b6d12a0700', old connection removed. WARN 2020-09-29T23:09:44.039 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:44.041 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:46.837 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:46.838 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:47.604 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:47.608 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work. WARN 2020-09-29T23:09:47.629 QSqlDatabasePrivate::removeDatabase: connection '/comics/.yacreaderlibrary14b6d12a0700' is still in use, all queries will cease to work.
-
[Support] binhex - Jackett
Does anyone know what causes the docker to display as abandoned in Unraid? I can't remember the exact msg that Unraid displayed, but my Binhex Jacett docker dropped to the bottom of the docker list and i couldn't open it to edit settings. I had to go into CA and reinstall.
-
[Support] xthursdayx - UNRAID Docker Templates
Hi can someone help with a few questions on the YACServer docker? 1. Am I supposed to copy/paste the steps into the _Console of the docker? 2. Is there a web console? If yes, how do I change the port from 8080 to sound else? I tried changing WebUI and Host Port to 5050, but I get connection confused. Sorry, new to dockers and thanks! EDIT: I believe I was able to figure this out and I wanted to help others who are interested in creating their own YAC server. My tips are for those who are installing via Community Apps. (xthursday or anyone, please feel free to correct my assumptions/mistakes) To run the commands provided in the instructions, you will need to use the terminal and not the docker's console. The terminal is located at the top right of the UNRAID GUI as an icon that looks like this: >_ If you downloaded xthursdayx's docker from community apps, then DO NOT do step 1 or step 5. I believe: Step 1 is to install the docker which CA is already doing. I think you're only supposed to do this step if you aren't installing via CA? Step 5 is only if you want to remove your generated library for YAC server. Step 2a or Step 2b Step 2a is if you want to create a new library which will be most new installs Step 2b is if you are updating an existing library that you previously created. <library-name> is whatever you want it to be.
-
[Support] binhex - MinecraftBedrockServer
Is it possible to run adventure maps with this bedrock server?
-
[Support] binhex - MinecraftBedrockServer
Hey Binhex, not sure if this is related to the server.properties file not generating or just my stupid setup for unraid, but I wanted to share in case it helps you or anyone else. I tried to create a second MC server and followed your steps, but it wouldn't create all the necessary files in its own config folder. It would only create \[custom_minecraft_container_name]\minecraft\security\ In the [custom_minecraft_container_name] folder, it also created perms.txt and supervisord.log deleting perms.txt and restarting the new container would magically create all the files inside the \minecraft\ folder I also originally had issues modifying files in the bedrock_level folder, but deleting perms.txt allowed me to make changes. If this doesn't help anyone, please ignore me..
-
[Support] binhex - qBittorrentVPN
When I try to use the search tab in the WebGUI, the search results are all over the place and rarely relevant to the keywords I'm using. Does anyone know why? I tried searching this topic for "search" and came up with nothing that helped me.
roobix
Members
-
Joined
-
Last visited