Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_discogs (Read 1341491 times) previous topic - next topic
0 Members and 6 Guests are viewing this topic.

Re: foo_discogs

Reply #2600
I have 2.14.
I wrote foobar2000 version, not foo_discogs!
foobar2000 1.4 beta 17 with foo_discogs 2.14 work OK even with album art options.




Re: foo_discogs

Reply #2604
Hi, I've a trouble while foo_discogs try to process a release "https://www.discogs.com/Muse-Absolution/release/749912". The console returns me and unhandled exception in "Processing release" : invalid map<K, T> key
Any suggestions?
Thanks, bye
The release date is entered in the wrong format on Discogs, which is causing foo_discogs to hit this error. Please fix the release date for the release and it should work.

Re: foo_discogs

Reply #2605
What about this release?

https://www.discogs.com/release/11422773

If I remove my ALBUM ARTIST tag with the format it's okay:
Code: [Select]
$multi_if($multi_and($any($contains($first(%<<RELEASE_FORMATS_DESCRIPTIONS>>%),$array(Compilation,Mixed))),$multi_greater($length($unique($flatten(%<<RELEASE_TRACKS_ARTISTS_NAME>>%))),$div(%RELEASE_TOTAL_TRACKS%,2)),$multi_greater($length($unique($flatten(%<<RELEASE_TRACKS_ARTISTS_REAL_NAME>>%))),$div(%RELEASE_TOTAL_TRACKS%,2))),VA,$joinnames($multi_replace(%<RELEASE_ARTISTS_NAME>%,'Various','VA'),%<RELEASE_ARTISTS_JOIN>%))


Here's the error when I use that:

