adrianmichel / yloader

Free stock quotes downloader
http://www.yloader.com
42 stars 19 forks source link

Error message: Could not get cookie #16

Closed pympk closed 2 years ago

pympk commented 2 years ago

I got "Could not get cookie" in the Status panel using v5 and v6 version. Maybe yahoo changed something today.

adrianmichel commented 2 years ago

Sorry for the long delay. I'm looking into the issue.

BoulderLou commented 2 years ago

Sorry for the long delay. I'm looking into the issue.

A few months ago, I made a quick modification to the older version 5.0.1.9 yloader source code, to ignore the "cookieHeader", since it no longer is returned in the Yahoo finance API. This probably isn't the best solution, but with this modification, yloader works for me.

yloader_mods

Kingfisher07 commented 2 years ago

Sorry for the long delay. I'm looking into the issue.

A few months ago, I made a quick modification to the older version 5.0.1.9 yloader source code, to ignore the "cookieHeader", since it no longer is returned in the Yahoo finance API. This probably isn't the best solution, but with this modification, yloader works for me.

yloader_mods

Hi, how (yahooplugin.ypi) or what tool to make that change in (run YL 6.0)? Thanks in advance

blwilks commented 2 years ago

I would also like more information on how to about making this modification. I'm a novice.

Thanks.

Ben

On Sun, Aug 28, 2022, 12:10 AM Kingfisher07 @.***> wrote:

Sorry for the long delay. I'm looking into the issue.

A few months ago, I made a quick modification to the older version 5.0.1.9 yloader source code, to ignore the "cookieHeader", since it no longer is returned in the Yahoo finance API. This probably isn't the best solution, but with this modification, yloader works for me.

[image: yloader_mods] https://user-images.githubusercontent.com/17059687/185272072-d2f51a1b-8caa-472e-a6cf-97568e8db7f7.png

Hi, how (yahooplugin.ypi) or what tool to make that change in (run YL 6.0)? Thanks in advance

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-1229371249, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY6EBNZXHKTQBMNY6S7MP53V3LRFBANCNFSM5UTXY6KQ . You are receiving this because you commented.Message ID: @.***>

BoulderLou commented 2 years ago

Sorry for the long delay. I'm looking into the issue.

A few months ago, I made a quick modification to the older version 5.0.1.9 yloader source code, to ignore the "cookieHeader", since it no longer is returned in the Yahoo finance API. This probably isn't the best solution, but with this modification, yloader works for me. yloader_mods

Hi, how (yahooplugin.ypi) or what tool to make that change in (run YL 6.0)? Thanks in advance

Hi Since I forked the source code for version 5.0.1.9 (Feb 2018) and downloaded, via the build.bat file, all of the dependent libraries from late 2017 (libcurl v7.57, json v3.0 & boost v1.66), I was able to make the simple modification and build yloader 5.0 using Visual Studio 2015.

To build yloader6.0, you most likely would have to use Visual Studio Community 2019 but determine the appropriate dependent library versions (libcurl, json & boost) that build cleanly with the yloader 6.0 source code (July 2020). Adrian didn't document which versions were used for the 6.0 build (in bootstrap.bat), so you'll have to modify the bootstrap.bat file accordingly. Alternatively, you can use the latest dependent libraries, which the batch file downloads & installs, but I'm speculating that you would have to make quite a few modifications to the yloader source code to get a clean compile.

Kingfisher07 commented 2 years ago

Hi again, I am not that skilled with VS. Any chance that you can share your v 5.0.1.9. Nothing against to downgrade.

Best regards

BoulderLou commented 2 years ago

Hi again, I am not that skilled with VS. Any chance that you can share your v 5.0.1.9. Nothing against to downgrade.

Best regards

Hi I didn't bother to build the installer since I already had V5 installed. I zipped the program files that I am running. First just try to replace the yyahoodsplugin.ypi file and see if it works with V6. If it doesn't work, you can replace all of the files and see if it works with a V6 install. Alternatively, you can download V5 here: https://yloader.com/dload/ then update the yahoo plugin file. YloaderV5_YahooFix.zip

adrianmichel commented 2 years ago

I've committed changes for a possible fix. I have uploaded the corresponding installer at https://yloader.com/download/6.0/0.6/y6_64_setup.exe . Please try it and let me know of any issues.

BoulderLou commented 2 years ago

I've committed changes for a possible fix. I have uploaded the corresponding installer at https://yloader.com/download/6.0/0.6/y6_64_setup.exe . Please try it and let me know of any issues.

It works! I was also able to build the code successfully.

image

Kingfisher07 commented 2 years ago

