Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to pause auto updating? #57

Open
keith009 opened this issue Jun 12, 2018 · 16 comments
Open

No way to pause auto updating? #57

keith009 opened this issue Jun 12, 2018 · 16 comments

Comments

@keith009
Copy link

keith009 commented Jun 12, 2018

I want to automatically update "holdings" every hour(or manually) but there isnt an option to do so anymore?

@leet0rz
Copy link

leet0rz commented Jun 20, 2018

I miss this too, and all of sudden it doenst show any currency anymore, it goes back to zero. Whats up with this program right now? Its so buggy.

@nijikokun
Copy link
Collaborator

nijikokun commented Jun 23, 2018

I want to automatically update "holdings" every hour(or manually) but there isnt an option to do so anymore?

Yes, a pause feature is planned. The reason for the prices being updated constantly is to prevent what users ran into with the old version: rate limiting. Requests are fetched at an interval to prevent rate limiting. This not only affects your usage with the application but also elements on the site.

I miss this too, and all of sudden it doenst show any currency anymore, it goes back to zero. Whats up with this program right now? Its so buggy.

Can you please let me know what you mean by "goes back to zero"? If you're talking about the "change" that's because it's the difference between this portfolio report build and the previous, check the drop down if you want historical statistics.

@leet0rz
Copy link

leet0rz commented Jun 23, 2018 via email

@leet0rz
Copy link

leet0rz commented Jun 23, 2018 via email

@nijikokun
Copy link
Collaborator

@asdf337 depends on how many tabs you're tracking, please see this post for more information: https://www.pathofexile.com/forum/view-thread/1989935/page/60#p15643443

The latest release beta.9 should reduce the 0 issue a lot, I have improved the matching mechanisms for portfolio tabs.

@leet0rz
Copy link

leet0rz commented Jun 23, 2018 via email

@nijikokun
Copy link
Collaborator

I am only tracking 1 tab as of now, my currency tab. Thanks for the info. Thanks for continuing to update this amazing program, it has a lot of potential.

I would like to see your logs if possible, they can be found under %appdata%/currency-cop/. If you decide to post them, use https://gist.github.com or pastebin.

@leet0rz
Copy link

leet0rz commented Jun 24, 2018 via email

@leet0rz
Copy link

leet0rz commented Jun 24, 2018 via email

@leet0rz
Copy link

leet0rz commented Jun 24, 2018 via email

@nijikokun
Copy link
Collaborator

nijikokun commented Jun 24, 2018

Are you sure that you're only fetching 1 tab?

Here it says you've been rate limited (fetching over 45 tabs per minute will cause this):

[02:07:47] [WARN] [API] 429 status response for [https://www.pathofexile.com/character-window/get-stash-items]: {"error":{"code":3,"message":"Rate limit exceeded; You are requesting your character's items too frequently. Please try again later."}}

Also noticing a lot of issues where it cannot cache information:

[21:40:52] [WARN] [Portfolio] File could not be loaded: ENOENT: no such file or directory, open 'C:\Users\Waffle\AppData\Roaming\currency-cop\Portfolios.db'

Are you running the application unpriviledged? This would make it unable to create the files, or have you been deleting those files?

@nijikokun
Copy link
Collaborator

Let's move our discussion over to #63

@leet0rz
Copy link

leet0rz commented Jun 24, 2018 via email

@nijikokun
Copy link
Collaborator

nijikokun commented Jun 25, 2018

Yes @asdf337 that would certainly cause it, the latest version will better handle the rate-limiting

nijikokun added a commit that referenced this issue Jun 25, 2018
@leet0rz
Copy link

leet0rz commented Jun 26, 2018 via email

@nijikokun
Copy link
Collaborator

Thanks, something els I would love to see is a manually update button instead of an automatic one. That would be awesome to see, for us oldschoolers who have been using the older version for a long time.

It's not something that will happen. The pause functionality will be the new "refresh" in a sense. But the current architecture doesn't support the old way, and never will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants