79689329

Date: 2025-07-03 18:39:04
Score: 4
Natty:
Report link

Not sure if it's too late, I have similar issue. It's because the installed aws executable is not in executables path, you can do either of:

Option#1: create sym link

sudo ln -s /Users/fr/.local/lib/aws/bin/aws /usr/local/bin/aws

Option#2: Add path to zshrc file

echo 'export PATH=/Users/fr/.local/lib/aws/bin/:$PATH' >> ~/.zshrc

source ~/.zshrc

Reasons:
  • Blacklisted phrase (1): I have similar
  • No code block (0.5):
  • Me too answer (2.5): I have similar issue
Posted by: KiranM

79689286

Date: 2025-07-03 18:02:53
Score: 11
Natty: 6
Report link

did you solve ? I have same issue. Looking everywhere cant find a clue.AI always saying same shit. Delete it , clone it ,give it extra permission etc.

Reasons:
  • RegEx Blacklisted phrase (3): did you solve
  • RegEx Blacklisted phrase (1.5): solve ?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve
  • Low reputation (1):
Posted by: Kerem Tasan

79689072

Date: 2025-07-03 15:11:04
Score: 4.5
Natty: 5
Report link

for download software the devs: curso google drive download

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: 73est

79689053

Date: 2025-07-03 15:03:00
Score: 6
Natty: 5
Report link

Была такая ошибка помогло try до вызова места где появилась ошибка. Она в ассинхронке только что ли...

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: user30957980

79689007

Date: 2025-07-03 14:31:51
Score: 4
Natty: 6
Report link

Hello, I’m working on localizing my custom DNN module (C#, ASP.NET).

👉 I’m following the standard approach:

<data name="msg" xml:space="preserve">
  <value>Congrats !!</value>
</data>

My code:

string resourceFile = this.TemplateSourceDirectory + "/App_LocalResources/View.ascx";

string message = Localization.GetString("msg", resourceFile);

lblMessage.Text = message ?? "Key not found";

or

lblMessage = Localization.GetString("msg", this.LocalResourceFile);

✅ The resource files are in the right folder.
✅ The key exists and matches exactly.
✅ The file name matches (View.ascx.fr-FR.resx).

❌ **But Localization.GetString always returns null.

What I checked:**

My question:
➡ Does anyone have a working example where Localization.GetString reads App_LocalResources successfully without modifying the web.config (i.e. without re-enabling buildProviders for .resx)?
➡ Could there be something else blocking DNN from loading the .resx files (for example, a hidden configuration or DNN version issue)?

Thanks for your help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-0.5): Thanks for your help
  • RegEx Blacklisted phrase (3): Does anyone have a working
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Test Test

79688943

Date: 2025-07-03 13:44:37
Score: 4.5
Natty:
Report link

Looks like you're getting that annoying “Deadline expired before operation could complete” error in BigQuery.

That usually means one of two things - either BigQuery’s having a moment, or something’s up on your end.

First thing to do: check the Google Cloud Status Dashboard. If there’s a blip in your region, it’ll show up there.

Next, go to your Cloud Console → IAM & Admin → Quotas.

Look up things like “Create dataset requests” or “API requests per 100 seconds.” If you’re over the limit, that could be your problem.

Also, double-check your permissions. You’ll need bigquery.datasets.create on your account or service account.

Still no luck? Try using the bq command-line tool or even the REST API. They’re way better at showing detailed errors than the UI.

And if it’s still not working, try switching to a different region. Sometimes that helps if the current one’s overloaded.

Need a quick API command to test it? Just let me know - happy to share!

Reasons:
  • Blacklisted phrase (1): no luck
  • Blacklisted phrase (2): still not working
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Alisha Bukhari

79688796

Date: 2025-07-03 11:59:08
Score: 4
Natty: 6.5
Report link

