Open Closed

[ABP Studio] : Issue with ABP Studio 0.9.1 - Unprompted Window Opening** #8073


User avatar
0
r.abouzid created

Subject: Issue with ABP Studio 0.9.1 - Unprompted Window Opening

Hello Support,

I am experiencing an issue with the latest version of ABP Studio (0.9.1). A window keeps opening without reason, asking to open a file. Please see the screenshot below for reference.

Could you provide any advice on how to resolve this issue?

Thank you.


11 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    I have tried to reproduce issue but it works fine at my end.

    Please check logs if any please share.

    Thank you.

  • User Avatar
    0
    r.abouzid created

    Thanks for your reply. I tried uninstalling ABP Studio and reinstalling it, but the issue still persists

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Please check logs if any please share.

  • User Avatar
    0
    r.abouzid created

    2024-10-11 10:18:30.310 +01:00 [INF] Downloading release file 'releases.beta.json' from 'https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?arch=x64&os=win&rid=win-x64&id=abp-studio&localVersion=0.9.1'. 2024-10-11 10:18:30.311 +01:00 [INF] [VPK] Creating HttpClient for AbpIoFileDownloader 2024-10-11 10:18:30.312 +01:00 [INF] Start processing HTTP request GET https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?arch=x64&os=win&rid=win-x64&id=abp-studio&localVersion=0.9.1 2024-10-11 10:18:30.312 +01:00 [INF] Sending HTTP request GET https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?arch=x64&os=win&rid=win-x64&id=abp-studio&localVersion=0.9.1 2024-10-11 10:18:30.620 +01:00 [INF] Received HTTP response headers after 307.9398ms - 200 2024-10-11 10:18:30.620 +01:00 [INF] End processing HTTP request after 308.2547ms - 200 2024-10-11 10:18:30.640 +01:00 [INF] No updates, remote version (0.9.1) is not newer than current version (0.9.1) and / or downgrade is not enabled. 2024-10-11 10:18:30.641 +01:00 [INF] [VPK] No updates available. 2024-10-11 10:18:30.643 +01:00 [INF] Completed task execution: Checking for new version of ABP Studio 2024-10-11 10:18:30.643 +01:00 [INF] Starting task execution: Checking pre-requirements 2024-10-11 10:18:33.747 +01:00 [INF] CLI command executed. Command: abp cli version Working directory: C:\Users\RidaABOUZID\AppData\Local\abp-studio\current {"ExitCode":0,"IsSuccess":true,"StartTime":"2024-10-11T10:18:31.6911563+01:00","ExitTime":"2024-10-11T10:18:33.7392696+01:00","RunTime":"00:00:02.0481133","$type":"CommandResult"} 2024-10-11 10:18:34.472 +01:00 [INF] Completed task execution: Checking pre-requirements 2024-10-11 10:18:36.664 +01:00 [INF] Trying to connect to ABP Studio Backend: http://localhost:38271 2024-10-11 10:18:45.832 +01:00 [INF] Trying to connect to ABP Studio Backend: http://localhost:38271 2024-10-11 10:18:55.058 +01:00 [INF] Trying to connect to ABP Studio Backend: http://localhost:38271 2024-10-11 10:18:59.126 +01:00 [WRN] Could not connect to ABP Studio Backend! Detail: Failed to connect to StreamingHub 'IStudioBackendHub'. (Status(StatusCode="Unavailable", Detail="Error connecting to subchannel.", DebugException="System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it."))

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Hello, unfortunately, we couldn't reproduce the problem, but could you open the file in a text editor and send us its content so we can understand the problem? This way we can understand which file it is trying to open and proceed accordingly.

  • User Avatar
    0
    improwise created

    Maybe just trying to actually open the suggested file in something like Notepad could provided some clues on what it is?

    Have never seen it myself but thinking perhaps its something trying to render a HTML page or similar with no default browser selected but that is just a guess.

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Maybe just trying to actually open the suggested file in something like Notepad could provided some clues on what it is?

    Have never seen it myself but thinking perhaps its something trying to render a HTML page or similar with no default browser selected but that is just a guess.

    Could you send screenshots if possible?

  • User Avatar
    0
    improwise created

    Maybe just trying to actually open the suggested file in something like Notepad could provided some clues on what it is?

    Have never seen it myself but thinking perhaps its something trying to render a HTML page or similar with no default browser selected but that is just a guess.

    Could you send screenshots if possible?

    How am I supposed to send screen shots of something I have never seen? :)

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    How am I supposed to send screen shots of something I have never seen? :)

    Sorry about that, I thought you saw something :)


    I can imagine that this problem is very frustrating for you, but to be honest, we cannot reproduce it at the moment. Intuitively, we don't seem to have enough information to solve it. All I can do at the moment is to go through the code and try to find the problem, but if you can give us more information in the process, we would appreciate it. It seems difficult to find the problem at the moment, but it is worth a try. Thank you for your understanding.

    Regards, Berkan

  • User Avatar
    0
    r.abouzid created

    Hi support,

    I resolved the problem by** launching the Volo.Abp.Studio.Backend.Host.exe** (BackendUI solution) located in the path: **\AppData\Local\abp-studio\current**. This was necessary because the logs showed that Volo.Abp.Studio.UI.Host.exe couldn't connect to the backend at http://localhost:38271.

    However, the issue is that every time I want to work with ABP Studio, I need to manually launch the Volo.Abp.Studio.Backend.Host.exe first. Otherwise, I get the unprompted window opening.

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Thank you for the information, it will be very useful. I am forwarding the information you have given to the relevant team-mate.

Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35