Thanks both of you. Back in business and it works as in the old days. A Big thank you!

adrianmichel commented 2 years ago

According to the feedback I received, YLoader is now able to download quotes without the "cookie" error. Closing.

pstenson commented 2 years ago

Seems to work, thanks very much!

B-i-l-l-A commented 1 year ago

Happy to provide a copy of the spreadsheet with these changes. PM me. @.***

On Fri, Jun 10, 2022 at 4:39 AM toddao @.***> wrote:

anyone have a modified version available, my copy rejects my attempts because of some visual basic problem.

I am grateful for this spreadsheet but waiting until the next morning to get yesterdays final quote gets old.

On Fri, 10 Jun 2022 01:03:53 -0700, you wrote:

To peter-lernyx and anyone else noticing the first (or last) date format issue in the https://investexcel.net/multiple-stock-quote-downloader-for-excel/ ticker worksheets...

I have sent the following to the sheet's author for his validation and incorporation should he see fit.

I believe that this is caused by a miscalculation in determining the last row just prior to the format set in the DownloadData sub. Specifically: lastRow = Sheets(stockTicker).UsedRange.Row – 2 + Sheets(stockTicker).UsedRange.Rows.Count

should be lastRow = Sheets(stockTicker).UsedRange.Row – 1 + Sheets(stockTicker).UsedRange.Rows.Count

It's an easy change if you want to try.

  • Open the spreadsheet

  • Enable the Developer option in the ribbon if it's not there and click on it.

  • Click on Visual Basic

  • Locate the above code line (about 50 lines into the DownloadData subroutine) and fix it.

Nice catch, you got it man. Your mod works like a charm. If you put Today()+1 in the end date, you even get today's up-to-date quote in the correct format.

grafik

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-1152269635, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXJP3SSAFQZTXX6ZXLE27CLVOMSPXANCNFSM5UTXY6KQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

blwilks commented 1 year ago

This is a response I got from Adrian at 1:28 pm on 5/1 Bout the adjusted close I asked about;

The AdjClose fields is ok, the problem is with the Yahoo protocol change.

I’ll look into it as soon as I’m able to.

Best,

On Mon, May 2, 2022, 3:19 AM peter-lernyx @.***> wrote:

Any update?

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-1114567658, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY6EBN5CPOMTPFTSIOYTQZLVH56YRANCNFSM5UTXY6KQ . You are receiving this because you commented.Message ID: @.***>

toddao commented 1 year ago

thanks anyway. I didn't get a response back in June so I hired it done by a fellow in Pakistan.

On Tue, 11 Oct 2022 01:10:58 -0700, you wrote:

Happy to provide a copy of the spreadsheet with these changes.

PM me. @.***

On Fri, Jun 10, 2022 at 4:39 AM toddao @.***> wrote:

anyone have a modified version available, my copy rejects my attempts

because of some visual basic problem.

I am grateful for this spreadsheet but waiting until the next morning

to get yesterdays final quote gets old.

On Fri, 10 Jun 2022 01:03:53 -0700, you wrote:

To peter-lernyx and anyone else noticing the first (or last) date

format issue in the

https://investexcel.net/multiple-stock-quote-downloader-for-excel/ ticker

worksheets...

I have sent the following to the sheet's author for his validation and

incorporation should he see fit.

I believe that this is caused by a miscalculation in determining the

last row just prior to the format set in the DownloadData sub.

Specifically: lastRow = Sheets(stockTicker).UsedRange.Row – 2 +

Sheets(stockTicker).UsedRange.Rows.Count

should be lastRow = Sheets(stockTicker).UsedRange.Row – 1 +

Sheets(stockTicker).UsedRange.Rows.Count

It's an easy change if you want to try.

  • Open the spreadsheet

  • Enable the Developer option in the ribbon if it's not there and click

on it.

  • Click on Visual Basic

  • Locate the above code line (about 50 lines into the DownloadData

subroutine) and fix it.

Nice catch, you got it man. Your mod works like a charm. If you put

Today()+1 in the end date, you even get today's up-to-date quote in the

correct format.

![grafik](

https://user-images.githubusercontent.com/75390480/173020123-3212084c-6dd2-4c4b-be95-084acb8c7b14.png

)

—

Reply to this email directly, view it on GitHub

https://github.com/adrianmichel/yloader/issues/16#issuecomment-1152269635,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AXJP3SSAFQZTXX6ZXLE27CLVOMSPXANCNFSM5UTXY6KQ

.

You are receiving this because you are subscribed to this thread.Message

ID: @.***>

Gtzs-888 commented 4 weeks ago

Is it down?