[qw](https://en.wikipedia.org/)

[url]https://en.wikipedia.org/\[/url\]

<a href="https://en.wikipedia.org/">qw</a>

[url=https://en.wikipedia.org/]qw[/url]

[qw]([url]https://en.wikipedia.org/\[/url\])

https://en.wikipedia.org/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alan Cordero

79688776

Date: 2025-07-03 11:44:58
Score: 6
Natty:
Report link

How to fix this? I have the same problem. No icon displayed. Here is my code:

!include "MUI2.nsh"

OutFile "out\myapp.exe"
Icon "original\app.ico"
RequestExecutionLevel user
SilentInstall silent
SetCompressor LZMA

!define MUI_ICON "original\app.ico"
;!insertmacro MUI_UNPAGE_CONFIRM
;!insertmacro MUI_UNPAGE_INSTFILES
;!insertmacro MUI_LANGUAGE "English"

Section
  InitPluginsDir
  SetOutPath $PLUGINSDIR

  File /r original\*.*
  
  ExecWait '"$PLUGINSDIR\commrun.exe"  --pluginNames webserver'

  Delete "$PLUGINSDIR\*.*"
SectionEnd
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): How to fix this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Starts with a question (0.5): How to fix this
  • Low reputation (1):
Posted by: l-O_O-l

79688726

Date: 2025-07-03 11:06:42
Score: 7
Natty:
Report link

Unfortunately, this is not working in my case in the application.properties. ${PID} works, for instance but not for HOSTNAME.

Access of System Properties

Also according to Baeldung it should work like this: https://www.baeldung.com/spring-boot-properties-env-variables#bd-use-environment-variables-in-the-applicationproperties-file

Do you know why this is the case?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you know why
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Phipsll

79688663

Date: 2025-07-03 10:15:26
Score: 6
Natty: 5.5
Report link

My website's score is 90; I want to make it 100. How can I do that?

Here is my website: actiontimeusa

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): can I do
  • RegEx Blacklisted phrase (1): I want
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ower Shelf

79688649

Date: 2025-07-03 10:07:23
Score: 4
Natty: 4
Report link
  1. Navigate to the terminal window within VS Code.

  2. Right-click on the word 'Terminal' at the top of the window to access the drop-down menu.

  3. Choose 'Panel Position' option, followed by the position of choice ie Top/Right/Left/Bottom.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ankur

79688644

Date: 2025-07-03 10:04:22
Score: 5.5
Natty: 5.5
Report link

14 Years later, grafts are deprecated. I there a way to do this without grafts ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jan Zimmermann

79688466

Date: 2025-07-03 07:57:50
Score: 4.5
Natty:
Report link

I'm facing the same problem, but unable to solve it. Using spring boot 3.4.5, r2dbc-postgresql 1.0.7. My query looks like:

               select test.id,
                      test.name,
                      test.description,
                      test.active,                     
                      count(q.id) as questions_count
               from test_entity test
                        left join test_question q on q.test_entity_id = test.id
               group by test.id, test.name, test.description, test.active

I tried many variants of spelling questions_count, but always get null.

I even tried to wrap this query into

select mm.* (
       ...
       ) mm

But that doesn't help.

I'm using R2dbcRepository with @Query annotation, and interface for retrieving result set.

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same problem
  • User mentioned (1): @Query
  • Low reputation (1):
Posted by: Egor Shestukhin

79688420

Date: 2025-07-03 07:12:37
Score: 5.5
Natty:
Report link

Solution in Vanilla JS that works with any (!?) locale

I'm having the same problem in 2025, but I need a solution that works without an external library. As my problem is related to <input type="date" /> (see my update of https://stackoverflow.com/a/79654183/15910996) and people use my webpage in different countries, I also need a solution that works automatically with the current user's locale.

My idea is to take advantage of new Date().toLocaleDateString() always being able to do the right thing but in the wrong direction. If I take a static ISO-date (e.g. "2021-02-01") I can easily ask JavaScript how this date is formatted locally, right now. To construct the right ISO-date from any local date, I only need to understand in which order month, year and date are used. I will find the positions by looking at the formatted string from the static date.

Luckily, we don't have to care about leeding zeros and the kind of separators that are used in the locale date-strings.

With my solution, on an Australian computer, you can do the following:

alert(new Date(parseLocaleDateString("21/11/1968")));

In the US it will look and work the same like this, depending on the user's locale:

alert(new Date(parseLocaleDateString("11/21/1968")));

Please note: My sandbox-example starts with an ISO-date, because I don't know which locale the current user has... 😉

// easy:
const localeDate = new Date("1968-11-21").toLocaleDateString();

// hard:
const isoDate = parseLocaleDateString(localeDate);

console.log("locale:", localeDate);
console.log("ISO:   ", isoDate);

function parseLocaleDateString(value) {
  // e.g. value = "21/11/1968"
  if (!value) {
    return "";
  }

  const valueParts = value.split(/\D/).map(s => parseInt(s)); // e.g. [21, 11, 1968]
  if (valueParts.length !== 3) {
    return "";
  }

  const staticDate = new Date(2021, 1, 1).toLocaleDateString(); // e.g. "01/02/2021"
  const staticParts = staticDate.split(/\D/).map(s => parseInt(s)); // e.g. [1, 2, 2021]

  const year = String(valueParts[staticParts.indexOf(2021)]); // e.g. "1968"
  const month = String(valueParts[staticParts.indexOf(2)]); // e.g. "11"
  const day = String(valueParts[staticParts.indexOf(1)]); // e.g. "21"

  return [year.padStart(4, "0"), month.padStart(2, "0"), day.padStart(2, "0")].join("-");
}

Reasons:
  • Blacklisted phrase (1): I need a solution
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm having the same problem
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Alexander Urban

79688302

Date: 2025-07-03 04:41:58
Score: 7
Natty: 4
Report link

Did you ever implement this? I'm after the same thing and I'm about to resort to just using a FileSystemWatcher.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: JumpinJim

79688286

Date: 2025-07-03 04:08:44
Score: 18
Natty:
Report link

Hola no se si aún te sirva la solución, pero de igual manera estaba teniendo este error en mi servidor Hostinger, es un cambio muy pequeño pero clave.

Descripción del Problema

Al subir una aplicación Laravel/Filament a un hosting en la nube, las imágenes cargadas a través de la sección de administración no se muestran en el frontend. En su lugar, aparece un icono de imagen rota. Al revisar los logs de Nginx, el error específico que se presenta es: failed (40: Too many levels of symbolic links).

Esto indica que el servidor web (Nginx) no puede acceder a las imágenes porque el enlace simbólico public/storage que apunta a la ubicación real de los archivos (usualmente storage/app/public) está configurado incorrectamente o sufre de un problema de permisos que el sistema interpreta como un bucle o una cadena excesiva de enlaces.

Causas Identificadas

1.- Enlace Simbólico (public/storage) con propietario incorrecto (root:root): Aunque el destino del enlace (storage/app/public) tuviera los permisos correctos, el propio archivo del enlace simbólico era propiedad de root, mientras que Nginx se ejecuta con un usuario diferente (www-data). Esto puede causar que Nginx no "confíe" en el enlace o lo interprete erróneamente.

2.- Posible creación incorrecta o bucle en el enlace simbólico: Aunque menos probable una vez que se verifica la ruta de destino, un enlace simbólico que apunta a sí mismo o a un enlace anidado puede generar este error.

Solución Paso a Paso

La solución se centra en eliminar cualquier enlace simbólico public/storage existente, y luego recrearlo asegurándose de que el propietario sea el usuario del servidor web (www-data en la mayoría de los casos de Nginx en Ubuntu/Debian).

1.- Eliminar el Enlace Simbólico Problemático

Primero, elimina el enlace simbólico public/storage existente. Esto no borrará tus imágenes, ya que el enlace es solo un "acceso directo".

# Navega al directorio 'public' de tu proyecto Laravel
cd /var/www/nombre_proyecto/public

# Elimina el enlace simbólico 'storage'
rm storage

2. Recrear el Enlace Simbólico con el Propietario Correcto

La forma más efectiva es intentar crear el enlace simbólico directamente con el usuario del servidor web.

# Navega a la raíz de tu proyecto Laravel
cd /var/www/nombre_tu_proyecto/

# Ejecuta el comando storage:link como el usuario del servidor web
# Sustituye 'www-data' si tu usuario de Nginx es otro (ej. 'nginx')
sudo -u www-data php artisan storage:link

Si el comando sudo -u www-data php artisan storage:link falla o te da un error, puedes ejecutar php artisan storage:link (que lo creará como root) y luego usar el siguiente comando para cambiar su propiedad:

# Navega al directorio 'public' de tu proyecto
cd /var/www/nombre_tu_proyecto/public

# Cambia la propiedad del enlace simbólico *directamente* (con -h o --no-dereference)
# Sustituye 'www-data' si tu usuario de Nginx es otro
sudo chown -h www-data:www-data storage

3. Verificar la Propiedad del Enlace Simbólico

Es crucial verificar que el paso anterior haya funcionado y que el enlace simbólico storage ahora sea propiedad de tu usuario de servidor web.

# Desde /var/www/nombre_de_tu_proyecto/public
ls -l storage

La salida debería ser similar a esta (observa www-data www-data como propietario):

lrwxrwxrwx 1 www-data www-data 35 Jul 3 03:27 storage -> /var/www/nombre_de_tu_proyecto/storage/app/public

4. Limpiar Cachés de Laravel

Para asegurar que Laravel no esté sirviendo URLs de imágenes desactualizadas o incorrectas debido a la caché, límpialas.

# Desde la raíz de tu proyecto Laravel
php artisan config:clear
php artisan cache:clear
php artisan view:clear

5. Reiniciar Nginx

Para asegurar que Laravel no esté sirviendo URLs de imágenes desactualizadas o incorrectas debido a la caché, límpialas.

sudo systemctl reload nginx

De esta forma logre solucionar mi problema, en sí los puntos importantes que hay que tener en cuenta al levantar una página web en un hostinger o servidor, son los permisos de usuarios y que usuarios estan creando los archivos y dando acceso, en este caso es importante que www-data tenga acceso a estos archivos y carpetas porque es el usuario que usa Nginx para adiministrar los archivos del proyecto y servirlos, espero te ayude o ayude a otras personas con este problema 🙌.

Reasons:
  • Blacklisted phrase (2): espero
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): porque
  • Blacklisted phrase (1.5): sirva
  • Blacklisted phrase (2.5): solucion
  • Blacklisted phrase (3): solución
  • Blacklisted phrase (3): Solución
  • Blacklisted phrase (2): crear
  • RegEx Blacklisted phrase (2.5): mismo
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JosueMorales

79688253

Date: 2025-07-03 03:08:24
Score: 7
Natty:
Report link

I have similar error in ionic , I notice that the HttpEventType was not correct in the import.

The correct is:

import { HttpEventType } from '@angular/common/http';

Reasons:
  • Blacklisted phrase (1): I have similar
  • RegEx Blacklisted phrase (1): I have similar error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have similar error
  • Low reputation (1):
Posted by: Axel Osorio

79688247

Date: 2025-07-03 02:51:20
Score: 5.5
Natty: 5
Report link

Thanks for the guide. How to deploy to https://dockerhosting.ru/

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Александр Волков

79688237