Code: [Select]
[17:18:23] foo_discogs: Error processing field RELEASE_TRACKS_ARTISTS_REAL_NAME : Error loading artist 6246945: Page Deleted or Missing (404)(url: https://api.discogs.com/artists/6246945)

I've narrowed it down to this:
Code: [Select]
%<<RELEASE_TRACKS_ARTISTS_REAL_NAME>>%


Re: foo_discogs

Reply #2606
Configuration - OAuth
Step 1:
Clic Autorize. You'll be required to log in to Discogs ... blabla.
But I see error
Code: [Select]
(FATAL) Error: Network exceptionSecurity error (url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]

What is the problem?
Thanks!

Re: foo_discogs

Reply #2607
What about this release?

https://www.discogs.com/release/11422773

...


Here's the error when I use that:

Code: [Select]
[17:18:23] foo_discogs: Error processing field RELEASE_TRACKS_ARTISTS_REAL_NAME : Error loading artist 6246945: Page Deleted or Missing (404)(url: https://api.discogs.com/artists/6246945)
Discogs problem. Clicking on artist for last track gives 404 error page.

But I see error
Code: [Select]
(FATAL) Error: Network exceptionSecurity error (url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]
...
What is the problem?
Thanks!
The problem is a network security error connecting to https://discogs.com. Try checking the past few pages of this thread for possible solutions.


Re: foo_discogs

Reply #2609
Sorry about this but i was trying to ask for some help with discogs plugin and i realized that i couldnt upload any screenshot so i started a new topic accidentally. The post is https://hydrogenaud.io/index.php/topic,116349.0.html

and the problem i have is i cant tag flac files using discogs plugin properly cause it seems to works fine but when i check tracks files after writting tags it doesnt change anything so i convert files and the only information that appears in idtag is about artist, album or track title but not about catalog for example. Thank you so much in advance and sorry about any inconvenience for that.

Re: foo_discogs

Reply #2610
I can't get connection to request a token.

Code: [Select]
(FATAL) Error: Authorization Failed (401) [Is OAuth working?](url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]

I visit with firefox and got:

Code: [Select]
Hello there!

This URL is an OAuth endpoint, but the request you made doesn't appear to
conform to the OAuth 1.0a protocol.

Please consult these resources:

    - Discogs OAuth docs: http://www.discogs.com/developers/#page:authentication
    - the OAuth specification: http://tools.ietf.org/html/rfc5849
    - the documentation for your OAuth library

for information on how to use this endpoint.

- Discogs

I allow foobar2000 to networking and disabled temporary windows firewall. Nothing help.

How does this plugin use my network windows 10? Could there be some problem with proxy or vpn settings?

Re: foo_discogs

Reply #2611
Hi,

Feature request for the find release window: would it be possible to replace the Artist textbox with an editable combobox that would display the last few artists that have been typed in?
This would help when encoding a full discography.

Thanks


Re: foo_discogs

Reply #2613
It looks like the plugin is not able read whole album
(https://www.discogs.com/Hubert-Sumlin-Blues-Guitar-Boss/release/7827993)
Is this a bug?
The "1-" before each track number should be removed, then it should work.

Discogs tracklists unfortunately don't follow a strict logical format so there will always be outliers that can't be parsed correctly by foo_discogs.

Re: foo_discogs

Reply #2614
I can't get connection to request a token.

Code: [Select]
(FATAL) Error: Authorization Failed (401) [Is OAuth working?](url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]

I visit with firefox and got:

Code: [Select]
Hello there!

This URL is an OAuth endpoint, but the request you made doesn't appear to
conform to the OAuth 1.0a protocol.

Please consult these resources:

    - Discogs OAuth docs: http://www.discogs.com/developers/#page:authentication
    - the OAuth specification: http://tools.ietf.org/html/rfc5849
    - the documentation for your OAuth library

for information on how to use this endpoint.

- Discogs

I allow foobar2000 to networking and disabled temporary windows firewall. Nothing help.

How does this plugin use my network windows 10? Could there be some problem with proxy or vpn settings?
If you search this thread you might find solutions to that problem. A few requirements that I recall: your system clock needs to be set correctly & your OS needs TLS 1.2 support. The plugin uses foobar2000's network settings. The OAuth endpoint is expected to return that error if you navigate to it in the browser.

Re: foo_discogs

Reply #2615
I can't get connection to request a token.

Code: [Select]
(FATAL) Error: Authorization Failed (401) [Is OAuth working?](url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]

I visit with firefox and got:

Code: [Select]
Hello there!

This URL is an OAuth endpoint, but the request you made doesn't appear to
conform to the OAuth 1.0a protocol.

Please consult these resources:

    - Discogs OAuth docs: http://www.discogs.com/developers/#page:authentication
    - the OAuth specification: http://tools.ietf.org/html/rfc5849
    - the documentation for your OAuth library

for information on how to use this endpoint.

- Discogs

I allow foobar2000 to networking and disabled temporary windows firewall. Nothing help.

How does this plugin use my network windows 10? Could there be some problem with proxy or vpn settings?
If you search this thread you might find solutions to that problem. A few requirements that I recall: your system clock needs to be set correctly & your OS needs TLS 1.2 support. The plugin uses foobar2000's network settings. The OAuth endpoint is expected to return that error if you navigate to it in the browser.

Thank you it was the system clock ! I never thought this were an issue.



Re: foo_discogs

Reply #2618

I forgot to mention. On exiting fb it happens.

Re: foo_discogs

Reply #2619
Suddenly, this afternoon I have begun to receive this message when attempting to tag some flacs:

(FATAL) Error: Network exceptionNetwork authentication error (url: https://api.discogs.com/database/search)

[ESCAPE to close]


And this when I attempt to authorize a new PIN:

(FATAL) Error: Network exceptionNetwork authentication error (url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]

Re: foo_discogs

Reply #2620
Same as the above, except for tagging mp3s.
Win7, latest fb2k, latest plugin.

Re: foo_discogs

Reply #2621
Suddenly, this afternoon I have begun to receive this message when attempting to tag some flacs:

(FATAL) Error: Network exceptionNetwork authentication error (url: https://api.discogs.com/database/search)

[ESCAPE to close]


And this when I attempt to authorize a new PIN:

(FATAL) Error: Network exceptionNetwork authentication error (url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]

I followed this post and tagger works again :)

Re: foo_discogs

Reply #2622
Suddenly, this afternoon I have begun to receive this message when attempting to tag some flacs:

(FATAL) Error: Network exceptionNetwork authentication error (url: https://api.discogs.com/database/search)

[ESCAPE to close]


And this when I attempt to authorize a new PIN:

(FATAL) Error: Network exceptionNetwork authentication error (url: https://api.discogs.com/oauth/request_token)

[ESCAPE to close]

I followed this post and tagger works again :)

Thanks very much - this has rectified the error. I should have read back to earlier in this thread. Many thanks


 

Re: foo_discogs

Reply #2624
Another question;

This Release:
https://www.discogs.com/Various-Aliases-Vol-2-Dualidad-OndaPart%C3%ADcula/release/8771628

gives
Quote
(FATAL) Error: Error generating tag ALBUM ARTIST [] for file file://C:\Users\mp3\Aliases\aliases vol.2 - dualidad onda-particula (2015)\Out 69 - Aliases Vol.2 - Dualidad Onda-Partícula - 01. Time To Robots.flac

[ESCAPE to close]
Anybody knows why?

(Maybe the release should be changed from Various to Various Artists? I'm not sure...)