adrianmichel commented 4 weeks ago

What is down ?

From: Gtzs-888 @.> Sent: Friday, September 6, 2024 3:31 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Is it down?

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2334897376 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW3L4G46JGCANFGXIATZVIUJBAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZUHA4TOMZXGY . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 4 weeks ago

Yloader got http response error

adrianmichel commented 4 weeks ago

You may be using an older version. Download the newest version from https://www.yloader.com/dload.

Let me know how it goes.

From: Gtzs-888 @.> Sent: Friday, September 6, 2024 7:24 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Yloader got http response error

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335005615 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW3WO3RGUW3DQG6GTBDZVJPSLAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYDKNRRGU . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 4 weeks ago

Hi, Adrian I update the 64bit version, and reinstalled ,but it didn't launch as the previous version. Just do not launch.

Thanks


From: Adrian Michel @.> Sent: September 7, 2024 12:05 AM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

You may be using an older version. Download the newest version from https://www.yloader.com/dload.

Let me know how it goes.

From: Gtzs-888 @.> Sent: Friday, September 6, 2024 7:24 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Yloader got http response error

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335005615 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW3WO3RGUW3DQG6GTBDZVJPSLAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYDKNRRGU . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2335016516, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVECQQYCXEHYL4HUOBE3ZVJUQNAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYTMNJRGY. You are receiving this because you commented.

YLoderFan commented 3 weeks ago

Hi Adrian

I stand corrected. It worked precisely once after upating the Winows C++! Then when I rebooted the computer (which it asked me to do) I came back with the same issue of yLoader not loading up I'm afraid. I'm using the latest update of Windows 10. Obviously something new in Windows I expect.

All the best JJ

On Sat, 7 Sept 2024 at 06:14, Gtzs-888 @.***> wrote:

Hi, Adrian I update the 64bit version, and reinstalled ,but it didn't launch as the previous version. Just do not launch.

Thanks


From: Adrian Michel @.> Sent: September 7, 2024 12:05 AM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

You may be using an older version. Download the newest version from https://www.yloader.com/dload.

Let me know how it goes.

From: Gtzs-888 @.> Sent: Friday, September 6, 2024 7:24 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Yloader got http response error

— Reply to this email directly, view it on GitHub < https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335005615> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AHRTWW3WO3RGUW3DQG6GTBDZVJPSLAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYDKNRRGU> . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub< https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335016516>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/BLCWVECQQYCXEHYL4HUOBE3ZVJUQNAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYTMNJRGY>.

You are receiving this because you commented.

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335047011, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHC2GY3KVQ5ETFG3T4H2CTZVKDTJAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGA2DOMBRGE . You are receiving this because you commented.Message ID: @.***>

adrianmichel commented 3 weeks ago

Install the Visual Studio 2022 C++ redistributable package 32 or 64 bit from here https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022 https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022 . Note that the 32 bit version is called X86.

Let me know how it goes.

Adrian

From: Gtzs-888 @.> Sent: Friday, September 6, 2024 10:14 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian I update the 64bit version, and reinstalled ,but it didn't launch as the previous version. Just do not launch.

Thanks


From: Adrian Michel @.> Sent: September 7, 2024 12:05 AM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

You may be using an older version. Download the newest version from https://www.yloader.com/dload.

Let me know how it goes.

From: Gtzs-888 @.> Sent: Friday, September 6, 2024 7:24 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Yloader got http response error

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335005615 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW3WO3RGUW3DQG6GTBDZVJPSLAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYDKNRRGU . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2335016516, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVECQQYCXEHYL4HUOBE3ZVJUQNAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYTMNJRGY. You are receiving this because you commented.

— Reply to this email directly, https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335047011 view it on GitHub, or https://github.com/notifications/unsubscribe-auth/AHRTWW53EBTKUGVMWM65S33ZVKDTFAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGA2DOMBRGE unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>

adrianmichel commented 3 weeks ago

Here are some steps I suggest to those who have similar problems:

If this still doesn't fix the problem, repeat the above steps and also remove (or rename) C:\Users\\AppData\Local\YLoader directory. This will reset all your settings, so you may want to back up your settings.ini file for reference.

Let me know how it goes

From: YLoderFan @.> Sent: Saturday, September 7, 2024 3:02 AM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi Adrian

I stand corrected. It worked precisely once after upating the Winows C++! Then when I rebooted the computer (which it asked me to do) I came back with the same issue of yLoader not loading up I'm afraid. I'm using the latest update of Windows 10. Obviously something new in Windows I expect.

All the best JJ

On Sat, 7 Sept 2024 at 06:14, Gtzs-888 @.***> wrote:

Hi, Adrian I update the 64bit version, and reinstalled ,but it didn't launch as the previous version. Just do not launch.

Thanks


From: Adrian Michel @.> Sent: September 7, 2024 12:05 AM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

You may be using an older version. Download the newest version from https://www.yloader.com/dload.

Let me know how it goes.

From: Gtzs-888 @.> Sent: Friday, September 6, 2024 7:24 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Yloader got http response error

— Reply to this email directly, view it on GitHub < https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335005615> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AHRTWW3WO3RGUW3DQG6GTBDZVJPSLAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYDKNRRGU> . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub< https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335016516>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/BLCWVECQQYCXEHYL4HUOBE3ZVJUQNAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAYTMNJRGY>.

You are receiving this because you commented.

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335047011, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHC2GY3KVQ5ETFG3T4H2CTZVKDTJAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGA2DOMBRGE . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2335138623 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWWZBNX7ME3LSUXQ3RPLZVLFIBAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGEZTQNRSGM . You are receiving this because you modified the open/close state.Message ID: @.***>

YLoderFan commented 3 weeks ago

Hi Adrian - will follow your instructions and let you know how I get on. However I also tried it on my wife's work laptop which is also Windows 10. Oddly enough it does open. However, when i tried to download data I'm getting an HTTP response error401 on all the symbols so I'm guessing Yahoo have changed their pages or setup or something?

All the best JJ

On Fri, 10 Jun 2022 at 09:03, peter-lernyx @.***> wrote:

To peter-lernyx and anyone else noticing the first (or last) date format issue in the https://investexcel.net/multiple-stock-quote-downloader-for-excel/ ticker worksheets...

I have sent the following to the sheet's author for his validation and incorporation should he see fit.

I believe that this is caused by a miscalculation in determining the last row just prior to the format set in the DownloadData sub. Specifically: lastRow = Sheets(stockTicker).UsedRange.Row – 2 + Sheets(stockTicker).UsedRange.Rows.Count

should be lastRow = Sheets(stockTicker).UsedRange.Row – 1 + Sheets(stockTicker).UsedRange.Rows.Count

It's an easy change if you want to try.

  • Open the spreadsheet

  • Enable the Developer option in the ribbon if it's not there and click on it.

  • Click on Visual Basic

  • Locate the above code line (about 50 lines into the DownloadData subroutine) and fix it.

Nice catch, you got it man. Your mod works like a charm. If you put Today()+1 in the end date, you even get today's up-to-date quote in the correct format.

[image: grafik] https://user-images.githubusercontent.com/75390480/173020123-3212084c-6dd2-4c4b-be95-084acb8c7b14.png

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-1152088257, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHC2G3763FPIHAPD6DOB5DVOLZGVANCNFSM5UTXY6KQ . You are receiving this because you commented.Message ID: @.***>

adrianmichel commented 3 weeks ago

Yes, I’ve received reports of this new error (and experienced it myself). Upon doing more research on the issue, it appears that Yahoo has completely changed the format of the response returned for a data request. It now uses json instead of csv format. This will require some non-trivial changes to YLoader, so it may take a while to be implemented and tested.

I’ll keep you posted.

Adrian

From: YLoderFan @.> Sent: Saturday, September 7, 2024 10:26 AM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi Adrian - will follow your instructions and let you know how I get on. However I also tried it on my wife's work laptop which is also Windows 10. Oddly enough it does open. However, when i tried to download data I'm getting an HTTP response error401 on all the symbols so I'm guessing Yahoo have changed their pages or setup or something?

All the best JJ

On Fri, 10 Jun 2022 at 09:03, peter-lernyx @.***> wrote:

To peter-lernyx and anyone else noticing the first (or last) date format issue in the https://investexcel.net/multiple-stock-quote-downloader-for-excel/ ticker worksheets...

I have sent the following to the sheet's author for his validation and incorporation should he see fit.

I believe that this is caused by a miscalculation in determining the last row just prior to the format set in the DownloadData sub. Specifically: lastRow = Sheets(stockTicker).UsedRange.Row – 2 + Sheets(stockTicker).UsedRange.Rows.Count

should be lastRow = Sheets(stockTicker).UsedRange.Row – 1 + Sheets(stockTicker).UsedRange.Rows.Count

It's an easy change if you want to try.

  • Open the spreadsheet

  • Enable the Developer option in the ribbon if it's not there and click on it.

  • Click on Visual Basic

  • Locate the above code line (about 50 lines into the DownloadData subroutine) and fix it.

Nice catch, you got it man. Your mod works like a charm. If you put Today()+1 in the end date, you even get today's up-to-date quote in the correct format.