Date: 2025-07-03 02:25:14
Score: 6
Natty:
Report link

I don't see an error here other than a statement reversal about the training dataset while predicting the model Training model.

In the below statement trainTgt had been sent to mask the source data to train. It doesn't ideally matter since you are only considering the output predictions for your reference. Do you have any error message to display to understand more about the issue?

tgt_padding_mask = generate_padding_mask(trainTgt, tokenizer.vocab['[PAD]']).cuda()
        model.train()
        
    trainPred: torch.Tensor = model(trainSrc, trainTgt, tgt_mask, tgt_padding_mask)                      

Thanks,

Ramakoti Reddy.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ram

79688227

Date: 2025-07-03 01:39:04
Score: 8.5
Natty: 5
Report link

Is there any solution to this problem, I'm also having the same problem. Dependency conflicts aries only when the Supabase imports are included else everything is fine. What to do

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm also having the same problem
  • Single line (0.5):
  • Starts with a question (0.5): Is there any solution to this
  • Low reputation (1):
Posted by: Chk Naren

79688151

Date: 2025-07-02 22:34:21
Score: 5.5
Natty:
Report link

Do you have a custom process? Also under Processing, click on your process. See on the Right pane. Check your Editable region and also your server side condition, make sure you select the right option

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Peter Og

79688127

Date: 2025-07-02 22:09:13
Score: 6.5
Natty:
Report link

pyfixest author here - you can access the R2 values via the `Feols._R2` attribute. You can find all the attributes for Feols object here: link . Do you have a suggestion on how we could improve the documentation and make these things easier to find?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: A.Fischer

79688117

Date: 2025-07-02 21:58:09
Score: 6.5
Natty: 7.5
Report link

interesting topic. how do you modify the add button at point 2?

Reasons:
  • Blacklisted phrase (1): how do you
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fronsky

79688049

Date: 2025-07-02 20:41:47
Score: 5
Natty:
Report link

