Azu𝕏orce@シノン教
Azu𝕏orce@シノン教
RRailway
Created by Azu𝕏orce@シノン教 on 6/25/2024 in #✋|help
Can't log in and my deploy has gone offline?
I don't know how to tag this as solved. It was due to the site restructuring I guess? I had to allow new cookies and scripts from the site to get in. So it's half on my end and other half on the site's end (it changed a bit). But I can log in now, so it's all good.
7 replies
RRailway
Created by Azu𝕏orce@シノン教 on 6/25/2024 in #✋|help
Can't log in and my deploy has gone offline?
?solved
7 replies
RRailway
Created by Azu𝕏orce@シノン教 on 6/25/2024 in #✋|help
Can't log in and my deploy has gone offline?
N/A
7 replies
RRailway
Created by Azu𝕏orce@シノン教 on 7/27/2023 in #✋|help
Developer Plan - Is there a no-subscription plan?
Urgh, makes me hesitant to continue using it then... Backthen, the developer plan was either by "just" linking a credit card or by purchasing some credits. I felt like it would be lame to just link a credit card, thus not paying at all if it's below the threshold, so I just bought some credits to use it. Now it feels like being forced to pay even on a very low consumption. I do understand that the service needs to make some money, too, but wouldn't it be somewhat fair to also distinguish very low consuming apps for those "who already paid"? I think the previous "just linking a credit card" is what made people "abuse" the system, which is why I bought credits even if I in principle didn't have to backthen.
24 replies
RRailway
Created by Azu𝕏orce@シノン教 on 7/27/2023 in #✋|help
Developer Plan - Is there a no-subscription plan?
N/A
24 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/25/2022 in #✋|help
Path of a Nixpacks (google-chrome, chromedriver) [Python]
If this is too trivial that everyone is facepalming me and moving on, please at least react so that I know this is trivial and I'm simply dumb... 😦
9 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/25/2022 in #✋|help
Path of a Nixpacks (google-chrome, chromedriver) [Python]
Or do I have to install google-chrome after that? How would I do that actually? Help is very appreciated!
9 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/25/2022 in #✋|help
Path of a Nixpacks (google-chrome, chromedriver) [Python]
This is probably a newbie question, but that's what I am in Nixpacks... maybe someone can give me a clue on this? It's probably just a one-sentence answer. Thanks!
9 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/25/2022 in #✋|help
Path of a Nixpacks (google-chrome, chromedriver) [Python]
N/A
9 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/20/2022 in #✋|help
Is it possible to unlink the credit card for a credit-based sub?
N/A
3 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/17/2022 in #✋|help
Chromedriver and Chrome in Nixpacks for Selenium (python)
I replaced "nixPkgs" with "aptPkgs" to use apt-get, but I get this error:
#9 [stage-0 5/12] RUN apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver
#9 sha256:fbab041eb8b3b988e75f065ab2e1e4afee757d22cb55d41de6db84681ce896dd

#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libstdc++.so.6)
#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libstdc++.so.6)
#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libstdc++.so.6)
#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libgcc_s.so.1)
#9 ERROR: executor failed running [/bin/bash -ol pipefail -c apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver]: exit code: 1

-----
> [stage-0 5/12] RUN apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver:
-----
executor failed running [/bin/bash -ol pipefail -c apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver]: exit code: 1

Error: Docker build failed
#9 [stage-0 5/12] RUN apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver
#9 sha256:fbab041eb8b3b988e75f065ab2e1e4afee757d22cb55d41de6db84681ce896dd

#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libstdc++.so.6)
#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libstdc++.so.6)
#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libstdc++.so.6)
#9 0.618 apt-get: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /nix/store/c8zdsf7csk8msjb914bhccdhq0ycmqys-gcc-11.3.0-lib/lib/libgcc_s.so.1)
#9 ERROR: executor failed running [/bin/bash -ol pipefail -c apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver]: exit code: 1

-----
> [stage-0 5/12] RUN apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver:
-----
executor failed running [/bin/bash -ol pipefail -c apt-get update && apt-get install -y --no-install-recommends google-chrome chromedriver]: exit code: 1

Error: Docker build failed
9 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/17/2022 in #✋|help
Chromedriver and Chrome in Nixpacks for Selenium (python)
Awesome, thanks. How do I install using apt-get? using apt-get instead of nixPkgs? Where would it be installed such that I can point the variable to?
9 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/17/2022 in #✋|help
Chromedriver and Chrome in Nixpacks for Selenium (python)
Not sure if I got the buildpacks "installed", but I simply added a railway.json file in the directory with the content:
{
"build": {
"builder": "NIXPACKS",
"nixpacksPlan": {
"providers": [
"...",
"python"
],
"nixPkgs": [
"...",
"google-chrome",
"chromedriver"
]
}
}
}
{
"build": {
"builder": "NIXPACKS",
"nixpacksPlan": {
"providers": [
"...",
"python"
],
"nixPkgs": [
"...",
"google-chrome",
"chromedriver"
]
}
}
}
I don't actually know if it was successful, but where (path) would that be located? I would need to know where to point
GOOGLE_CHROME_PATH = '/app/.apt/usr/bin/google-chrome'
CHROMEDRIVER_PATH = '/app/.chromedriver/bin/chromedriver'
GOOGLE_CHROME_PATH = '/app/.apt/usr/bin/google-chrome'
CHROMEDRIVER_PATH = '/app/.chromedriver/bin/chromedriver'
these variables to... Sorry, I'm totally new to Nixpacks
9 replies
RRailway
Created by Azu𝕏orce@シノン教 on 11/17/2022 in #✋|help
Chromedriver and Chrome in Nixpacks for Selenium (python)
N/A
9 replies