[image: grafik] https://user-images.githubusercontent.com/75390480/173020123-3212084c-6dd2-4c4b-be95-084acb8c7b14.png

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-1152088257, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHC2G3763FPIHAPD6DOB5DVOLZGVANCNFSM5UTXY6KQ . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336117446 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW2BAYSY2AZCHCX5IUTZVMZJ5AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGEYTONBUGY . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 3 weeks ago

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

adrianmichel commented 3 weeks ago

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 3 weeks ago

Hi,it launched but with http error 401

best


From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.***>

adrianmichel commented 3 weeks ago

Hi,

I have uploaded a new version with a potential fix for the 401 error.

You can download it from

https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version.

Please note that this is a beta version and is intended mainly for testing.

Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error.

Best,

Adrian

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,it launched but with http error 401

best


From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

BoulderLou commented 3 weeks ago

Hi, I have uploaded a new version with a potential fix for the 401 error. You can download it from https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version. Please note that this is a beta version and is intended mainly for testing. Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error. Best, Adrian From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16) Hi,it launched but with http error 401 best ____ From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16) Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run). If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it. From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16) Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right? All the best H — Reply to this email directly, view it on GitHub <#16 (comment)> , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.> — Reply to this email directly, view it on GitHub<#16 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.> — Reply to this email directly, view it on GitHub <#16 (comment)> , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

Downloaded the 64-bit version and installed it. However, when attempting to run the app, the user interface doesn't launch. Running on Win 11 23H2.

adrianmichel commented 3 weeks ago

Install the Visual Studio 2022 C++ redistributable package (not the same as Visual Studio, the development environment) 32 or 64 bit from here https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022 https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022 . Note that the 32 bit version is called X86.

From: BoulderLou @.> Sent: Thursday, September 12, 2024 12:18 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, I have uploaded a new version with a potential fix for the 401 error. You can download it from https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version. Please note that this is a beta version and is intended mainly for testing. Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error. Best, Adrian From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16 https://github.com/adrianmichel/yloader/issues/16 ) Hi,it launched but with http error 401 best … ____ From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16 https://github.com/adrianmichel/yloader/issues/16 ) Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run). If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it. From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16 https://github.com/adrianmichel/yloader/issues/16 ) Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right? All the best H — Reply to this email directly, view it on GitHub <#16 (comment) https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.> — Reply to this email directly, view it on GitHub<#16 (comment) https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518 >, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.> — Reply to this email directly, view it on GitHub <#16 (comment) https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

Downloaded the 64-bit version and installed it. However, when attempting to run the app, the user interface doesn't launch. Running on Win 11 23H2.

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347060859 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5YUX5DWGTUQYG7A3LZWHSHJAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGA3DAOBVHE . You are receiving this because you modified the open/close state.Message ID: @.***>

adrianmichel commented 3 weeks ago

Please re-download the installer from the same location – it has a fix for a price related issue.

From: BoulderLou @.> Sent: Thursday, September 12, 2024 12:18 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, I have uploaded a new version with a potential fix for the 401 error. You can download it from https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version. Please note that this is a beta version and is intended mainly for testing. Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error. Best, Adrian From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16 https://github.com/adrianmichel/yloader/issues/16 ) Hi,it launched but with http error 401 best … ____ From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16 https://github.com/adrianmichel/yloader/issues/16 ) Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run). If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it. From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16 https://github.com/adrianmichel/yloader/issues/16 ) Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right? All the best H — Reply to this email directly, view it on GitHub <#16 (comment) https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.> — Reply to this email directly, view it on GitHub<#16 (comment) https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518 >, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.> — Reply to this email directly, view it on GitHub <#16 (comment) https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 > , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

Downloaded the 64-bit version and installed it. However, when attempting to run the app, the user interface doesn't launch. Running on Win 11 23H2.

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347060859 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5YUX5DWGTUQYG7A3LZWHSHJAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGA3DAOBVHE . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 3 weeks ago

Many thanks, really appreciate. Just tested a few tickers, seems the data is not right. As like ticker SOXX, seems the high, low ,open,close is not right ,looks like it is rounded.

best H


From: Adrian Michel @.> Sent: September 12, 2024 3:59 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,

I have uploaded a new version with a potential fix for the 401 error.

You can download it from

https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version.

Please note that this is a beta version and is intended mainly for testing.

Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error.

Best,

Adrian

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,it launched but with http error 401

best


From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347025453, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEEWWTE5OBOIBWK3R23ZWHP7JAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGAZDKNBVGM. You are receiving this because you commented.Message ID: @.***>

BoulderLou commented 3 weeks ago

