Open pisatimatteo opened 2 years ago
Dear All,
the package worked perfectly for at least 6 months. Now It looks like an issue has developed
It compiles properly but when I execute the following appears:
terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr: __pos (which is 37) > this->size() (which is 0)
Every suggestion is highly appreciated.
Thank you
Matteo
Hello @pisatimatteo
I think you have faced the same issue as https://github.com/foxadb/yahoo-finance/issues/11
Could you check if the latest version has fixed your issue?
Thanks.
Dear All,
the package worked perfectly for at least 6 months. Now It looks like an issue has developed
It compiles properly but when I execute the following appears:
terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr: __pos (which is 37) > this->size() (which is 0)
Every suggestion is highly appreciated.
Thank you
Matteo