Nothing has worked for me,
This is me insert: REPLACE(('The 6MP Dome IP Camera's clarity is solid, setup easy. Wide lens captures more area.'), '''', '''''')
It breaks because of the single quote in Camera's, these are dynamic variables

Any suggestions?!

Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (2): Any suggestions?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Zachy

79687938

Date: 2025-07-02 18:55:11
Score: 6
Natty:
Report link

I have same issue--PhonePe Integration error - Package Signature Mismatched

sending response back: {"result":false,"failureReason":"PACKAGE_SIGNATURE_MISMATCHED"}

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Low reputation (1):
Posted by: VimalNadh R

79687893

Date: 2025-07-02 18:13:56
Score: 4
Natty:
Report link

I've got a reply from MS. MIP SDK does not support the usage of managed identities.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AlexanderP

79687885

Date: 2025-07-02 18:02:53
Score: 4
Natty:
Report link

I do not want the main menu/menu bar. I already have that. I want the icon bar or tool bar that goes accross the top. What you said just gives me the project explorer.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Harvy Ackermans

79687688

Date: 2025-07-02 15:28:12
Score: 12.5
Natty: 5.5
Report link

did you find a fix for the above as I am getting the same error?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a fix
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a fix for the
  • Low reputation (1):
Posted by: Japjyot Suri

79687677

Date: 2025-07-02 15:24:10
Score: 5.5
Natty: 6
Report link

I am running into the same issue. I do not see the role to assign it from the portal. Added a custom role with an action defined to allow the container creation via java code.

It just blows up with the following exception but there is no clue what is required to get it corrected.

The given request [POST /dbs/<DB_NAME>/colls] cannot be authorized by AAD token in data plane.

Status Code: Forbidden

Tried adding Cosmos DB Operator but it did not work as well. Any idea?

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): Any idea?
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mara S

79687636

Date: 2025-07-02 15:01:03
Score: 7.5
Natty: 5.5
Report link

Any solution??? I try to do the same here, where I have one product page with differente sizes, and when I clicked in one size, the page change, because all sizes is a different product and the slick always stay in the fisrt and not in the size with class .selected of slick.

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (2): Any solution?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Guilherme Barbeiro

79687633

Date: 2025-07-02 15:00:01
Score: 10
Natty:
Report link

thank you so much for your helpful comments and for pointing me in the right direction.

I'm currently working with the same mobile signature provider and services described in this StackOverflow post, and the endpoints have not changed.

Here's what I'm doing:

However, when I open the resulting PDF in Adobe Reader, I still get a “signature is invalid” error.

Additionally, Turkcell also offers a PKCS#7 signing service, but in that case, the returned messageDigest is only 20 bytes, which doesn’t match the 32-byte SHA-256 digest I computed from my PDF. Because of this inconsistency, I cannot proceed using their PKCS#7 endpoint either.

I’m really stuck at this point and unsure how to proceed. Do you have any advice on:

Any help would be greatly appreciated!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (3): Any help would be greatly appreciated
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ahmet

79687614

Date: 2025-07-02 14:47:57
Score: 9.5
Natty: 4.5
Report link

any success? because I'm facing the same issue...
Environment: onpremise, istio, and kyverno policies.

Istio version:
client version: 1.23.2

control plane version: 1.23.2

data plane version: 1.23.2 (46 proxies)

Could anybody help?

Reasons:
  • RegEx Blacklisted phrase (3): Could anybody help
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Pericles Macide

79687608

Date: 2025-07-02 14:43:55
Score: 11.5
Natty:
Report link

I have the same problem, do you find a solution?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): do you find a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: houda djilalihamida

79687560

Date: 2025-07-02 14:10:45
Score: 9.5
Natty:
Report link

have same question, thanks for sharing

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (2): thanks for sharing
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): have same question
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ggg

79687552

Date: 2025-07-02 14:03:43
Score: 4.5
Natty: 5
Report link

to really help you out, could you share the relevant parts of your App.razor file and the _Host.cshtml file? I need to take a look at those to see if your Microsoft Identity settings are set up correctly. That way, I can better understand why the sign-in redirect isn’t working, and whether there’s a missing middleware or something else going on. Right now, I can only give general advice — but if I can see those files, I’ll be able to give you a more accurate solution.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): could you share
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30948783

79687535

Date: 2025-07-02 13:51:39
Score: 16
Natty: 8
Report link

I'm facing the same problem, did you find any solution ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): did you find any solution
  • RegEx Blacklisted phrase (2): any solution ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Trickster

79687512

Date: 2025-07-02 13:38:34
Score: 4.5
Natty:
Report link

f you tried everything and nothing works like my case, I get like 2 days reading in different places about the problem, stackoverflow, reddit, github ...

check this link here, i posted an answer : https://stackoverflow.com/a/79687509/15721679

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Abdeldjalil Chougui

79687511

Date: 2025-07-02 13:37:33
Score: 4.5
Natty:
Report link

f you tried everything and nothing works like my case, I get like 2 days reading in different places about the problem, stackoverflow, reddit, github ...

check this link here, i posted an answer : https://stackoverflow.com/a/79687509/15721679

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Abdeldjalil Chougui

79687476

Date: 2025-07-02 13:17:27
Score: 6
Natty:
Report link

Thanks a ton everyone! All responses have been great highlighting various facts hidden in the problem. I thank for the advice that name shall be modified to Vector as we cannot compare Point of one dimension to the Point of different dimensions.

And also, the analysis that unfolds p1 and p2 are two different types generalized by declaration of variadic class template.

Many thanks for the solution. Does the following method iteratively call the default version to resolve the problem part by part?

template <numeric ... Ts>
    auto operator<=>(const Point<Ts...> &) const
    {
        return sizeof...(Args) <=> sizeof...(Ts);
    }
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (3): thank for the advice
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Phani

79687468

Date: 2025-07-02 13:10:24
Score: 7.5
Natty:
Report link

Are you sure you're providing the right IDs? Can you send the package id and the Hunter and Image ID you're trying to pass?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you send
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thouny

79687406

Date: 2025-07-02 12:16:06
Score: 6
Natty:
Report link

you can contact me on maheshgadhari84@gmail.com, i think we are facing same issue, we can disscuss and solve

Reasons:
  • Blacklisted phrase (0.5): contact me
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mahesh Gadhari

79687397

Date: 2025-07-02 12:11:59
Score: 7.5
Natty:
Report link

I'm trying to adapt the excellent answer above, but simplify it in 2 ways:

I have my data across a row, so swapping row() to column() and removing transpose()...

and

i'm after a simple cumulative of ALL the numbers in the row, (rather than needing the sumif condition of column B:B's "item A" that the original poster had...

----

I have dates to index in $K$7:$7, and expenditure data across $K14:14, and need to find the date in row 7 that the cumulative expenditure in row 14 reaches 10% of the row 14's total in $G14

i'm trying this but it's not working for me...

=INDEX($K$7:$7, MATCH(TRUE, SUMIF(OFFSET(B2,0,0,column($K14:14)-column($K14)),"A", OFFSET(C2,0,0,column($K14:14)-column($K14)))>=0.1*$G14, 0))

Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (3): not working for me
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mike DB

79687350

Date: 2025-07-02 11:38:50
Score: 6.5
Natty:
Report link

I hope that you are fine and in good health

The Problem of injecting the add-on to FDM is cleared but when I try to add URL to the playlist it does nothing it won't Traeger the function that I put in main.py, and I use elephant as source for handling the playlist, so I'm trying to make it work with elephant, but it doesn't work

Please Help me Fix this issue Thanks to you all for your reply

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Help me
  • RegEx Blacklisted phrase (3): Please Help me Fix this
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mohamed

79687345

Date: 2025-07-02 11:36:49
Score: 9
Natty: 7.5
Report link

I need Bahrain Gold Price Live API Could you provide it?

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: abid jatra

79687241

Date: 2025-07-02 10:16:26
Score: 4
Natty: 4
Report link

This request is sent by the savefrom extension installed in your browser.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Boop

79687178

Date: 2025-07-02 09:31:13
Score: 7
Natty: 4.5
Report link

Do you have any news about this issue, I am trying to do the same thing and the Get-AdminFlow return nothing

Best,

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): trying to do the same
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Inoubli Nader

79687152

Date: 2025-07-02 09:15:07
Score: 13.5
Natty: 7.5
Report link

Did you solve this issue? I'm facing the same problem, do you have some recommendation to me?

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): Did you solve this
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you solve this is
  • Low reputation (1):
Posted by: peng tse

79687118

Date: 2025-07-02 08:53:00
Score: 4
Natty: 4
Report link

Is there a line like

this.model.on('change', this.render, this);

in the code, or is listenTo() being used to listen for changes?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Mia

79687112

Date: 2025-07-02 08:47:58
Score: 5
Natty:
Report link

I am also working on this and referencing the nfclib source code.
Here is my project: https://github.com/JamesQian1999/macOS-NFC-Tool

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: James

79687088

Date: 2025-07-02 08:28:52
Score: 4
Natty: 5
Report link

What solved it for me whas to increase 'max_input_vars' in php.ini

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What solve
  • Low reputation (1):
Posted by: Franta

79687061

Date: 2025-07-02 08:09:46
Score: 11
Natty: 5.5
Report link

Has anyone found a solution to this yet? Is there any extension available to achieve this?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Blacklisted phrase (2): anyone found
  • RegEx Blacklisted phrase (3): Has anyone found
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zrzeda

79687000

Date: 2025-07-02 07:31:33
Score: 11.5
Natty: 5.5
Report link

Hi i am facing the same error, please guide me.. i am using windows

Reasons:
  • Blacklisted phrase (1): guide me
  • RegEx Blacklisted phrase (2.5): please guide me
  • RegEx Blacklisted phrase (1): i am facing the same error
  • RegEx Blacklisted phrase (1): i am facing the same error, please
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am facing the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: anushkha thakur

79686940

Date: 2025-07-02 06:52:21
Score: 7
Natty: 6
Report link

I am also facing the same issue. Could you find a solution to this problem? I also try different parameters in API but it doesn't work.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30945117

79686892

Date: 2025-07-02 06:16:11
Score: 5
Natty:
Report link

I had to add prisma generate to the build command 😒😂

Reasons:
  • Blacklisted phrase (1): 😂
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TobCraft3521

79686868

Date: 2025-07-02 05:45:03
Score: 8.5
Natty: 5
Report link

чуваки выше, спасибо вам!!!!!!

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: user30944743

79686826

Date: 2025-07-02 04:31:46
Score: 5.5
Natty: 6.5
Report link

Can you create a commit in a new file and create a github workflow to append that file text to original file when each commit is made?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Phalaksha C G

79686777

Date: 2025-07-02 03:15:28
Score: 4.5
Natty:
Report link
import os
import re
import asyncio
import logging
import time
import gc
from pathlib import Path
from telethon import TelegramClient, events
from telethon.tl.types import MessageMediaDocument, InputDocumentFileLocation
from telethon.tl.functions.upload import GetFileRequest
from telethon.crypto import AES
from telethon.errors import FloodWaitError
import aiofiles
from concurrent.futures import ThreadPoolExecutor

# Optimize garbage collection for large file operations
gc.set_threshold(700, 10, 10)

# Set environment variables for better performance
os.environ['PYTHONUNBUFFERED'] = '1'
os.environ['PYTHONDONTWRITEBYTECODE'] = '1'

logging.basicConfig(
    level=logging.INFO,
    format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
    datefmt='%Y-%m-%d %H:%M:%S'
)

TELEGRAM_API_ID = int(os.getenv("TELEGRAM_API_ID"))
TELEGRAM_API_HASH = os.getenv("TELEGRAM_API_HASH")
TELEGRAM_SESSION_NAME = os.path.join('session', os.getenv('TELEGRAM_SESSION_NAME', 'bot_session'))
TELEGRAM_GROUP_ID = int(os.getenv("GROUP_CHAT_ID"))

TOPIC_IDS = {
    'Doc 1': 137,
}

TOPIC_ID_TO_CATEGORY = {
    137: 'doc 1',
}

CATEGORY_TO_DIRECTORY = {
    'doc 1': '/mnt/disco1/test',
}

class FastTelegramDownloader:
    def __init__(self, client, max_concurrent_downloads=4):
        self.client = client
        self.max_concurrent_downloads = max_concurrent_downloads
        self.semaphore = asyncio.Semaphore(max_concurrent_downloads)
    
    async def download_file_fast(self, message, dest_path, chunk_size=1024*1024, progress_callback=None):
        """
        Fast download using multiple concurrent connections for large files
        """
        document = message.media.document
        file_size = document.size
        
        # For smaller files, use standard download
        if file_size < 10 * 1024 * 1024:  # Less than 10MB
            return await self._standard_download(message, dest_path, progress_callback)
        
        # Create input location for the file
        input_location = InputDocumentFileLocation(
            id=document.id,
            access_hash=document.access_hash,
            file_reference=document.file_reference,
            thumb_size=""
        )
        
        # Calculate number of chunks and their sizes
        chunks = []
        offset = 0
        chunk_id = 0
        
        while offset < file_size:
            chunk_end = min(offset + chunk_size, file_size)
            chunks.append({
                'id': chunk_id,
                'offset': offset,
                'limit': chunk_end - offset
            })
            offset = chunk_end
            chunk_id += 1
        
        logging.info(f"📦 Dividiendo archivo en {len(chunks)} chunks de ~{chunk_size//1024}KB")
        
        # Download chunks concurrently
        chunk_data = {}
        downloaded_bytes = 0
        start_time = time.time()
        
        async def download_chunk(chunk):
            async with self.semaphore:
                try:
                    result = await self.client(GetFileRequest(
                        location=input_location,
                        offset=chunk['offset'],
                        limit=chunk['limit']
                    ))
                    
                    # Update progress
                    nonlocal downloaded_bytes
                    downloaded_bytes += len(result.bytes)
                    if progress_callback:
                        progress_callback(downloaded_bytes, file_size)
                    
                    return chunk['id'], result.bytes
                except Exception as e:
                    logging.error(f"Error downloading chunk {chunk['id']}: {e}")
                    return chunk['id'], None
        
        try:
            # Execute downloads concurrently
            tasks = [download_chunk(chunk) for chunk in chunks]
            results = await asyncio.gather(*tasks, return_exceptions=True)
            
            # Collect successful chunks
            for result in results:
                if isinstance(result, tuple) and result[1] is not None:
                    chunk_id, data = result
                    chunk_data[chunk_id] = data
            
            # Verify all chunks downloaded successfully
            if len(chunk_data) != len(chunks):
                logging.warning(f"Some chunks failed, falling back to standard download")
                return await self._standard_download(message, dest_path, progress_callback)
            
            # Write file in correct order
            async with aiofiles.open(dest_path, 'wb') as f:
                for i in range(len(chunks)):
                    if i in chunk_data:
                        await f.write(chunk_data[i])
                    else:
                        raise Exception(f"Missing chunk {i}")
            
            end_time = time.time()
            duration = end_time - start_time
            speed = (file_size / 1024 / 1024) / duration if duration > 0 else 0
            logging.info(f"✅ Fast download completed: {dest_path} - Speed: {speed:.2f} MB/s")
            return dest_path
            
        except Exception as e:
            logging.error(f"Fast download failed: {e}")
            return await self._standard_download(message, dest_path, progress_callback)
    
    async def _standard_download(self, message, dest_path, progress_callback=None):
        """Fallback to standard download method"""
        document = message.media.document
        file_size = document.size
        
        # Optimize chunk size based on file size
        if file_size > 100 * 1024 * 1024:  # >100MB
            part_size_kb = 1024    # 1MB chunks
        elif file_size > 50 * 1024 * 1024:  # >50MB
            part_size_kb = 1024    # 1MB chunks
        elif file_size > 10 * 1024 * 1024:  # >10MB
            part_size_kb = 512     # 512KB chunks
        else:
            part_size_kb = 256     # 256KB chunks
        
        start_time = time.time()
        
        await self.client.download_file(
            document,
            file=dest_path,
            part_size_kb=part_size_kb,
            file_size=file_size,
            progress_callback=progress_callback
        )
        
        end_time = time.time()
        duration = end_time - start_time
        speed = (file_size / 1024 / 1024) / duration if duration > 0 else 0
        logging.info(f"📊 Standard download speed: {speed:.2f} MB/s")
        return dest_path

class MultiClientDownloader:
    def __init__(self, api_id, api_hash, session_base_name, num_clients=3):
        self.api_id = api_id
        self.api_hash = api_hash
        self.session_base_name = session_base_name
        self.num_clients = num_clients
        self.clients = []
        self.client_index = 0
        self.fast_downloaders = []
        
    async def initialize_clients(self):
        """Initialize multiple client instances"""
        for i in range(self.num_clients):
            session_name = f"{self.session_base_name}_{i}"
            client = TelegramClient(
                session_name,
                self.api_id,
                self.api_hash,
                connection_retries=3,
                auto_reconnect=True,
                timeout=300,
                request_retries=3,
                flood_sleep_threshold=60,
                system_version="4.16.30-vxCUSTOM",
                device_model="HighSpeedDownloader",
                lang_code="es",
                system_lang_code="es",
                use_ipv6=False
            )
            await client.start()
            self.clients.append(client)
            self.fast_downloaders.append(FastTelegramDownloader(client, max_concurrent_downloads=2))
            logging.info(f"✅ Cliente {i+1}/{self.num_clients} inicializado")
            
    def get_next_client(self):
        """Get next client using round-robin"""
        client = self.clients[self.client_index]
        downloader = self.fast_downloaders[self.client_index]
        self.client_index = (self.client_index + 1) % self.num_clients
        return client, downloader
    
    async def close_all_clients(self):
        """Clean shutdown of all clients"""
        for client in self.clients:
            await client.disconnect()

class TelegramDownloader:
    def __init__(self, multi_client_downloader):
        self.multi_client = multi_client_downloader
        self.downloaded_files = set()
        self.load_downloaded_files()
        self.current_download = None
        self.download_stats = {
            'total_files': 0,
            'total_bytes': 0,
            'total_time': 0
        }
    
    def _create_download_progress_logger(self, filename):
        """Progress logger with reduced frequency"""
        start_time = time.time()
        last_logged_time = start_time
        last_percent_reported = -5
    
        MIN_STEP = 10  # Report every 10%
        MIN_INTERVAL = 5  # Or every 5 seconds
    
        def progress_bar_function(done_bytes, total_bytes):
            nonlocal last_logged_time, last_percent_reported
    
            current_time = time.time()
            percent_now = int((done_bytes / total_bytes) * 100)
    
            if (percent_now - last_percent_reported < MIN_STEP and
                    current_time - last_logged_time < MIN_INTERVAL):
                return
    
            last_percent_reported = percent_now
            last_logged_time = current_time
    
            speed = done_bytes / 1024 / 1024 / (current_time - start_time or 1)
            msg = (f"⏬ {filename} | "
                f"{percent_now}% | "
                f"{speed:.1f} MB/s | "
                f"{done_bytes/1024/1024:.1f}/{total_bytes/1024/1024:.1f} MB")
            logging.info(msg)
            
        return progress_bar_function
    
    async def _process_download(self, message, metadata, filename, dest_path):
        try:
            self.current_download = filename
            logging.info(f"🚀 Iniciando descarga de: {filename}")
            
            progress_logger = self._create_download_progress_logger(filename)
            temp_path = dest_path.with_name(f"temp_{metadata['file_name_telegram']}")
            
            # Get next available client and downloader
            client, fast_downloader = self.multi_client.get_next_client()
            
            file_size = message.media.document.size
            start_time = time.time()
            
            try:
                # Try fast download first for large files
                if file_size > 20 * 1024 * 1024:  # Files larger than 20MB
                    logging.info(f"📦 Usando descarga rápida para archivo de {file_size/1024/1024:.1f}MB")
                    await fast_downloader.download_file_fast(
                        message, temp_path, progress_callback=progress_logger
                    )
                else:
                    # Use standard optimized download for smaller files
                    await fast_downloader._standard_download(
                        message, temp_path, progress_callback=progress_logger
                    )
                    
            except Exception as download_error:
                logging.warning(f"Descarga optimizada falló, usando método estándar: {download_error}")
                # Final fallback to basic download
                await client.download_file(
                    message.media.document,
                    file=temp_path,
                    part_size_kb=512,
                    file_size=file_size,
                    progress_callback=progress_logger
                )
            
            if not temp_path.exists():
                raise FileNotFoundError("No se encontró el archivo descargado")
            
            # Atomic rename
            temp_path.rename(dest_path)
            
            # Update statistics
            end_time = time.time()
            duration = end_time - start_time
            speed = (file_size / 1024 / 1024) / duration if duration > 0 else 0
            
            self.download_stats['total_files'] += 1
            self.download_stats['total_bytes'] += file_size
            self.download_stats['total_time'] += duration
            
            avg_speed = (self.download_stats['total_bytes'] / 1024 / 1024) / self.download_stats['total_time'] if self.download_stats['total_time'] > 0 else 0
            
            logging.info(f"✅ Descarga completada: {dest_path}")
            logging.info(f"📊 Velocidad: {speed:.2f} MB/s | Promedio sesión: {avg_speed:.2f} MB/s")
            
            self.save_downloaded_file(str(message.id))
        
        except Exception as e:
            logging.error(f"❌ Error en descarga: {str(e)}", exc_info=True)
            # Cleanup on error
            for path_var in ['temp_path', 'dest_path']:
                if path_var in locals():
                    path = locals()[path_var]
                    if hasattr(path, 'exists') and path.exists():
                        try:
                            path.unlink()
                        except:
                            pass
            raise
        finally:
            self.current_download = None
    
    def load_downloaded_files(self):
        try:
            if os.path.exists('/app/data/downloaded.log'):
                with open('/app/data/downloaded.log', 'r', encoding='utf-8') as f:
                    self.downloaded_files = set(line.strip() for line in f if line.strip())
                logging.info(f"📋 Cargados {len(self.downloaded_files)} archivos ya descargados")
        except Exception as e:
            logging.error(f"Error cargando archivos descargados: {str(e)}")
            
    def save_downloaded_file(self, file_id):
        try:
            with open('/app/data/downloaded.log', 'a', encoding='utf-8') as f:
                f.write(f"{file_id}\n")
            self.downloaded_files.add(file_id)
        except Exception as e:
            logging.error(f"Error guardando archivo descargado: {str(e)}")
    
    def parse_metadata(self, caption):
        metadata = {}
        try:
            if not caption:
                logging.debug(f"📂 No hay caption")
                return None
                
            pattern = r'^(\w[\w\s]*):\s*(.*?)(?=\n\w|\Z)'
            matches = re.findall(pattern, caption, re.MULTILINE)
            
            for key, value in matches:
                key = key.strip().lower().replace(' ', '_')
                metadata[key] = value.strip()
                
            required_fields = [
                'type', 'tmdb_id', 'file_name_telegram', 
                'file_name', 'folder_name', 'season_folder'
            ]
            if not all(field in metadata for field in required_fields):
                return None
                
            if 'season' in metadata:
                metadata['season'] = int(metadata['season'])
            if 'episode' in metadata:
                metadata['episode'] = int(metadata['episode'])
                
            return metadata
            
        except Exception as e:
            logging.error(f"Error parseando metadata: {str(e)}")
            return None
    
    def get_destination_path(self, message, metadata):
        try:
            topic_id = message.reply_to.reply_to_msg_id if message.reply_to else None
            if not topic_id:
                logging.warning("No se pudo determinar el topic ID del mensaje")
                return None
                
            category = TOPIC_ID_TO_CATEGORY.get(topic_id)
            if not category:
                logging.warning(f"No se encontró categoría para el topic ID: {topic_id}")
                return None
                
            base_dir = CATEGORY_TO_DIRECTORY.get(category)
            if not base_dir:
                logging.warning(f"No hay directorio configurado para la categoría: {category}")
                return None
                
            filename = metadata.get('file_name')
            if not filename:
                logging.warning("Campo 'file_name' no encontrado en metadatos")
                return None
                
            if metadata['type'] == 'movie':
                folder_name = f"{metadata['folder_name']}"
                dest_dir = Path(base_dir) / folder_name
                return dest_dir / filename
                
            elif metadata['type'] == 'tv':
                folder_name = f"{metadata['folder_name']}"
                season_folder = metadata.get('season_folder', 'Season 01')
                dest_dir = Path(base_dir) / folder_name / season_folder
                return dest_dir / filename
                
            else:
                logging.warning(f"Tipo de contenido no soportado: {metadata['type']}")
                return None
                
        except Exception as e:
            logging.error(f"Error determinando ruta de destino: {str(e)}")
            return None
    
    async def download_file(self, message):
        try:
            await asyncio.sleep(1)  # Reduced delay
            
            if not isinstance(message.media, MessageMediaDocument):
                return
                
            if str(message.id) in self.downloaded_files:
                logging.debug(f"Archivo ya descargado (msg_id: {message.id})")
                return
                
            metadata = self.parse_metadata(message.message)
            if not metadata:
                logging.warning("No se pudieron extraer metadatos válidos")
                return
                
            if 'file_name' not in metadata or not metadata['file_name']:
                logging.warning("El campo 'file_name' es obligatorio en los metadatos")
                return
                
            dest_path = self.get_destination_path(message, metadata)
            if not dest_path:
                return
                
            dest_path.parent.mkdir(parents=True, exist_ok=True)
            
            if dest_path.exists():
                logging.info(f"Archivo ya existe: {dest_path}")
                self.save_downloaded_file(str(message.id))
                return
                
            await self._process_download(message, metadata, metadata['file_name'], dest_path)
                
        except Exception as e:
            logging.error(f"Error descargando archivo: {str(e)}", exc_info=True)
    
    async def process_topic(self, topic_id, limit=None):
        try:
            logging.info(f"📂 Procesando topic ID: {topic_id}")
            
            # Use first client for message iteration
            client = self.multi_client.clients[0]
            
            async for message in client.iter_messages(
                TELEGRAM_GROUP_ID,
                limit=limit,
                reply_to=topic_id,
                wait_time=10  # Reduced wait time
            ):
                try:
                    if message.media and isinstance(message.media, MessageMediaDocument):
                        await self.download_file(message)
                        
                        # Small delay between downloads to prevent rate limiting
                        await asyncio.sleep(0.5)
                        
                except FloodWaitError as e:
                    wait_time = e.seconds + 5
                    logging.warning(f"⚠️ Flood wait detectado. Esperando {wait_time} segundos...")
                    await asyncio.sleep(wait_time)
                    continue
                except Exception as e:
                    logging.error(f"Error procesando mensaje: {str(e)}", exc_info=True)
                    continue
                    
        except Exception as e:
            logging.error(f"Error procesando topic {topic_id}: {str(e)}", exc_info=True)
    
    async def process_all_topics(self):
        for topic_name, topic_id in TOPIC_IDS.items():
            logging.info(f"🎯 Iniciando procesamiento de: {topic_name}")
            await self.process_topic(topic_id)
            
            # Print session statistics
            if self.download_stats['total_files'] > 0:
                avg_speed = (self.download_stats['total_bytes'] / 1024 / 1024) / self.download_stats['total_time']
                logging.info(f"📊 Estadísticas del topic {topic_name}:")
                logging.info(f"   📁 Archivos: {self.download_stats['total_files']}")
                logging.info(f"   💾 Total: {self.download_stats['total_bytes']/1024/1024/1024:.2f} GB")
                logging.info(f"   ⚡ Velocidad promedio: {avg_speed:.2f} MB/s")

async def main():
    try:
        # Test cryptg availability
        test_data = os.urandom(1024)
        key = os.urandom(32)
        iv = os.urandom(32)
        
        encrypted = AES.encrypt_ige(test_data, key, iv)
        decrypted = AES.decrypt_ige(encrypted, key, iv)
        if decrypted != test_data:
            raise RuntimeError("❌ Cryptg does not work properly")
        
        logging.info("✅ cryptg available and working")
    except Exception as e:
        logging.critical(f"❌ ERROR ON CRYPTG: {str(e)}")
        raise SystemExit(1)
    
    # Ensure session directory exists
    os.makedirs('session', exist_ok=True)
    os.makedirs('/app/data', exist_ok=True)
    
    # Initialize multi-client downloader
    multi_client = MultiClientDownloader(
        TELEGRAM_API_ID,
        TELEGRAM_API_HASH,
        TELEGRAM_SESSION_NAME,
        num_clients=3  # Use 3 clients for better speed
    )
    
    try:
        logging.info("🚀 Inicializando clientes múltiples...")
        await multi_client.initialize_clients()
        
        downloader = TelegramDownloader(multi_client)
        
        logging.info("📥 Iniciando descarga de todos los topics...")
        await downloader.process_all_topics()
        
        logging.info("✅ Proceso completado exitosamente")
        
    except Exception as e:
        logging.error(f"Error en main: {str(e)}", exc_info=True)
    finally:
        logging.info("🔌 Cerrando conexiones...")
        await multi_client.close_all_clients()

if __name__ == "__main__":
    asyncio.run(main())
Reasons:
  • Blacklisted phrase (1): está
  • RegEx Blacklisted phrase (2): encontr
  • RegEx Blacklisted phrase (2): encontrado
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: anoop

79686725

Date: 2025-07-02 01:33:06
Score: 4.5
Natty:
Report link

There are couple of things you should check (btw, please share your the cloud function code snippet)

  1. Make sure that you are calling/invoking supported GCP Vertex AI Gemini modes (Gemini 2.0, Gemini 2.5 Flash/pro etc.). Models like Palm, text-bison and even earlier Gemini models (like Gemini 1.0) has been deprecated, that's mostly likely the reason you are getting 404 reason due to model deprecation. Please check the supported model doc here to use a proper Gemini model.

  2. Verify that you followed this Vertex AI getting started guide to set up your access to Gemini model. based on what you described:

    • You have GCP project

    • You enabled the Vertex AI API

    • IAM. Try to grant your GCP account Vertex AI User role permission. For detail, check Vertex AI IAM permission here.

  3. I recommend to use Google Gen AI SDK for Python to call Gemini models. It handles the endpoint and authentication, you just need to code the model to use. for example: gemini-2.5-flash

These steps should get you going. Please share code snippet so that I can share the edited snippet back.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share your
  • RegEx Blacklisted phrase (2.5): Please share code
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gang Chen

79686714

Date: 2025-07-02 01:13:01
Score: 4
Natty:
Report link

I am pleased to share that the P vs NP question has been resolved, establishing that P = NP. The full write‑up and proof sketch are available here: https://huggingface.co/caletechnology/satisfier/blob/main/Solving_the_Boolean_k_SAT_Problem_in__Polynomial_Time.pdf

You can also review and experiment with the accompanying C implementation: https://huggingface.co/caletechnology/satisfier/tree/main

I welcome feedback and discussion on this claim.

Reasons:
  • RegEx Blacklisted phrase (1): I am please
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Friend2093

79686698

Date: 2025-07-02 00:17:50
Score: 4
Natty:
Report link

I am pleased to share that the P vs NP question has been resolved, establishing that P = NP. The full write‑up and proof sketch are available here: https://huggingface.co/caletechnology/satisfier/blob/main/Solving_the_Boolean_k_SAT_Problem_in__Polynomial_Time.pdf

You can also review and experiment with the accompanying C implementation: https://huggingface.co/caletechnology/satisfier/tree/main

I welcome feedback and discussion on this claim.

Reasons:
  • RegEx Blacklisted phrase (1): I am please
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Friend2093

79686687

Date: 2025-07-01 23:49:44
Score: 5.5
Natty:
Report link

I'm having the same problem. I've tried various nodemailer codes on the internet but still failed. It turns out after tracking the problem in my case, the API was not working properly which was caused by the use of "output: 'export'" in the next.config.js file. So if you don't use "output: 'export'" Next.js uses its full-stack capability which means Supports API routes (serverless functions in Vercel). so maybe if anyone has the same problem and has not been resolved, my suggestion is to remove "output: 'export'" in the next.config.js file. btw I use nodemailer, smtp gmail and deploy to vercel

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (0.5): not working properly
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Xatriya

79686682

Date: 2025-07-01 23:32:40
Score: 9
Natty: 7.5
Report link

Did you manage to resolve this? I am hitting the same issue.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Did you manage to resolve this
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: nindim

79686680

Date: 2025-07-01 23:27:38
Score: 4.5
Natty:
Report link

The moneyRemoved variable wasn't being set true. I should have debugged better. Thank you to @Rufus L though for showing me how to properly get the result from an async method without using .GetAwaiter().GetResult()!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Rufus
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Paulo

79686538

Date: 2025-07-01 19:52:50
Score: 4
Natty:
Report link

I am getting the same error.

According to the documentation, expo-maps is not available in Expo Go.

But I am not sure whether I have installed Expo Go (I think I did).

Reasons:
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • High reputation (-1):
Posted by: Yvonne Aburrow

79686455

Date: 2025-07-01 18:09:23
Score: 4
Natty: 3.5
Report link

no, I don't have such a file

wqwqqwwq

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30941549

79686352

Date: 2025-07-01 16:25:57
Score: 4
Natty:
Report link

I just had this same error pop up when trying to do the same thing with my data. Does cID by any chance have values that are not just a simple numbering 1:n(clusters)? My cluster identifiers were about 5 digits long and when I changed the ID values to numbers 1:n(clusters), the error magically disappeared.

Reasons:
  • Blacklisted phrase (1): trying to do the same
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: WanderingEpi

79686279

Date: 2025-07-01 15:34:41
Score: 4.5
Natty:
Report link

thank you all, i had forgot to replace myproject.pdb.json on the server

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohsen

79686215

Date: 2025-07-01 14:37:26
Score: 5.5
Natty: 4
Report link

La solución es cambiar el AspNetCoreHostingModel de todas las aplicaciones a OutOfProcess en el webconfig

<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>

Reasons:
  • Blacklisted phrase (1): todas
  • Blacklisted phrase (3): solución
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Felipe Osorio

79686191

Date: 2025-07-01 14:17:20
Score: 10
Natty: 5.5
Report link

I have this problem too. There may be alternative ways but why is this not working?

Reasons:
  • Blacklisted phrase (1): I have this problem
  • Blacklisted phrase (1): why is this not working
  • RegEx Blacklisted phrase (0.5): why is this
  • RegEx Blacklisted phrase (2): working?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: muge

79686186

Date: 2025-07-01 14:13:19
Score: 4
Natty:
Report link

It's better to have server but if you don't have any server you can you HOST.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: tester

79686135

Date: 2025-07-01 13:35:07
Score: 11
Natty: 6.5
Report link

Jean Carlos Ramirez.

Did you manage to solve this?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Alekov

79686052

Date: 2025-07-01 12:25:47
Score: 8.5
Natty: 4.5
Report link

its resolved ? i am facing same issue

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved ?
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i am facing same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kamil

79685932

Date: 2025-07-01 10:56:22
Score: 5
Natty:
Report link

Did you manage to solve this? I had to the do the following which forced the connection to be Microsoft.Data.SqlClient by creating it myself. I also pass in true to the base constructor to let the context dispose the connection after.

using System;
using System.Data.Common;
using System.Data.Entity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.Data.SqlClient;
using Mintsoft.LaunchDarkly;
using Mintsoft.UserManagement.Membership;

namespace Mintsoft.UserManagement
{
    public class UserDbContext : IdentityDbContext<ApplicationUser>
    {
        private static DbConnection GetBaseDbConnection()
        {
            var connectionString = System.Configuration.ConfigurationManager.ConnectionStrings["BaseContext"].ConnectionString;
            return new SqlConnection(connectionString);
        }

        public UserDbContext()
            : base(GetBaseDbConnection(), true)
        {
        }
Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Max Power

79685877

Date: 2025-07-01 10:07:08
Score: 10
Natty: 4.5
Report link

I still can't figure it out. Can anyone help me?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can anyone help me
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hakan Hakan

79685811

Date: 2025-07-01 09:24:53
Score: 4
Natty: 6
Report link

Same issue I found my ppt is generating according to my requirements but getting repair issues I have tried many way to resolve it but unable to remove it.

Please any one who can help me.. I have Used OpenXML and HtmlAgilityPack

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shailendra Shukla

79685725

Date: 2025-07-01 08:16:32
Score: 4
Natty:
Report link

You can press ctrl+[ to remove tabulation

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Virtuoz

79685674

Date: 2025-07-01 07:37:20
Score: 4
Natty:
Report link

ok, i understand the information

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Moin khan

79685632

Date: 2025-07-01 07:01:09
Score: 4
Natty:
Report link

just turn off toggle session isolation, in website conf

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: linuxer46

79685613

Date: 2025-07-01 06:41:04
Score: 5.5
Natty:
Report link

Can you tell me which version of revenue cat and superwall you used in both the projects ?

The store product error is because the purchases_flutter and superwall both contain a class named StoreProduct. You will need to hide one of them

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you tell me
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Tushar Agrawal

79685599

Date: 2025-07-01 06:30:01
Score: 5
Natty:
Report link

Are you using a non-unique ID user store?
Also, could you let us know the version of the IWA Kerberos authenticator you are currently using?

There is a known issue(https://github.com/wso2/product-is/issues/21053) related to non-unique ID user stores when used with the IWA Kerberos authenticator. However, this issue has been resolved in the latest version.

Providing the above information will help us identify the exact cause of the issue.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you let us know
  • RegEx Blacklisted phrase (1): help us
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Udesh Athukorala

79685486

Date: 2025-07-01 03:29:16
Score: 9.5
Natty: 7
Report link

How to get developer disk image for OS 18? From xcode also its not automatically downloading for me. Can you help me in how you got DDI?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Krishna Rawal

79685453

Date: 2025-07-01 02:25:01
Score: 4
Natty:
Report link

My apologies, I had a moment, my original post works. Coffee time :)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Steve_Harlington

79685440

Date: 2025-07-01 02:09:57
Score: 4.5
Natty: 5.5
Report link

This is cool and very useful thanks for the info

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30934485

79685384

Date: 2025-06-30 23:54:29
Score: 4
Natty: 4.5
Report link

I know I'm late, but in v6 there is a built-in function for this.

https://www.tradingview.com/pine-script-reference/v5/#fun_ticker.standard

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: taylorbray

79685324

Date: 2025-06-30 21:56:03
Score: 4
Natty:
Report link

@Leyth resolved this. There was a line that truncated the files when they were being transformed. Things appeared fine until the file grew past a certain limit. Then it removed the lines that extended beyond the threshold. I removed that line (which wasn't needed and I do not recall adding in the first place) and the data appears correctly.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @Leyth
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Iakona

79685315

Date: 2025-06-30 21:49:01
Score: 5
Natty: 4.5
Report link

so in case not using typescript just React - VITE ,
still u use protobuf-ts ? or what?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: kassem moghraby

79685309

Date: 2025-06-30 21:42:58
Score: 10
Natty: 7.5
Report link

@Douglas B

I am trying to compile XNNPACK for the Zynq Ultrascale+ and am running into the same issues you describes two years ago. Can you share your bitbake recipe or makefile?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2.5): Can you share your
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Douglas
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: chuck kamas

79685249

Date: 2025-06-30 20:24:37
Score: 6
Natty: 5
Report link

if anyone has solved a 3d bin packing algo , can you share the code , or the flow in which this needs to be done

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share the code
  • RegEx Blacklisted phrase (0.5): anyone has solve
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ansh

79685210

Date: 2025-06-30 19:20:21
Score: 10
Natty: 6
Report link

Hello my situation is very similar to the one that you had, can you please tell me how to log into data studio with Windows credentials, I'm having the same problem with DB2admin And I don't see any way to switch to a different userID.

thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2.5): can you please tell me how
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Low reputation (1):
Posted by: MVS Brain

79685194

Date: 2025-06-30 19:05:16
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports Global Secondary Indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685188

Date: 2025-06-30 19:02:15
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports Global Secondary Indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685182

Date: 2025-06-30 19:00:14
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports global secondary indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685178

Date: 2025-06-30 18:56:13
Score: 4.5
Natty: 4.5
Report link

Bigtable now supports global secondary indexes.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bora

79685118

Date: 2025-06-30 17:34:53
Score: 7.5
Natty:
Report link

Thank you, that looks amazing!

Can you explain why it is marking the whole street and not only the selected part?
I need to reduce it to the highlighted part because i want to do routing on that map.
So i probably need the "use "feature to split the dataset for the routing function...

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Can you explain
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rauschy

79685092

Date: 2025-06-30 17:03:46
Score: 5
Natty:
Report link

I get the same error then i add this in to tsconfig.js
it is fixed

    "paths": {
      "@firebase/auth": ["./node_modules/@firebase/auth/dist/index.rn.d.ts"],
  
    }
Reasons:
  • RegEx Blacklisted phrase (1): I get the same error
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I get the same error
  • Low reputation (1):
Posted by: Rose

79685085

Date: 2025-06-30 16:45:41
Score: 9
Natty: 8.5
Report link

Can some one help me what style of the UI this Form used in VB.NET, the style of the button, shape, color gradation, also the border of the group box are ETCHED, also the design of the Datagrideview is modern, simple and elegant? Is there plugin used or there is code for this design of the components? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can some one help me
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can some one help me
  • Low reputation (1):
Posted by: servis elektro

79685074

Date: 2025-06-30 16:36:37
Score: 8
Natty: 6
Report link

Bom dia, tudo bem.

Você conseguiu resolver esse erro? Estou com o mesmo problema

Reasons:
  • Blacklisted phrase (3): Você
  • RegEx Blacklisted phrase (1.5): resolver esse erro?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ricardo Pulini

79685050

Date: 2025-06-30 16:08:30
Score: 6.5
Natty: 4
Report link

I have the same problem, and I think it is because the retry rule does not trigger when all pods are down. But I'm not completely sure about this.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Greg

79685026

Date: 2025-06-30 15:50:25
Score: 5.5
Natty: 4.5
Report link

I realize this is an old question, but I recently started experiencing a strange issue related to transparent backgrounds. I often use the -t flag when using manim, but just recently I am no longer getting a transparent background and can't figure out why. Manim is still producing a .mov file (instead of .mp4), but the file has a black background rather than a transparent background. I'm working on a mac and recently upgraded the operating system, so I suspect that might have something to do with it. Has anyone else experienced this issue and does anyone know a workaround?

Reasons:
  • RegEx Blacklisted phrase (2): does anyone know
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AllThingsPhysics

79685008

Date: 2025-06-30 15:37:20
Score: 4
Natty: 5
Report link

It is really helpful. It help me to change my root passowrd as i forgot it. Now I am able to use the mysql root database with the help of the new password.

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Harshit Kamboj