Just tested a few symbols. Noticed a couple of errors:

image

Also, the values seem to be rounded to nearest dollar (not showing cents) ie: 220 instead of 220.11

adrianmichel commented 3 weeks ago

Re-download the same version and try again, it should fix it.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 1:59 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Many thanks, really appreciate. Just tested a few tickers, seems the data is not right. As like ticker SOXX, seems the high, low ,open,close is not right ,looks like it is rounded.

best H


From: Adrian Michel @.> Sent: September 12, 2024 3:59 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,

I have uploaded a new version with a potential fix for the 401 error.

You can download it from

https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version.

Please note that this is a beta version and is intended mainly for testing.

Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error.

Best,

Adrian

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,it launched but with http error 401

best


From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347025453, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEEWWTE5OBOIBWK3R23ZWHP7JAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGAZDKNBVGM. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347228289 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5I2CEQORFGFEXPAQTZWH575AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGIZDQMRYHE . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 3 weeks ago

Value seems still rounded. Than


From: Adrian Michel @.> Sent: September 12, 2024 6:30 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Re-download the same version and try again, it should fix it.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 1:59 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Many thanks, really appreciate. Just tested a few tickers, seems the data is not right. As like ticker SOXX, seems the high, low ,open,close is not right ,looks like it is rounded.

best H


From: Adrian Michel @.> Sent: September 12, 2024 3:59 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,

I have uploaded a new version with a potential fix for the 401 error.

You can download it from

https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version.

Please note that this is a beta version and is intended mainly for testing.

Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error.

Best,

Adrian

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,it launched but with http error 401

best


From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347025453, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEEWWTE5OBOIBWK3R23ZWHP7JAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGAZDKNBVGM. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347228289 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5I2CEQORFGFEXPAQTZWH575AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGIZDQMRYHE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347281900, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEGZVB5LL73DJFFN2OLZWIBX3AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGI4DCOJQGA. You are receiving this because you commented.Message ID: @.***>

BoulderLou commented 3 weeks ago

Just re-downloaded the 64-bit version. The values are still rounded.

Still have the same two json errors for ^vix and fselx. My guess is that both of these have 0 for volume and depending on which command gets sent to finance.yahoo, it may return 0 or "null"

Not sure what command you send to finance.yahoo, but here's the response I get from my mods to the multi-stock excel downloader Here's what yahoo returns for ^vix:

image

adrianmichel commented 3 weeks ago

Try version 6.0.0.9 you can download from

https://yloader.com/download/6.0/0.9/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.9/y6_64_setup.exe for the 64-bit version.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 2:39 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Value seems still rounded. Than


From: Adrian Michel @.> Sent: September 12, 2024 6:30 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Re-download the same version and try again, it should fix it.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 1:59 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Many thanks, really appreciate. Just tested a few tickers, seems the data is not right. As like ticker SOXX, seems the high, low ,open,close is not right ,looks like it is rounded.

best H


From: Adrian Michel @.> Sent: September 12, 2024 3:59 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,

I have uploaded a new version with a potential fix for the 401 error.

You can download it from

https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version.

Please note that this is a beta version and is intended mainly for testing.

Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error.

Best,

Adrian

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,it launched but with http error 401

best


From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347025453, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEEWWTE5OBOIBWK3R23ZWHP7JAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGAZDKNBVGM. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347228289 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5I2CEQORFGFEXPAQTZWH575AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGIZDQMRYHE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347281900, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEGZVB5LL73DJFFN2OLZWIBX3AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGI4DCOJQGA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347293457 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW2M6MXUG6HJZSPW3G3ZWICVPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGI4TGNBVG4 . You are receiving this because you modified the open/close state.Message ID: @.***>

adrianmichel commented 3 weeks ago

Try version 6.0.0.9 you can download from

https://yloader.com/download/6.0/0.9/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.9/y6_64_setup.exe for the 64-bit version.

From: BoulderLou @.> Sent: Thursday, September 12, 2024 3:07 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Just re-downloaded the 64-bit version. The values are still rounded.

Still have the same two json errors for ^vix and fselx. My guess is that both of these have 0 for volume and depending on which command gets sent to finance.yahoo, it may return 0 or "null"

Not sure what command you send to finance.yahoo, but here's the response I get from my mods to the multi-stock excel downloader Here's what yahoo returns for ^vix:

image.png (view on web) https://github.com/user-attachments/assets/59b1ed77-2f99-4701-9e3b-2632e39d046e

— Reply to this email directly, https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347327245 view it on GitHub, or https://github.com/notifications/unsubscribe-auth/AHRTWW62CYZ7PUYTLK32S6TZWIGAXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGMZDOMRUGU unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>

BoulderLou commented 3 weeks ago

A quick test of version 6.0.0.9 looks good. Prices seem to have the correct values to 2 decimals. No longer have the json errors. Will you be uploading the source code on github?

Gtzs-888 commented 3 weeks ago

Hi, Adrain Just installed the 0.9 version, it runs for a couple of minutes then collapse.Tried twice ,it all runs for a couple of minutes. then quit.

Thanks


From: Adrian Michel @.> Sent: September 12, 2024 8:28 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Try version 6.0.0.9 you can download from

https://yloader.com/download/6.0/0.9/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.9/y6_64_setup.exe for the 64-bit version.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 2:39 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Value seems still rounded. Than


From: Adrian Michel @.> Sent: September 12, 2024 6:30 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Re-download the same version and try again, it should fix it.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 1:59 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Many thanks, really appreciate. Just tested a few tickers, seems the data is not right. As like ticker SOXX, seems the high, low ,open,close is not right ,looks like it is rounded.

best H


From: Adrian Michel @.> Sent: September 12, 2024 3:59 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,

I have uploaded a new version with a potential fix for the 401 error.

You can download it from

https://yloader.com/download/6.0/0.8/y6_32_setup.exe for the 32-bit version and

https://yloader.com/download/6.0/0.8/y6_64_setup.exe for the 64-bit version.

Please note that this is a beta version and is intended mainly for testing.

Please give it a try and let me know if you see any problems. For example verify that data (adjusted and unadjusted) is accurate, range is correct, and that it generally works as expected without any error.

Best,

Adrian

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 10:27 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi,it launched but with http error 401

best


From: Adrian Michel @.> Sent: September 7, 2024 10:52 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Please note, you don’t need to install Visual Studio (the entire MS development environment), only the Visual Studio 2022 redistributable (which are a limited number of files that allow C++ applications compiled with VS 2022 to run).

If YLoader runs normally (although with the errors I mentioned), you don’t need to reinstall it.

From: Gtzs-888 @.> Sent: Saturday, September 7, 2024 4:19 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Hi, Adrian Haven't uninstall and reinstall Yloader, just installed Visual Studio. According the the posts, I don't need to unistall and reinstall yet, is that right?

All the best H

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336478104 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TAEWEP2AKZCAXVWLZVOCVXAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ3TQMJQGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2336510518, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEFO4GHCTHYXHGVZYALZVOUXPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGUYTANJRHA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2336553121 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW4TDDC4KTKA6SISQ53ZVPNZPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGU2TGMJSGE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347025453, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEEWWTE5OBOIBWK3R23ZWHP7JAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGAZDKNBVGM. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347228289 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5I2CEQORFGFEXPAQTZWH575AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGIZDQMRYHE . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347281900, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEGZVB5LL73DJFFN2OLZWIBX3AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGI4DCOJQGA. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347293457 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW2M6MXUG6HJZSPW3G3ZWICVPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGI4TGNBVG4 . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347405276, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEAOES3QHKY7C2E5NDTZWIPQPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGQYDKMRXGY. You are receiving this because you commented.

Gtzs-888 commented 3 weeks ago

After about 5 minutes, it quit and restarted auotmatically.

Thanks


From: BoulderLou @.> Sent: September 12, 2024 8:43 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

A quick test of version 6.0.0.9 looks good. Prices seem to have the correct values to 2 decimals. No longer have the json errors. Will you be uploading the source code on github?

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347418194, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEAGU4QQBBWXN3OAKPTZWIRJTAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGQYTQMJZGQ. You are receiving this because you commented.

adrianmichel commented 3 weeks ago

Is it quitting while downloading data? If so, could you identify a symbols that’s causing that, and let me know.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 4:51 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

After about 5 minutes, it quit and restarted auotmatically.

Thanks


From: BoulderLou @.> Sent: September 12, 2024 8:43 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

A quick test of version 6.0.0.9 looks good. Prices seem to have the correct values to 2 decimals. No longer have the json errors. Will you be uploading the source code on github?

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347418194, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEAGU4QQBBWXN3OAKPTZWIRJTAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGQYTQMJZGQ. You are receiving this because you commented.

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347424012 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5DCE2SBFGKRJYUODLZWISHJAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGQZDIMBRGI . You are receiving this because you modified the open/close state.Message ID: @.***>

adrianmichel commented 3 weeks ago

Yes, I’ll upload the newest changes, but first I’m waiting for more feedback from other users to make sure the code is stable and there are no outstanding issues. So, it will be another few days probably.

From: BoulderLou @.> Sent: Thursday, September 12, 2024 4:43 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

A quick test of version 6.0.0.9 looks good. Prices seem to have the correct values to 2 decimals. No longer have the json errors. Will you be uploading the source code on github?

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347418194 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW2ABQGDF7YJYZPNGOLZWIRJPAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGQYTQMJZGQ . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 3 weeks ago

I was watching the process, the exact symbol when it restart is ROKU, it is after a few minutes running smoothly

Thanks


From: Adrian Michel @.> Sent: September 12, 2024 9:27 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

Is it quitting while downloading data? If so, could you identify a symbols that’s causing that, and let me know.

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 4:51 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

After about 5 minutes, it quit and restarted auotmatically.

Thanks


From: BoulderLou @.> Sent: September 12, 2024 8:43 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

A quick test of version 6.0.0.9 looks good. Prices seem to have the correct values to 2 decimals. No longer have the json errors. Will you be uploading the source code on github?

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347418194, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEAGU4QQBBWXN3OAKPTZWIRJTAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGQYTQMJZGQ. You are receiving this because you commented.

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347424012 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW5DCE2SBFGKRJYUODLZWISHJAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGQZDIMBRGI . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347568460, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEDL2FQJZGDIGISAQPLZWIWNRAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGU3DQNBWGA. You are receiving this because you commented.Message ID: @.***>

BoulderLou commented 3 weeks ago

I gave ROKU a try and could not replicate your issue. Perhaps list the symbols before & after along with your date ranges and the "simultaneous connections" you have in settings and I'll give it a try on my system.

image

I was watching the process, the exact symbol when it restart is ROKU, it is after a few minutes running smoothly Thanks

Gtzs-888 commented 3 weeks ago

I just fetched around 150 symbols, is there a limitation numbers for Yloader to fetch ?

Thank


From: BoulderLou @.> Sent: September 12, 2024 10:47 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

I gave ROKU a try and could not replicate your issue. Perhaps list the symbols before & after and I'll give it a try.

image.png (view on web)https://github.com/user-attachments/assets/0577733c-3220-413f-a9a6-e9e4c3476f93

I was watching the process, the exact symbol when it restart is ROKU, it is after a few minutes running smoothly Thanks

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347877023, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEH3RTNQWTZHVR5TBTDZWI735AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXHA3TOMBSGM. You are receiving this because you commented.

Gtzs-888 commented 3 weeks ago

When I put ROKU in another short list, it works. But it is still restart with the longer list


From: BoulderLou @.> Sent: September 12, 2024 10:47 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

I gave ROKU a try and could not replicate your issue. Perhaps list the symbols before & after and I'll give it a try.

image.png (view on web)https://github.com/user-attachments/assets/0577733c-3220-413f-a9a6-e9e4c3476f93

I was watching the process, the exact symbol when it restart is ROKU, it is after a few minutes running smoothly Thanks

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347877023, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEH3RTNQWTZHVR5TBTDZWI735AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXHA3TOMBSGM. You are receiving this because you commented.Message ID: @.***>

adrianmichel commented 3 weeks ago

I can’t replicate the problem you’re describing.

Is the crash happening while it’s downloading symbols, or when the application is just idle?

From: Gtzs-888 @.> Sent: Thursday, September 12, 2024 6:56 PM To: adrianmichel/yloader @.> Cc: Adrian Michel @.>; State change @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

When I put ROKU in another short list, it works. But it is still restart with the longer list


From: BoulderLou @.> Sent: September 12, 2024 10:47 PM To: adrianmichel/yloader @.> Cc: Gtzs-888 @.>; Comment @.> Subject: Re: [adrianmichel/yloader] Error message: Could not get cookie (Issue #16)

I gave ROKU a try and could not replicate your issue. Perhaps list the symbols before & after and I'll give it a try.

image.png (view on web)https://github.com/user-attachments/assets/0577733c-3220-413f-a9a6-e9e4c3476f93

I was watching the process, the exact symbol when it restart is ROKU, it is after a few minutes running smoothly Thanks

— Reply to this email directly, view it on GitHubhttps://github.com/adrianmichel/yloader/issues/16#issuecomment-2347877023, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BLCWVEH3RTNQWTZHVR5TBTDZWI735AVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXHA3TOMBSGM. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/adrianmichel/yloader/issues/16#issuecomment-2347890836 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRTWW33PWRAV7GRKCT4VLDZWJA4DAVCNFSM6AAAAABNZMPYYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXHA4TAOBTGY . You are receiving this because you modified the open/close state.Message ID: @.***>

Gtzs-888 commented 3 weeks ago

When it is downloading ,it crashed and restart